from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcWeightToOpenTypeDouble
Section: (3) Updated: 02 July 2025 Index
Return to Main Contents
NAME
FcWeightToOpenTypeDouble - Convert from fontconfig weight values to OpenType ones
SYNOPSIS
#include <fontconfig/fontconfig.h>
double FcWeightToOpenTypeDouble (double ot_weight);
DESCRIPTION
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.
SINCE
version 2.12.92
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SINCE
-
|