FcWeightToOpenTypeDouble
Convert from fontconfig weight values to OpenType ones
- Provided by: libfontconfig1-dev (Version: 2.13.1-2ubuntu3)
- Source: fontconfig
- Report a bug
Convert from fontconfig weight values to OpenType ones
#include <fontconfig/fontconfig.h>
double FcWeightToOpenTypeDouble (doubleot_weight);
FcWeightToOpenTypeDouble is the inverse of FcWeightFromOpenType. If the input is less than FC_WEIGHT_THIN or greater than FC_WEIGHT_EXTRABLACK, returns -1. Otherwise returns a number in the range 1 to 1000.
version 2.12.92