Hackfut Security File Manager
Current Path:
/usr/include/freetype2/freetype
usr
/
include
/
freetype2
/
freetype
/
📁
..
📁
config
📄
freetype.h
(234.96 KB)
📄
ftadvanc.h
(10.1 KB)
📄
ftbbox.h
(4.51 KB)
📄
ftbdf.h
(6.59 KB)
📄
ftbitmap.h
(13.67 KB)
📄
ftcache.h
(58.84 KB)
📄
ftchapters.h
(7.09 KB)
📄
ftcid.h
(5.45 KB)
📄
fterrdef.h
(11.56 KB)
📄
fterrors.h
(9.23 KB)
📄
ftgasp.h
(3.94 KB)
📄
ftglyph.h
(38.35 KB)
📄
ftgxval.h
(12.3 KB)
📄
ftgzip.h
(4.19 KB)
📄
ftimage.h
(78.48 KB)
📄
ftincrem.h
(10.99 KB)
📄
ftlcdfil.h
(6.17 KB)
📄
ftlist.h
(16.07 KB)
📄
ftlzw.h
(4.16 KB)
📄
ftmac.h
(16.7 KB)
📄
ftmm.h
(22.18 KB)
📄
ftmodapi.h
(23.33 KB)
📄
ftmoderr.h
(7.26 KB)
📄
ftotval.h
(6.97 KB)
📄
ftoutln.h
(31.74 KB)
📄
ftpfr.h
(6.14 KB)
📄
ftrender.h
(11.14 KB)
📄
ftsizes.h
(9.34 KB)
📄
ftsnames.h
(9.86 KB)
📄
ftstroke.h
(19.09 KB)
📄
ftsynth.h
(3.81 KB)
📄
ftsystem.h
(9.9 KB)
📄
fttrigon.h
(8.25 KB)
📄
fttypes.h
(34.16 KB)
📄
ftwinfnt.h
(10.16 KB)
📄
ftxf86.h
(4.61 KB)
📄
t1tables.h
(19.58 KB)
📄
ttnameid.h
(60.71 KB)
📄
tttables.h
(38.57 KB)
📄
tttags.h
(4.88 KB)
📄
ttunpat.h
(2.18 KB)
Editing: ftxf86.h
/***************************************************************************/ /* */ /* ftxf86.h */ /* */ /* Support functions for X11. */ /* */ /* Copyright 2002, 2003, 2004, 2006, 2007 by */ /* David Turner, Robert Wilhelm, and Werner Lemberg. */ /* */ /* This file is part of the FreeType project, and may only be used, */ /* modified, and distributed under the terms of the FreeType project */ /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ /* this file you indicate that you have read the license and */ /* understand and accept it fully. */ /* */ /***************************************************************************/ #ifndef __FTXF86_H__ #define __FTXF86_H__ #include <ft2build.h> #include FT_FREETYPE_H #ifdef FREETYPE_H #error "freetype.h of FreeType 1 has been loaded!" #error "Please fix the directory search order for header files" #error "so that freetype.h of FreeType 2 is found first." #endif 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. */ /* */ /*************************************************************************/ /*************************************************************************/ /* */ /* <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 #endif /* __FTXF86_H__ */
Upload File
Create Folder