1FcWeightToOpenTypeDouble(3) FcWeightToOpenTypeDouble(3)
2
3
4
6 FcWeightToOpenTypeDouble - Convert from fontconfig weight values to
7 OpenType ones
8
10 #include <fontconfig/fontconfig.h>
11
12 double FcWeightToOpenTypeDouble (doubleot_weight);
13
15 FcWeightToOpenTypeDouble is the inverse of FcWeightFromOpenType. If the
16 input is less than FC_WEIGHT_THIN or greater than FC_WEIGHT_EXTRABLACK,
17 returns -1. Otherwise returns a number in the range 1 to 1000.
18
20 version 2.12.92
21
22
23
24Fontconfig 2.13.92 09 8月 2019 FcWeightToOpenTypeDouble(3)