www.LinuxHowtos.org
FcWeightToOpenType
Section: (3)Updated: 05 8月 2016
Index Return to Main Contents
NAME
FcWeightToOpenType - Convert from fontconfig weight values to OpenType onesSYNOPSIS
#include <fontconfig/fontconfig.h> int FcWeightToOpenType (intot_weight);
DESCRIPTION
FcWeightToOpenType 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.
SINCE
version 2.11.91