[PATCH libXft] Xft.man: add definition for XftInitFtLibrary and XftDestroyFtLibrary.

m.shulhan ms at kilabit.org
Mon Apr 12 10:37:19 PDT 2010


Signed-off-by: m.shulhan <ms at kilabit.org>
---
 man/Xft.man |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/man/Xft.man b/man/Xft.man
index 4ed2742..c035cc6 100644
--- a/man/Xft.man
+++ b/man/Xft.man
@@ -382,6 +382,26 @@ data type is defined by the FreeType library.
 .\" XftDrawGlyphFontSpec
 .\" XftGlyphFontSpecRender
 .SH FUNCTIONS
+.SS "Initializing and Destroying Xft Library"
+.nf
+\fBFcBool\fB\fR
+\fBXftInitFtLibrary(void);\fB\fR
+.fi
+.B XftInitFtLibrary
+initialize an internal FreeType library object.  Client can call this function
+directly, at the first time before using any Xft functions, or let the Xft
+library handle it internally.
+.B XftInitFtLibrary
+return 1 if success or if library already initialized, and 0 if failed.
+.PP
+.nf
+\fBvoid\fB\fR
+\fBXftDestroyFtLibrary(void);\fB\fR
+.fi
+.B XftDestroyFtLibrary
+destroy an internal FreeType library object and all of its children, including
+resources, drivers, faces, sizes, etc.
+.PP
 .SS "Opening and Matching Fonts"
 .nf
 \fBXftFont *\fR
-- 
1.6.4.2


--------------060809080005080608050909--


More information about the xorg-devel mailing list