From: Keith Packard Date: Sun, 4 Nov 2007 06:42:32 +0000 (-0700) Subject: Link new function documentation into the fontconfig-devel.sgml X-Git-Tag: 2.4.92~16 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=dc7b6f1d79b5508706be9242b79180727701e54f Link new function documentation into the fontconfig-devel.sgml --- 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