Home | History | Annotate | Download | only in ports

Lines Matching refs:fontconfig

28 #include <fontconfig/fontconfig.h>
46 /** Since FontConfig is poorly documented, this gives a high level overview:
48 * FcConfig is a handle to a FontConfig configuration instance. Each 'configuration' is independent
59 * Somewhat like DirectWrite, FontConfig supports synthetics through FC_EMBOLDEN and FC_MATRIX.
65 // Fontconfig is not threadsafe before 2.10.91. Before that, we lock with a global mutex.
182 // Internally, FontConfig pattern objects are linked lists, so faster to remove from head.
724 // FontConfig can return fonts which are unreadable.