1FcFreeTypeQuery(3) FcFreeTypeQuery(3)
23
4
NAME
6FcFreeTypeQuery - compute pattern from font file (and index)
7
SYNOPSIS
9#include <fontconfig.h>
10#include <fcfreetype.h>
1112
FcPattern * FcFreeTypeQuery(const FcChar8 *file);
13(int id);
14(FcBlanks *blanks);
15(int *count);
16.fi
17
DESCRIPTION
19Constructs a pattern representing the 'id'th font in 'file'. The number
20of fonts in 'file' is returned in 'count'.
21
VERSION
23Fontconfig version 2.8.0
2425
26
27
18 November 2009 FcFreeTypeQuery(3)