From dc7b6f1d79b5508706be9242b79180727701e54f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 3 Nov 2007 23:42:32 -0700 Subject: [PATCH] Link new function documentation into the fontconfig-devel.sgml --- doc/fontconfig-devel.sgml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) 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 -- 2.39.2