From 462f18c7b25fe3e467f837647d07ab0a78aa8d2b Mon Sep 17 00:00:00 2001 From: marha Date: Sun, 22 Feb 2015 21:39:56 +0100 Subject: Merged origin/release (checked in because wanted to merge new stuff) --- freetype/docs/reference/ft2-font_formats.html | 145 ++++++++++++++++++-------- 1 file changed, 100 insertions(+), 45 deletions(-) (limited to 'freetype/docs/reference/ft2-font_formats.html') diff --git a/freetype/docs/reference/ft2-font_formats.html b/freetype/docs/reference/ft2-font_formats.html index 7ff31bccb..508cee2a5 100644 --- a/freetype/docs/reference/ft2-font_formats.html +++ b/freetype/docs/reference/ft2-font_formats.html @@ -3,82 +3,137 @@ -FreeType-2.5.3 API Reference +FreeType-2.5.5 API Reference - - -
[Index][TOC]
-

FreeType-2.5.3 API Reference

+ +

FreeType-2.5.5 API Reference

-

-Font Formats -

+

Font Formats

Synopsis

- - -
FT_Get_X11_Font_Format


+ + +
FT_Get_X11_Font_Format
+ -

The single function in this section can be used to get the font format. Note that this information is not needed normally; however, there are special cases (like in PDF devices) where it is important to differentiate, in spite of FreeType's uniform API.

This function is in the X11/xf86 namespace for historical reasons and in no way depends on that windowing system.

-

-
-

FT_Get_X11_Font_Format

-
-Defined in FT_XFREE86_H (ftxf86.h). -

-
 
+
+

FT_Get_X11_Font_Format

+

Defined in FT_XFREE86_H (ftxf86.h).

+
   FT_EXPORT( const char* )
   FT_Get_X11_Font_Format( FT_Face  face );
+
-

-

Return a string describing the format of a given face, using values that can be used as an X11 FONT_PROPERTY. Possible values are ‘TrueType’, ‘Type 1’, ‘BDF’, ‘PCF’, ‘Type 42’, ‘CID Type 1’, ‘CFF’, ‘PFR’, and ‘Windows FNT’.

-

-
input
-

- -
face + +

input

+ +
face

Input face handle.

-
-
return
+ +

return

Font format string. NULL in case of error.

-
-
-
- - -
[Index][TOC]
+ +
+ -- cgit v1.2.3