Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 uid=33(www-data) gid=33(www-data) groups=33(www-data) Safe-mode: OFF (not secure) /usr/share/doc/libfontconfig1-dev/fontconfig-devel/ drwxr-xr-x | |
| Viewing file: Select action/file-type: 4. FUNCTIONSThese are grouped by functionality, often using the main data type being manipulated. 4.1. Initialization
These functions provide some control over how the library is initialized. 4.2. 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. 4.3. FcFontSet
An FcFontSet simply holds a list of patterns; these are used to return the results of listing available fonts. 4.4. FcObjectSet
An FcObjectSet holds a list of pattern property names; it is used to indicate which properties are to be returned in the patterns from FcFontList. 4.5. FreeType specific functions
While the fontconfig library doesn't insist that FreeType be used as the rasterization mechanism for fonts, it does provide some convenience functions. 4.6. 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. 4.7. 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. 4.8. FcLangSet
An FcLangSet is a set of language names (each of which include language and an optional territory). They are used when selecting fonts to indicate which languages the fonts need to support. Each font is marked, using language orthography information built into fontconfig, with the set of supported languages. 4.9. FcMatrix
FcMatrix structures hold an affine transformation in matrix form. 4.10. FcRange
An FcRange holds two variables to indicate a range in between. 4.11. 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. 4.12. FcObjectType
Provides for application-specified font name object types so that new pattern elements can be generated from font names. 4.13. FcConstant
Provides for application-specified symbolic constants for font names. 4.14. FcWeight
Maps weights to and from OpenType weights. 4.15. 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. FcBlanks is deprecated and should not be used in newly written code. It is still accepted by some functions for compatibility with older code but will be removed in the future. 4.16. FcAtomic
These functions provide a safe way to update configuration files, allowing ongoing reading of the old configuration file while locked for writing and ensuring that a consistent and complete version of the configuration file is always available. 4.17. File and Directory routines
These routines work with font files and directories, including font directory cache files. 4.18. FcCache routines
These routines work with font directory caches, accessing their contents in limited ways. It is not expected that normal applications will need to use these functions. 4.19. FcStrSet and FcStrList
A data structure for enumerating strings, used to list directories while scanning the configuration as directories are added while scanning. 4.20. String utilities
Fontconfig manipulates many UTF-8 strings represented with the FcChar8 type. These functions are exposed to help applications deal with these UTF-8 strings in a locale-insensitive manner. |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0054 ]-- |