table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
| FcFreeTypeQuery(3) | FcFreeTypeQuery(3) |
NAME¶
FcFreeTypeQuery - compute pattern from font file (and index)
SYNOPSIS¶
#include <fontconfig.h> #include <fcfreetype.h> FcPattern * FcFreeTypeQuery (const FcChar8 *file, int id, FcBlanks *blanks, int *count);
DESCRIPTION¶
Constructs a pattern representing the 'id'th font in 'file'. The number of fonts in 'file' is returned in 'count'.
| 05 8月 2016 | Fontconfig 2.12.1 |