Fontconfig Developers Guide

Keith Packard


Table of Contents
1. NAME
2. SYNOPSIS
3. DESCRIPTION
4. FUNCTIONAL OVERVIEW
4.1. FONT CONFIGURATION
4.2. FONT PROPERTIES
5. DATATYPES
5.1. FcChar8, FcChar16, FcChar32, FcBool
5.2. FcMatrix
5.3. FcCharSet
5.4. FcType
5.5. FcValue
5.6. FcPattern
5.7. FcFontSet
5.8. FcStrSet, FcStrList
5.9. FcObjectSet
5.10. FcObjectType
5.11. FcConstant
5.12. FcBlanks
5.13. FcFileCache
5.14. FcConfig
5.15. FcSetName
5.16. FcResult
5.17. FcAtomic
6. FUNCTIONS
6.1. FcMatrix
6.1.1. FcMatrixInit
6.1.2. FcMatrixCopy
6.1.3. FcMatrixEqual
6.1.4. FcMatrixMultiply
6.1.5. FcMatrixRotate
6.1.6. FcMatrixScale
6.1.7. FcMatrixShear
6.2. FcCharSet
6.2.1. FcCharSetCreate
6.2.2. FcCharSetDestroy
6.2.3. FcCharSetAddChar
6.2.4. FcCharSetCopy
6.2.5. FcCharSetEqual
6.2.6. FcCharSetIntersect
6.2.7. FcCharSetUnion
6.2.8. FcCharSetSubtract
6.2.9. FcCharSetHasChar
6.2.10. FcCharSetCount
6.2.11. FcCharSetIntersectCount
6.2.12. FcCharSetSubtractCount
6.2.13. FcCharSetIsSubset
6.2.14. FcCharSetFirstPage
6.2.15. FcCharSetNextPage
6.3. FcValue
6.3.1. FcValueDestroy
6.3.2. FcValueSave
6.4. FcPattern
6.4.1. FcPatternCreate
6.4.2. FcPatternDestroy
6.4.3. FcPatternEqual
6.4.4. FcPatternEqualSubset
6.4.5. FcPatternHash
6.4.6. FcPatternAdd
6.4.7. FcPatternAddWeak
6.4.8. FcPatternAdd Type
6.4.9. FcPatternGet
6.4.10. FcPatternGet Type
6.4.11. FcPatternBuild, FcPatternVaBuild
6.4.12. FcPatternDel
6.4.13. FcPatternPrint
6.4.14. FcDefaultSubstitute
6.4.15. FcNameParse
6.4.16. FcNameUnparse
6.5. FcFontSet
6.5.1. FcFontSetCreate
6.5.2. FcFontSetDestroy
6.5.3. FcFontSetAdd
6.6. FcObjectSet
6.6.1. FcObjectSetCreate
6.6.2. FcObjectSetAdd
6.6.3. FcObjectSetDestroy
6.6.4. FcObjectSetBuild, FcObjectSetVaBuild
6.7. FcObjectType
6.7.1. FcNameRegisterObjectTypes
6.7.2. FcNameUnregisterObjectTypes
6.7.3. FcNameGetObjectType
6.8. FcConstant
6.8.1. FcNameRegisterConstants
6.8.2. FcNameUnregisterConstants
6.8.3. FcNameGetConstant
6.8.4. FcNameConstant
6.9. FcBlanks
6.9.1. FcBlanksCreate
6.9.2. FcBlanksDestroy
6.9.3. FcBlanksAdd
6.9.4. FcBlanksIsMember
6.10. FcConfig
6.10.1. FcConfigCreate
6.10.2. FcConfigDestroy
6.10.3. FcConfigSetCurrent
6.10.4. FcConfigGetCurrent
6.10.5. FcConfigUptoDate
6.10.6. FcConfigBuildFonts
6.10.7. FcConfigGetConfigDirs
6.10.8. FcConfigGetFontDirs
6.10.9. FcConfigGetConfigFiles
6.10.10. FcConfigGetCache
6.10.11. FcConfigGetFonts
6.10.12. FcConfigGetBlanks
6.10.13. FcConfigGetRescanInverval
6.10.14. FcConfigSetRescanInverval
6.10.15. FcConfigAppFontAddFile
6.10.16. FcConfigAppFontAddDir
6.10.17. FcConfigAppFontClear
6.10.18. FcConfigSubstituteWithPat
6.10.19. FcConfigSubstitute
6.10.20. FcFontMatch
6.10.21. FcFontSort
6.10.22. FcFontRenderPrepare
6.10.23. FcFontList
6.10.24. FcConfigFilename
6.11. Initialization
6.11.1. FcInitLoadConfig
6.11.2. FcInitLoadConfigAndFonts
6.11.3. FcInit
6.11.4. FcGetVersion
6.11.5. FcInitReinitialize
6.11.6. FcInitBringUptoDate
6.12. FcAtomic
6.12.1. FcAtomicCreate
6.12.2. FcAtomicLock
6.12.3. FcAtomicNewFile
6.12.4. FcAtomicOrigFile
6.12.5. FcAtomicReplaceOrig
6.12.6. FcAtomicDeleteNew
6.12.7. FcAtomicUnlock
6.12.8. FcAtomicDestroy
6.13. FreeType specific functions
6.13.1. FcFreeTypeCharIndex
6.13.2. FcFreeTypeCharSet
6.13.3. FcFreeTypeQuery
6.14. XML specific functions
6.14.1. FcConfigParseAndLoad
6.15. File and Directory routines
6.15.1. FcFileScan
6.15.2. FcDirScan
6.15.3. FcDirSave
6.15.4. FcDirCacheValid
6.16. FcStrSet and FcStrList
6.16.1. FcStrSetCreate
6.16.2. FcStrSetMember
6.16.3. FcStrSetAdd
6.16.4. FcStrSetAddFilename
6.16.5. FcStrSetDel
6.16.6. FcStrSetDestroy
6.16.7. FcStrListCreate
6.16.8. FcStrListNext
6.16.9. FcStrListDone
6.17. String utilities
6.17.1. FcUtf8ToUcs4
6.17.2. FcUcs4ToUtf8
6.17.3. FcUtf8Len
6.17.4. FcUtf16ToUcs4
6.17.5. FcUtf16Len
6.17.6. FcStrCopy
6.17.7. FcStrCopyFilename
6.17.8. FcStrCmpIgnoreCase
6.17.9. FcStrDirname
6.17.10. FcStrBasename

1. NAME

fontconfig - Font configuration and customization library


2. SYNOPSIS

  #include <fontconfig/fontconfig.h>
  #include <fontconfig/fcfreetype.h>
  

3. DESCRIPTION

Fontconfig is a library designed to provide system-wide font configuration, customization and application access.


4. FUNCTIONAL OVERVIEW

Fontconfig contains two essential modules, the configuration module which builds an internal configuration from XML files and the matching module which accepts font patterns and returns the nearest matching font.


4.1. FONT CONFIGURATION

The configuration module consists of the FcConfig datatype, libexpat and FcConfigParse which walks over an XML tree and ammends a configuration with data found within. From an external perspective, configuration of the library consists of generating a valid XML tree and feeding that to FcConfigParse. The only other mechanism provided to applications for changing the running configuration is to add fonts and directories to the list of application-provided font files.

The intent is to make font configurations relatively static, and shared by as many applications as possible. It is hoped that this will lead to more stable font selection when passing names from one application to another. XML was chosen as a configuration file format because it provides a format which is easy for external agents to edit while retaining the correct structure and syntax.

Font configuration is separate from font matching; applications needing to do their own matching can access the available fonts from the library and perform private matching. The intent is to permit applications to pick and choose appropriate functionality from the library instead of forcing them to choose between this library and a private configuration mechanism. The hope is that this will ensure that configuration of fonts for all applications can be centralized in one place. Centralizing font configuration will simplify and regularize font installation and customization.


4.2. FONT PROPERTIES

While font patterns may contain essentially any properties, there are some well known properties with associated types. Fontconfig uses some of these properties for font matching and font completion. Others are provided as a convenience for the applications rendering mechanism.

Table 1. Property Definitions

PropertyCPP SymbolTypeDescription
familyFC_FAMILYStringFont family name
styleFC_STYLEStringFont style. Overrides weight and slant
slantFC_SLANTIntItalic, oblique or roman
weightFC_WEIGHTIntLight, medium, demibold, bold or black
sizeFC_SIZEDoublePoint size
aspectFC_ASPECTDoubleStretches glyphs horizontally before hinting
pixelsizeFC_PIXEL_SIZEDoublePixel size
spacingFC_SPACINGIntProportional, monospace or charcell
foundryFC_FOUNDRYStringFont foundry name
antialiasFC_ANTIALIASBoolWhether glyphs can be antialiased
hintingFC_HINTINGBoolWhether the rasterizer should use hinting
verticallayoutFC_VERTICAL_LAYOUTBoolUse vertical layout
autohintFC_AUTOHINTBoolUse autohinter instead of normal hinter
globaladvanceFC_GLOBAL_ADVANCEBoolUse font global advance data
fileFC_FILEStringThe filename holding the font
indexFC_INDEXIntThe index of the font within the file
ftfaceFC_FT_FACEFT_FaceUse the specified FreeType face object
rasterizerFC_RASTERIZERStringWhich rasterizer is in use
outlineFC_OUTLINEBoolWhether the glyphs are outlines
scalableFC_SCALABLEBoolWhether glyphs can be scaled
scaleFC_SCALEDoubleScale factor for point->pixel conversions
dpiFC_DPIDoubleTarget dots per inch
rgbaFC_RGBAIntunknown, rgb, bgr, vrgb, vbgr, none - subpixel geometry
minspaceFC_MINSPACEBoolEliminate leading from line spacing
charsetFC_CHARSETCharSetUnicode chars encoded by the font
langFC_LANGStringList of RFC-3066-style languages this font supports

5. DATATYPES

Fontconfig uses abstract datatypes to hide internal implementation details for most data structures. A few structures are exposed where appropriate.


5.1. FcChar8, FcChar16, FcChar32, FcBool

These are primitive datatypes; the FcChar* types hold precisely the number of bits stated (if supported by the C implementation). FcBool holds one of two CPP symbols: FcFalse or FcTrue.


5.2. FcMatrix

An FcMatrix holds an affine transformation, usually used to reshape glyphs. A small set of matrix operations are provided to manipulate these.

	typedef struct _FcMatrix {
		double xx, xy, yx, yy;
	} FcMatrix;
    


5.3. FcCharSet

An FcCharSet is an abstract type that holds the set of encoded unicode chars in a font. Operations to build and compare these sets are provided.


5.4. FcType

Tags the kind of data stored in an FcValue.


5.5. FcValue

An FcValue object holds a single value with one of a number of different types. The 'type' tag indicates which member is valid.

	typedef struct _FcValue {
		FcType type;
		union {
			const FcChar8 *s;
			int i;
			FcBool b;
			double d;
			const FcMatrix *m;
			const FcCharSet *c;
		} u;
	} FcValue;
    

Table 2. FcValue Members

TypeUnion memberDatatype
FcTypeVoid(none)(none)
FcTypeIntegeriint
FcTypeDoubleddouble
FcTypeStringschar *
FcTypeBoolbb
FcTypeMatrixmFcMatrix *
FcTypeCharSetcFcCharSet *


5.6. FcPattern

holds a set of names with associated value lists; each name refers to a property of a font. FcPatterns are used as inputs to the matching code as well as holding information about specific fonts. Each property can hold one or more values; conventionally all of the same type, although the interface doesn't demand that.


5.7. FcFontSet

	typedef struct _FcFontSet {
		int nfont;
		int sfont;
		FcPattern **fonts;
	} FcFontSet;
    
An FcFontSet contains a list of FcPatterns. Internally fontconfig uses this data structure to hold sets of fonts. Externally, fontconfig returns the results of listing fonts in this format. 'nfont' holds the number of patterns in the 'fonts' array; 'sfont' is used to indicate the size of that array.


5.8. FcStrSet, FcStrList

FcStrSet holds a list of strings that can be appended to and enumerated. Its unique characteristic is that the enumeration works even while strings are appended during enumeration. FcStrList is used during enumeration to safely and correctly walk the list of strings even while that list is edited in the middle of enumeration.


5.9. FcObjectSet

	typedef struct _FcObjectSet {
		int nobject;
		int sobject;
		const char **objects;
	} FcObjectSet;
      
holds a set of names and is used to specify which fields from fonts are placed in the the list of returned patterns when listing fonts.


5.10. FcObjectType

	typedef struct _FcObjectType {
		const char *object;
		FcType type;
	} FcObjectType;
      
marks the type of a pattern element generated when parsing font names. Applications can add new object types so that font names may contain the new elements.


5.11. FcConstant

	typedef struct _FcConstant {
	    const FcChar8 *name;
	    const char *object;
	    int value;
	} FcConstant;
      
Provides for symbolic constants for new pattern elements. When 'name' is seen in a font name, an 'object' element is created with value 'value'.


5.12. FcBlanks

holds a list of Unicode chars which are expected to be blank; unexpectedly blank chars are assumed to be invalid and are elided from the charset associated with the font.


5.13. FcFileCache

holds the per-user cache information for use while loading the font database. This is built automatically for the current configuration when that is loaded. Applications must always pass '0' when one is requested.


5.14. FcConfig

holds a complete configuration of the library; there is one default configuration, other can be constructed from XML data structures. All public entry points that need global data can take an optional FcConfig* argument; passing 0 uses the default configuration. FcConfig objects hold two sets of fonts, the first contains those specified by the configuration, the second set holds those added by the application at run-time. Interfaces that need to reference a particulat set use one of the FcSetName enumerated values.


5.15. FcSetName

Specifies one of the two sets of fonts available in a configuration; FcSetSystem for those fonts specified in the configuration and FcSetApplication which holds fonts provided by the application.


5.16. FcResult

Used as a return type for functions manipulating FcPattern objects.

Table 3. FcResult Values

Result CodeMeaning
FcResultMatchObject exists with the specified ID
FcResultNoMatchObject doesn't exist at all
FcResultTypeMismatchObject exists, but the type doesn't match
FcResultNoIdObject exists, but has fewer values than specified


5.17. FcAtomic

Used for locking access to config files. Provides a safe way to update configuration files.


6. FUNCTIONS

Functions are grouped by the main datatype involved


6.1. FcMatrix

FcMatrix structures hold an affine transformation in matrix form.


6.1.1. FcMatrixInit

#define FcMatrixInit(m)	((m)->xx = (m)->yy = 1, (m)->xy = (m)->yx = 0)
    

Initializes a matrix to the identify transformation.


6.1.2. FcMatrixCopy

FcMatrix *FcMatrixCopy (const FcMatrix *mat)
    

Allocates a new FcMatrix and copies 'mat' into it.


6.1.3. FcMatrixEqual

FcBool FcMatrixEqual (const FcMatrix *mat1, const FcMatrix *mat2)
    

Returns FcTrue if 'mat1' and 'mat2' are equal, else FcFalse.


6.1.4. FcMatrixMultiply

void FcMatrixMultiply (FcMatrix *result, const FcMatrix *a, const FcMatrix *b)
    

Multiplies 'a' and 'b' together, placing the result in 'result'. 'result' may refer to the sam matrix as either 'a' or 'b'.


6.1.5. FcMatrixRotate

void FcMatrixRotate (FcMatrix *m, double c, double s)
    

If 'c' is cos(angle) and 's' is sin(angle), FcMatrixRotate rotates the matrix by 'angle'.


6.1.6. FcMatrixScale

void FcMatrixScale (FcMatrix *m, double sx, double sy)
    

Scales 'm' by 'sx' in the horizontal dimension and 'sy' in the vertical dimension.


6.1.7. FcMatrixShear

void FcMatrixShear (FcMatrix *m, double sh, double sv)
    

Shears 'm' by 'sh' in the horizontal direction and 'sv' in the vertical direction.


6.2. FcCharSet

An FcCharSet is a boolean array indicating a set of unicode chars. Those associated with a font are marked constant and cannot be edited. FcCharSets may be reference counted internally to reduce memory consumption; this may be visible to applications as the result of FcCharSetCopy may return it's argument, and that CharSet may remain unmodifiable.


6.2.1. FcCharSetCreate

FcCharSet *FcCharSetCreate (void)
    

Creates an empty FcCharSet object.


6.2.2. FcCharSetDestroy

void FcCharSetDestroy (FcCharSet *fcs)
    

Frees an FcCharSet object.


6.2.3. FcCharSetAddChar

FcBool FcCharSetAddChar (FcCharSet *fcs, FcChar32 ucs4)
    

Adds a single unicode char to the set, returning FcFalse on failure, either as a result of a constant set or from running out of memory.


6.2.4. FcCharSetCopy

FcCharSet *FcCharSetCopy (FcCharSet *src)
    

Makes a copy of 'src'; note that this may not actually do anything more than increment the reference count on 'src'.


6.2.5. FcCharSetEqual

FcBool FcCharSetEqual (const FcCharSet *a, const FcCharSet *b)
    

Returns whether 'a' and 'b' contain the same set of unicode chars.


6.2.6. FcCharSetIntersect

FcCharSet *FcCharSetIntersect (const FcCharSet *a, const FcCharSet *b)
    

Returns a set including only those chars found in both 'a' and 'b'.


6.2.7. FcCharSetUnion

FcCharSet *FcCharSetUnion (const FcCharSet *a, const FcCharSet *b);
    

Returns a set including only those chars found in either 'a' or 'b'.


6.2.8. FcCharSetSubtract

FcCharSet *FcCharSetSubtract (const FcCharSet *a, const FcCharSet *b)
    

Returns a set including only those chars found in 'a' but not 'b'.


6.2.9. FcCharSetHasChar

FcBool FcCharSetHasChar (const FcCharSet *fcs, FcChar32 ucs4)
    

Returns whether 'fcs' contains the char 'ucs4'.


6.2.10. FcCharSetCount

FcChar32 FcCharSetCount (const FcCharSet *a)
    

Returns the total number of unicode chars in 'a'.


6.2.11. FcCharSetIntersectCount

FcChar32 FcCharSetIntersectCount (const FcCharSet *a, const FcCharSet *b)
    

Returns the number of chars that are in both 'a' and 'b'.


6.2.12. FcCharSetSubtractCount

FcChar32 FcCharSetSubtractCount (const FcCharSet *a, const FcCharSet *b)
    

Returns the number of chars that are in 'a' but not in 'b'.


6.2.13. FcCharSetIsSubset

FcBool FcCharSetIsSubset (const FcCharSet *a, const FcCharSet *b)
    

Returns whether 'a' is a subset of 'b'.


6.2.14. FcCharSetFirstPage

FcChar32 FcCharSetFirstPage (const FcCharSet *a, FcChar32 [FC_CHARSET_MAP_SIZE], FcChar32 *next)
    

Builds an array of bits marking the first page of Unicode coverage of 'a'. Returns the base of the array. 'next' contains the next page in the font.


6.2.15. FcCharSetNextPage

FcChar32 FcCharSetNextPage (const FcCharSet *a, FcChar32 [FC_CHARSET_MAP_SIZE], FcChar32 *next)
    

Builds an array of bits marking the Unicode coverage of 'a' for page '*next'. Returns the base of the array. 'next' contains the next page in the font.


6.3. FcValue

FcValue is a structure containing a type tag and a union of all possible datatypes. The tag is an enum of type FcType and is intended to provide a measure of run-time typechecking, although that depends on careful programming.


6.3.1. FcValueDestroy

void FcValueDestroy (FcValue v)
    

Frees any memory referenced by `v'. Values of type FcTypeString, FcTypeMatrix and FcTypeCharSet reference memory, the other types do not.


6.3.2. FcValueSave

FcValue FcValueSave (FcValue v)
    

Returns a copy of `v' duplicating any object referenced by it so that `v' may be safely destroyed without harming the new value.


6.4. FcPattern

An FcPattern is an opaque type that holds both patterns to match against the available fonts, as well as the information about each font.


6.4.1. FcPatternCreate

FcPattern *FcPatternCreate (void)
    

Creates a pattern with no properties; used to build patterns from scratch.


6.4.2. FcPatternDestroy

void FcPatternDestroy (FcPattern *p)
    

Destroys a pattern, in the process destroying all related values.


6.4.3. FcPatternEqual

FcBool FcPatternEqual (const FcPattern *pa, const FcPattern *pb);
    

Returns whether 'pa' and 'pb' are exactly alike.


6.4.4. FcPatternEqualSubset

FcBool FcPatternEqualSubset (const FcPattern *pa, const FcPattern *pb, const FcObjectSet *os)
    

Returns whether 'pa' and 'pb' have exactly the same values for all of the objects in 'os'.


6.4.5. FcPatternHash

FcChar32 FcPatternHash (const FcPattern *p)
    

Returns a 32-bit number which is the same for any two patterns which are exactly alike.


6.4.6. FcPatternAdd

FcBool FcPatternAdd (FcPattern *p, const char *object, FcValue value, FcBool append)
    

Adds a single value to the list of values associated with the property named `object'. If `append' is FcTrue, the value is added at the end of any existing list, otherwise it is inserted at the begining. `value' is saved (with FcValueSave) when inserted into the pattern so that the library retains no reference to any application-supplied data structure.


6.4.7. FcPatternAddWeak

FcBool FcPatternAddWeak (FcPattern *p, const char *object, FcValue value, FcBool append)
    

FcPatternAddWeak is essentially the same as FcPatternAdd except that any values added to the list have binding 'weak' instead of 'strong'.


6.4.8. FcPatternAdd Type

FcBool FcPatternAddInteger (FcPattern *p, const char *object, int i)
FcBool FcPatternAddDouble (FcPattern *p, const char *object, double d)
FcBool FcPatternAddString (FcPattern *p, const char *object, const char *s)
FcBool FcPatternAddMatrix (FcPattern *p, const char *object, const FcMatrix *s)
FcBool FcPatternAddCharSet (FcPattern *p, const char *object, const FcCharSet *c)
FcBool FcPatternAddBool (FcPattern *p, const char *object, FcBool b)
    

These are all convenience functions that insert objects of the specified type into the pattern. Use these in preference to FcPatternAdd as they will provide compile-time typechecking. These all append values to any existing list of values.


6.4.9. FcPatternGet

FcResult FcPatternGet (FcPattern *p, const char *object, int id, FcValue *v)
    

Returns in `v' the `id'th value associated with the property `object'. The value returned is not a copy, but rather refers to the data stored within the pattern directly. Applications must not free this value.


6.4.10. FcPatternGet Type

FcResult FcPatternGetInteger (FcPattern *p, const char *object, int n, int *i);
FcResult FcPatternGetDouble (FcPattern *p, const char *object, int n, double *d);
FcResult FcPatternGetString (FcPattern *p, const char *object, int n, char **const s);
FcResult FcPatternGetMatrix (FcPattern *p, const char *object, int n, FcMatrix **s);
FcResult FcPatternGetCharSet (FcPattern *p, const char *object, int n, FcCharSet **c);
FcResult FcPatternGetBool (FcPattern *p, const char *object, int n, FcBool *b);
    

These are convenience functions that call FcPatternGet and verify that the returned data is of the expected type. They return FcResultTypeMismatch if this is not the case. Note that these (like FcPatternGet) do not make a copy of any data structure referenced by the return value. Use these in preference to FcPatternGet to provide compile-time typechecking.


6.4.11. FcPatternBuild, FcPatternVaBuild

FcPattern *FcPatternBuild (FcPattern *orig, ...);
FcPattern *FcPatternVaBuild (FcPattern *orig, va_list va)
    

Builds a pattern using a list of objects, types and values. Each value to be entered in the pattern is specified with three arguments:

  1. Object name, a string describing the property to be added.

  2. Object type, one of the FcType enumerated values

  3. Value, not an FcValue, but the raw type as passed to any of the FcPatternAdd<type> functions. Must match the type of the second argument.

The argument list is terminated by a null object name, no object type nor value need be passed for this. The values are added to `pattern', if `pattern' is null, a new pattern is created. In either case, the pattern is returned. Example

pattern = FcPatternBuild (0, FC_FAMILY, FtTypeString, "Times", (char *) 0);
    

FcPatternVaBuild is used when the arguments are already in the form of a varargs value.


6.4.12. FcPatternDel

FcBool FcPatternDel (FcPattern *p, const char *object)
    

Deletes all values associated with the property `object', returning whether the property existed or not.


6.4.13. FcPatternPrint

void FcPatternPrint (const FcPattern *p)
    

Prints an easily readable version of the pattern to stdout. There is no provision for reparsing data in this format, it's just for diagnostics and debugging.


6.4.14. FcDefaultSubstitute

void FcDefaultSubstitute (FcPattern *pattern)
    

Supplies default values for underspecified font patterns:

  • Patterns without a specified style or weight are set to Medium

  • Patterns without a specified style or slant are set to Roman

  • Patterns without a specified pixel size are given one computed from any specified point size (default 12), dpi (default 75) and scale (default 1).


6.4.15. FcNameParse

FcPattern *FcNameParse (const char *name)
    

Converts 'name' from the standard text format described above into a pattern.


6.4.16. FcNameUnparse

FcChar8 *FcNameUnparse (FcPattern *pat)
    

Converts the given pattern into the standard text format described above. The return value is not static, but instead refers to newly allocated memory which should be freed by the caller.


6.5. FcFontSet

An FcFontSet simply holds a list of patterns; these are used to return the results of listing available fonts.


6.5.1. FcFontSetCreate

FcFontSet *FcFontSetCreate (void)
    

Creates an empty font set.


6.5.2. FcFontSetDestroy

void FcFontSetDestroy (FcFontSet *s);
    

Destroys a font set. Note that this destroys any referenced patterns as well.


6.5.3. FcFontSetAdd

FcBool FcFontSetAdd (FcFontSet *s, FcPattern *font)
    

Adds a pattern to a font set. Note that the pattern is not copied before being inserted into the set.


6.6. FcObjectSet

An FcObjectSet holds a list of pattern property names; it is used to indiciate which properties are to be returned in the patterns from FcFontList.


6.6.1. FcObjectSetCreate

FcObjectSet *FcObjectSetCreate (void)
    

Creates an empty set.


6.6.2. FcObjectSetAdd

FcBool FcObjectSetAdd (FcObjectSet *os, const char *object)
    

Adds a proprety name to the set.


6.6.3. FcObjectSetDestroy

void FcObjectSetDestroy (FcObjectSet *os)
    

Destroys an object set.


6.6.4. FcObjectSetBuild, FcObjectSetVaBuild

FcObjectSet *FcObjectSetBuild (const char *first, ...)
FcObjectSet *FcObjectSetVaBuild (const char *first, va_list va)
    

These build an object set from a null-terminated list of property names.


6.7. FcObjectType

Provides for applcation-specified font name object types so that new pattern elements can be generated from font names.


6.7.1. FcNameRegisterObjectTypes

FcBool FcNameRegisterObjectTypes (const FcObjectType *types, int ntype)
    

Register 'ntype' new object types.


6.7.2. FcNameUnregisterObjectTypes

FcBool FcNameUnregisterObjectTypes (const FcObjectType *types, int ntype)
    

Unregister 'ntype' object types.


6.7.3. FcNameGetObjectType

const FcObjectType *FcNameGetObjectType (const char *object)
    

Return the object type for the pattern element named 'object'.


6.8. FcConstant

Provides for application-specified symbolic constants for font names.


6.8.1. FcNameRegisterConstants

FcBool FcNameRegisterConstants (const FcConstant *consts, int nconsts)
    

Register 'nconsts' new symbolic constants.


6.8.2. FcNameUnregisterConstants

FcBool FcNameUnregisterConstants (const FcConstant *consts, int nconsts)
    

Unregister 'nconsts' symbolic constants.


6.8.3. FcNameGetConstant

const FcConstant *FcNameGetConstant (FcChar8 *string)
    

Return the FcConstant structure related to symbolic constant 'string'.


6.8.4. FcNameConstant

FcBool FcNameConstant (FcChar8 *string, int *result);
    

Returns whether a symbolic constant with name 'string' is registered, placing the value of the constant in 'result' if present.


6.9. FcBlanks

An FcBlanks object holds a list of Unicode chars which are expected to be blank when drawn. When scanning new fonts, any glyphs which are empty and not in this list will be assumed to be broken and not placed in the FcCharSet associated with the font. This provides a significantly more accurate CharSet for applications.


6.9.1. FcBlanksCreate

FcBlanks *FcBlanksCreate (void)
    

Creates an empty FcBlanks object.


6.9.2. FcBlanksDestroy

void FcBlanksDestroy (FcBlanks *b)
    

Destroys an FcBlanks object, freeing any associated memory.


6.9.3. FcBlanksAdd

FcBool FcBlanksAdd (FcBlanks *b, FcChar32 ucs4)
    

Adds a single character to an FcBlanks object, returning FcFalse if this process ran out of memory.


6.9.4. FcBlanksIsMember

FcBool FcBlanksIsMember (FcBlanks *b, FcChar32 ucs4)
    

Returns whether the specified FcBlanks object contains the indicated Unicode value.


6.10. FcConfig

An FcConfig object holds the internal representation of a configuration. There is a default configuration which applications may use by passing 0 to any function using the data within an FcConfig.


6.10.1. FcConfigCreate

FcConfig *FcConfigCreate (void)
    

Creates an empty configuration.


6.10.2. FcConfigDestroy

void FcConfigDestroy (FcConfig *config)
    

Destroys a configuration and any data associated with it. Note that calling this function with the return from FcConfigGetCurrent will place the library in an indeterminate state.


6.10.3. FcConfigSetCurrent

FcBool FcConfigSetCurrent (FcConfig *config)
    

Sets the current default configuration to 'config'. Implicitly calls FcConfigBuildFonts if necessary, returning FcFalse if that call fails.


6.10.4. FcConfigGetCurrent

FcConfig *FcConfigGetCurrent (void)
    

Returns the current default configuration.


6.10.5. FcConfigUptoDate

FcBool FcConfigUptoDate (FcConfig *config)
    

Checks all of the files related to 'config' and returns whether the in-memory version is in sync with the disk version.


6.10.6. FcConfigBuildFonts

FcBool FcConfigBuildFonts (FcConfig *config)
    

Builds the set of available fonts for the given configuration. Note that any changes to the configuration after this call have indeterminate effects. Returns FcFalse if this operation runs out of memory.


6.10.7. FcConfigGetConfigDirs

FcStrList *FcConfigGetConfigDirs (FcConfig *config)
    

Returns the list of font directories specified in the configuration files for 'config'. Does not include any subdirectories.


6.10.8. FcConfigGetFontDirs

FcStrList *FcConfigGetFontDirs (FcConfig *config)
    

Returns the list of font directories in 'config'. This includes the configured font directories along with any directories below those in the filesystem.


6.10.9. FcConfigGetConfigFiles

FcStrList *FcConfigGetConfigFiles (FcConfig *config)
    

Returns the list of known configuration files used to generate 'config'. Note that this will not include any configuration done with FcConfigParse.


6.10.10. FcConfigGetCache

char *FcConfigGetCache (FcConfig *config)
    

Returns the name of the file used to store per-user font information.


6.10.11. FcConfigGetFonts

FcFontSet *FcConfigGetFonts (FcConfig *config, FcSetName set)
    

Returns one of the two sets of fonts from the configuration as specified by 'set'.


6.10.12. FcConfigGetBlanks

FcBlanks *FcConfigGetBlanks (FcConfig *config)
    

Returns the FcBlanks object associated with the given configuration, if no blanks were present in the configuration, this function will return 0.


6.10.13. FcConfigGetRescanInverval

int FcConfigGetRescanInverval (FcConfig *config)
    

Returns the interval between automatic checks of the configuration (in seconds) specified in 'config'. The configuration is checked during a call to FcFontList when this interval has passed since the last check.


6.10.14. FcConfigSetRescanInverval

FcBool FcConfigSetRescanInverval (FcConfig *config, int rescanInterval)
    

Sets the rescan interval; returns FcFalse if an error occurred.


6.10.15. FcConfigAppFontAddFile

FcBool FcConfigAppFontAddFile (FcConfig *config, const char *file)
    

Adds an application-specific font to the configuration.


6.10.16. FcConfigAppFontAddDir

FcBool FcConfigAppFontAddDir (FcConfig *config, const char *dir)
    

Scans the specified directory for fonts, adding each one found to the application-specific set of fonts.


6.10.17. FcConfigAppFontClear

void FcConfigAppFontClear (FcConfig *config)
    

Clears the set of application-specific fonts.


6.10.18. FcConfigSubstituteWithPat

FcBool FcConfigSubstituteWithPat (FcConfig *config, FcPattern *p, FcPattern *p_pat FcMatchKind kind)
    

Performs the sequence of pattern modification operations, if 'kind' is FcMatchPattern, then those tagged as pattern operations are applied, else if 'kind' is FcMatchFont, those tagged as font operations are applied and p_pat is used for <test> elements with target=pattern.


6.10.19. FcConfigSubstitute

FcBool FcConfigSubstitute (FcConfig *config, FcPattern *p, FcMatchKind kind)
    

Calls FcConfigSubstituteWithPat setting p_pat to NULL.


6.10.20. FcFontMatch

FcPattern *FcFontMatch (FcConfig *config, FcPattern *p, FcResult *result)
    

Returns the font in 'config' most close matching 'p'. This function should be called only after FcConfigSubstitute and FcDefaultSubstitute have been called for 'p'; otherwise the results will not be correct.


6.10.21. FcFontSort

FcFontSet *FcFontSort (FcConfig *config, FcPattern *p, FcBool trim, FcCharSet **csp, FcResult *result)
    

Returns the list of fonts sorted by closeness to 'p'. If 'trim' is FcTrue, elements in the list which don't include Unicode coverage not provided by earlier elements in the list are elided. The union of Unicode coverage of all of the fonts is returned in 'csp', if 'csp' is not NULL. This function should be called only after FcConfigSubstitute and FcDefaultSubstitute have been called for 'p'; otherwise the results will not be correct.

The returned FcFontSet references FcPattern structures which may be shared by the return value from multiple FcFontSort calls, applications must not modify these patterns. Instead, they should be passed, along with 'p' to FcFontRenderPrepare which combines them into a complete pattern.

The FcFontSet returned by FcFontSort is destroyed by caling FcFontSetDestroy.


6.10.22. FcFontRenderPrepare

FcPattern *FcFontRenderPrepare (FcConfig *config, FcPattern *pat, FcPattern *font)
    

Creates a new pattern consisting of elements of 'font' not appearing in 'pat', elements of 'pat' not appearing in 'font' and the best matching value from 'pat' for elements appearing in both. The result is passed to FcConfigSubstitute with 'kind' FcMatchFont and then returned.


6.10.23. FcFontList

FcFontSet *FcFontList (FcConfig *config, FcPattern *p, FcObjectSet *os)
    

Selects fonts matching 'p', creates patterns from those fonts containing only the objects in 'os' and returns the set of unique such patterns.


6.10.24. FcConfigFilename

char *FcConfigFilename (const char *name)
    

Given the specified external entity name, return the associated filename. This provides applications a way to convert various configuration file references into filename form.

A null or empty 'name' indicates that the default configuration file should be used; which file this references can be overridden with the FC_CONFIG_FILE environment variable. Next, if the name starts with '~', it refers to a file in the current users home directory. Otherwise if the name doesn't start with '/', it refers to a file in the default configuration directory; the built-in default directory can be overridden with the FC_CONFIG_DIR environment variable.


6.11. Initialization

These functions provide some control over how the library is initialized.


6.11.1. FcInitLoadConfig

FcConfig *FcInitLoadConfig (void)
    

Loads the default configuration file and returns the resulting configuration. Does not load any font information.


6.11.2. FcInitLoadConfigAndFonts

FcConfig *FcInitLoadConfigAndFonts (void)
    

Loads the default configuration file and builds information about the available fonts. Returns the resulting configuration.


6.11.3. FcInit

FcBool FcInit (void)
    

Loads the default configuration file and the fonts referenced therein and sets the default configuration to that result. Returns whether this process succeeded or not. If the default configuration has already been loaded, this routine does nothing and returns FcTrue.


6.11.4. FcGetVersion

int FcGetVersion (void)
    

Returns the version number of the library.


6.11.5. FcInitReinitialize

FcBool FcInitReinitialize (void)
    

Forces the default configuration file to be reloaded and resets the default configuration.


6.11.6. FcInitBringUptoDate

FcBool FcInitBringUptoDate (void)
    

Checks the rescan interval in the default configuration, checking the configuration if the interval has passed and reloading the configuration if when any changes are detected.


6.12. FcAtomic

These functions provide a safe way to update config files, allowing ongoing reading of the old config file while locked for writing and ensuring that a consistent and complete version of the config file is always available.


6.12.1. FcAtomicCreate

FcAtomic * FcAtomicCreate (const FcChar8   *file)
    

Creates a data structure containing data needed to control access to 'file'. Writing is done to a separate file. Once that file is complete, the original configuration file is atomically replaced so that reading process always see a consistent and complete file without the need to lock for reading.


6.12.2. FcAtomicLock

FcBool FcAtomicLock (FcAtomic *atomic)
    

Attempts to lock the file referenced by 'atomic'. Returns FcFalse if the file is locked by another process, else returns FcTrue and leaves the file locked.


6.12.3. FcAtomicNewFile

FcChar8 *FcAtomicNewFile (FcAtomic *atomic)
    

Returns the filename for writing a new version of the file referenced by 'atomic'.


6.12.4. FcAtomicOrigFile

FcChar8 *FcAtomicOrigFile (FcAtomic *atomic)
    

Returns the file refernced by 'atomic'.


6.12.5. FcAtomicReplaceOrig

FcBool FcAtomicReplaceOrig (FcAtomic *atomic)
    

Replaces the original file referenced by 'atomic' with the new file.


6.12.6. FcAtomicDeleteNew

void FcAtomicDeleteNew (FcAtomic *atomic)
    

Deletes the new file.


6.12.7. FcAtomicUnlock

void FcAtomicUnlock (FcAtomic *atomic)
    

Unlocks the file.


6.12.8. FcAtomicDestroy

void FcAtomicDestroy (FcAtomic *atomic)
    

Destroys 'atomic'.


6.13. FreeType specific functions

#include <fontconfig/fcfreetype.h>
      
While the fontconfig library doesn't insist that FreeType be used as the rasterization mechanism for fonts, it does provide some convenience functions.


6.13.1. FcFreeTypeCharIndex

FT_UInt FcFreeTypeCharIndex (FT_Face face, FcChar32 ucs4)
    

Maps a Unicode char to a glyph index. This function uses information from several possible underlying encoding tables to work around broken fonts. As a result, this function isn't designed to be used in performance sensitive areas; results from this function are intended to be cached by higher level functions.


6.13.2. FcFreeTypeCharSet

FcCharSet *FcFreeTypeCharSet (FT_Face face, FcBlanks *blanks) Scans a
    

FreeType face and returns the set of encoded Unicode chars. This scans several encoding tables to build as complete a list as possible. If 'blanks' is not 0, the glyphs in the font are examined and any blank glyphs not in 'blanks' are not placed in the returned FcCharSet.


6.13.3. FcFreeTypeQuery

FcPattern *FcFreeTypeQuery (const char *file, int id, FcBlanks *blanks, int *count)
    

Constructs a pattern representing the 'id'th font in 'file'. The number of fonts in 'file' is returned in 'count'.


6.14. XML specific functions

6.14.1. FcConfigParseAndLoad

FcBool FcConfigParseAndLoad (FcConfig *config, const FcChar8 *file, FcBool complain)
    

Walks the configuration in 'file' and constructs the internal representation in 'config'. Any include files referenced from within 'file' will be loaded with FcConfigLoad and also parsed. If 'complain' is FcFalse, no warning will be displayed if 'file' does not exist.


6.15. File and Directory routines

6.15.1. FcFileScan

FcBool FcFileScan (FcFontSet *set, FcStrSet *dirs, FcFileCache *cache, FcBlanks *blanks, const char *file, FcBool force)
    

Scans a single file and adds all fonts found to 'set'. If 'force' is FcTrue, then the file is scanned even if associated information is found in 'cache'. If 'file' is a directory, it is added to 'dirs'.


6.15.2. FcDirScan

FcBool FcDirScan (FcFontSet *set, FcStrSet *dirs, FcFileCache *cache, FcBlanks *blanks, const char *dir, FcBool force)
    

Scans an entire directory and adds all fonts found to 'set'. If 'force' is FcTrue, then the directory and all files within it are scanned even if information is present in the per-directory cache file or 'cache'. Any subdirectories found are added to 'dirs'.


6.15.3. FcDirSave

FcBool FcDirSave (FcFontSet *set, FcStrSet *dirs, const char *dir)
    

Creates the per-directory cache file for 'dir' and populates it with the fonts in 'set' and subdirectories in 'dirs'.


6.15.4. FcDirCacheValid

FcBool FcDirCacheValid (const FcChar8 *cache_file)
    

Returns FcTrue if 'cache_file' is no older than the directory containing it, else FcFalse.


6.16. FcStrSet and FcStrList

A data structure for enumerating strings, used to list directories while scanning the configuration as directories are added while scanning.


6.16.1. FcStrSetCreate

FcStrSet *FcStrSetCreate (void)
    

Create an empty set.


6.16.2. FcStrSetMember

FcBool FcStrSetMember (FcStrSet *set, const FcChar8 *s)
    

Returns whether 's' is a member of 'set'.


6.16.3. FcStrSetAdd

FcBool FcStrSetAdd (FcStrSet *set, const FcChar8 *s)
    

Adds a copy of 's' to 'set'.


6.16.4. FcStrSetAddFilename

FcBool FcStrSetAddFilename (FcStrSet *set, const FcChar8 *s)
    

Adds a copy 's' to 'set', The copy is created with FcStrCopyFilename so that leading '~' values are replaced with the value of the HOME environment variable.


6.16.5. FcStrSetDel

FcBool FcStrSetDel (FcStrSet *set, const FcChar8 *s)
    

Removes 's' from 'set', returning FcTrue if 's' was a member else FcFalse.


6.16.6. FcStrSetDestroy

void FcStrSetDestroy (FcStrSet *set)
    

Destroys 'set'.


6.16.7. FcStrListCreate

FcStrList *FcStrListCreate (FcStrSet *set)
    

Creates an enumerator to list the strings in 'set'.


6.16.8. FcStrListNext

FcChar8 *FcStrListNext (FcStrList *list)
    

Returns the next string in 'set'.


6.16.9. FcStrListDone

void FcStrListDone (FcStrList *list)
    

Destroys the enumerator 'list'.


6.17. String utilities

6.17.1. FcUtf8ToUcs4

int FcUtf8ToUcs4 (FcChar8 *src, FcChar32 *dst, int len)
    

Converts the next Unicode char from 'src' into 'dst' and returns the number of bytes containing the char. 'src' nust be at least 'len' bytes long.


6.17.2. FcUcs4ToUtf8

int FcUcs4ToUtf8 (FcChar32 src, FcChar8 dst[FC_UTF8_MAX_LEN])
    

Converts the Unicode char from 'src' into 'dst' and returns the number of bytes needed to encode the char.


6.17.3. FcUtf8Len

FcBool FcUtf8Len (FcChar8 *src, int len, int *nchar, int *wchar)
    

Counts the number of Unicode chars in 'len' bytes of 'src'. Places that count in 'nchar'. 'wchar' contains 1, 2 or 4 depending on the number of bytes needed to hold the largest unicode char counted. The return value indicates whether 'src' is a well-formed UTF8 string.


6.17.4. FcUtf16ToUcs4

int FcUtf16ToUcs4 (FcChar8 *src, FcEndian endian, FcChar32 *dst, int len)
    

Converts the next Unicode char from 'src' into 'dst' and returns the number of bytes containing the char. 'src' must be at least 'len' bytes long. Bytes of 'src' are combined into 16-bit units according to 'endian'.


6.17.5. FcUtf16Len

FcBool FcUtf16Len (FcChar8 *src, FcEndian endian, int len, int *nchar, int *wchar)
    

Counts the number of Unicode chars in 'len' bytes of 'src'. Bytes of 'src' are combined into 16-bit units according to 'endian'. Places that count in 'nchar'. 'wchar' contains 1, 2 or 4 depending on the number of bytes needed to hold the largest unicode char counted. The return value indicates whether 'string' is a well-formed UTF16 string.


6.17.6. FcStrCopy

FcChar8 *FcStrCopy (const FcChar8 *s)
    

Allocates memory, copies 's' and returns the resulting buffer. Yes, this is 'strdup', but that function isn't available on every platform.


6.17.7. FcStrCopyFilename

FcChar8 *FcStrCopyFilename (const FcChar8 *s)
    

Just like FcStrCopy except that it converts any leading '~' characters in 's' to the value of the HOME environment variable.


6.17.8. FcStrCmpIgnoreCase

int FcStrCmpIgnoreCase (const char *s1, const char *s2)
    

Returns the usual <0, 0, >0 result of comparing 's1' and 's2'. This test is case-insensitive in the ASCII range and will operate properly with UTF8 encoded strings, although it does not check for well formed strings.


6.17.9. FcStrDirname

FcChar8 *FcStrDirname (const FcChar8 *file)
    

Returns the directory containing 'file'.


6.17.10. FcStrBasename

FcChar8 *FcStrBasename (const FcChar8 *file)
    

Returns the filename of 'file' stripped of any leading directory names.