summaryrefslogtreecommitdiffstats
path: root/thirdparties/common/include/libfreetype/freetype2/freetype/ftxf86.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/common/include/libfreetype/freetype2/freetype/ftxf86.h')
-rwxr-xr-xthirdparties/common/include/libfreetype/freetype2/freetype/ftxf86.h84
1 files changed, 42 insertions, 42 deletions
diff --git a/thirdparties/common/include/libfreetype/freetype2/freetype/ftxf86.h b/thirdparties/common/include/libfreetype/freetype2/freetype/ftxf86.h
index 8c68afd..dbebae8 100755
--- a/thirdparties/common/include/libfreetype/freetype2/freetype/ftxf86.h
+++ b/thirdparties/common/include/libfreetype/freetype2/freetype/ftxf86.h
@@ -32,51 +32,51 @@
FT_BEGIN_HEADER
- /*************************************************************************/
- /* */
- /* <Section> */
- /* font_formats */
- /* */
- /* <Title> */
- /* Font Formats */
- /* */
- /* <Abstract> */
- /* Getting the font format. */
- /* */
- /* <Description> */
- /* 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. */
- /* */
- /*************************************************************************/
+/*************************************************************************/
+/* */
+/* <Section> */
+/* font_formats */
+/* */
+/* <Title> */
+/* Font Formats */
+/* */
+/* <Abstract> */
+/* Getting the font format. */
+/* */
+/* <Description> */
+/* 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. */
+/* */
+/*************************************************************************/
- /*************************************************************************/
- /* */
- /* <Function> */
- /* FT_Get_X11_Font_Format */
- /* */
- /* <Description> */
- /* Return a string describing the format of a given face, using values */
- /* which 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 handle. */
- /* */
- /* <Return> */
- /* Font format string. NULL in case of error. */
- /* */
- FT_EXPORT( const char* )
- FT_Get_X11_Font_Format( FT_Face face );
+/*************************************************************************/
+/* */
+/* <Function> */
+/* FT_Get_X11_Font_Format */
+/* */
+/* <Description> */
+/* Return a string describing the format of a given face, using values */
+/* which 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 handle. */
+/* */
+/* <Return> */
+/* Font format string. NULL in case of error. */
+/* */
+FT_EXPORT( const char* )
+FT_Get_X11_Font_Format( FT_Face face );
- /* */
+/* */
FT_END_HEADER
OpenPOWER on IntegriCloud