X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=doc%2Ffontconfig-devel.sgml;h=8231b3f06734a63a3961b3060080c9f32ded63b8;hb=dc7b6f1d79b5508706be9242b79180727701e54f;hp=3f91e642c5ab6430bd4ae6e5534499c4edb159f1;hpb=dac27f2f1a766b042487827c726b3ccae147d282;p=fontconfig.git diff --git a/doc/fontconfig-devel.sgml b/doc/fontconfig-devel.sgml index 3f91e64..8231b3f 100644 --- a/doc/fontconfig-devel.sgml +++ b/doc/fontconfig-devel.sgml @@ -1,13 +1,16 @@ + + + @@ -406,6 +409,15 @@ Used for locking access to config files. Provides a safe way to update configuration files. + FcCache + +Holds information about the fonts contained in a single directory. Normal +applications need not worry about this as caches for font access are +automatically managed by the library. Applications dealing with cache +management may want to use some of these objects in their work, however the +included 'fc-cache' program generally suffices for all of that. + + FUNCTIONS @@ -468,6 +480,16 @@ return it's argument, and that CharSet may remain unmodifiable. &fccharset; + 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. + + &fclangset; + FcMatrix FcMatrix structures hold an affine transformation in matrix form. @@ -519,6 +541,15 @@ These routines work with font files and directories, including font directory cache files. &fcfile; + &fcdircache; + + 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. + + &fccache; FcStrSet and FcStrList