Linux sagir-us1.hostever.us 5.14.0-570.51.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 8 09:41:34 EDT 2025 x86_64
LiteSpeed
Server IP : 104.247.108.91 & Your IP : 216.73.216.26
Domains : 74 Domain
User : georgeto
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
apps /
include /
freetype2 /
freetype /
Delete
Unzip
Name
Size
Permission
Date
Action
config
[ DIR ]
drwxr-xr-x
2015-07-29 19:48
freetype.h
244.12
KB
-rw-r--r--
2015-07-29 19:48
ftadvanc.h
10.1
KB
-rw-r--r--
2015-07-29 19:48
ftautoh.h
12.47
KB
-rw-r--r--
2015-07-29 19:48
ftbbox.h
5.12
KB
-rw-r--r--
2015-07-29 19:48
ftbdf.h
6.59
KB
-rw-r--r--
2015-07-29 19:48
ftbitmap.h
13.67
KB
-rw-r--r--
2015-07-29 19:48
ftbzip2.h
4.21
KB
-rw-r--r--
2015-07-29 19:48
ftcache.h
59.4
KB
-rw-r--r--
2015-07-29 19:48
ftcffdrv.h
4.48
KB
-rw-r--r--
2015-07-29 19:48
ftchapters.h
9
KB
-rw-r--r--
2015-07-29 19:48
ftcid.h
5.45
KB
-rw-r--r--
2015-07-29 19:48
fterrdef.h
12.11
KB
-rw-r--r--
2015-07-29 19:48
fterrors.h
9.07
KB
-rw-r--r--
2015-07-29 19:48
ftgasp.h
4.4
KB
-rw-r--r--
2015-07-29 19:48
ftglyph.h
38.89
KB
-rw-r--r--
2015-07-29 19:48
ftgxval.h
12.3
KB
-rw-r--r--
2015-07-29 19:48
ftgzip.h
4.19
KB
-rw-r--r--
2015-07-29 19:48
ftimage.h
80.62
KB
-rw-r--r--
2015-07-29 19:48
ftincrem.h
11.14
KB
-rw-r--r--
2015-07-29 19:48
ftlcdfil.h
9.09
KB
-rw-r--r--
2015-07-29 19:48
ftlist.h
16.37
KB
-rw-r--r--
2015-07-29 19:48
ftlzw.h
4.16
KB
-rw-r--r--
2015-07-29 19:48
ftmac.h
16.7
KB
-rw-r--r--
2015-07-29 19:48
ftmm.h
22.18
KB
-rw-r--r--
2015-07-29 19:48
ftmodapi.h
31.54
KB
-rw-r--r--
2015-07-29 19:48
ftmoderr.h
10.18
KB
-rw-r--r--
2015-07-29 19:48
ftotval.h
6.97
KB
-rw-r--r--
2015-07-29 19:48
ftoutln.h
33.13
KB
-rw-r--r--
2015-07-29 19:48
ftpfr.h
6.14
KB
-rw-r--r--
2015-07-29 19:48
ftrender.h
11.44
KB
-rw-r--r--
2015-07-29 19:48
ftsizes.h
9.34
KB
-rw-r--r--
2015-07-29 19:48
ftsnames.h
10.91
KB
-rw-r--r--
2015-07-29 19:48
ftstroke.h
21.09
KB
-rw-r--r--
2015-07-29 19:48
ftsynth.h
3.88
KB
-rw-r--r--
2015-07-29 19:48
ftsystem.h
9.96
KB
-rw-r--r--
2015-07-29 19:48
fttrigon.h
8.25
KB
-rw-r--r--
2015-07-29 19:48
fttypes.h
34.55
KB
-rw-r--r--
2015-07-29 19:48
ftwinfnt.h
10.16
KB
-rw-r--r--
2015-07-29 19:48
ftxf86.h
4.61
KB
-rw-r--r--
2015-07-29 19:48
t1tables.h
26.4
KB
-rw-r--r--
2015-07-29 19:48
ttnameid.h
59.95
KB
-rw-r--r--
2015-07-29 19:48
tttables.h
40.17
KB
-rw-r--r--
2015-07-29 19:48
tttags.h
4.88
KB
-rw-r--r--
2015-07-29 19:48
ttunpat.h
2.18
KB
-rw-r--r--
2015-07-29 19:48
Save
Rename
/***************************************************************************/ /* */ /* fterrors.h */ /* */ /* FreeType error code handling (specification). */ /* */ /* Copyright 1996-2002, 2004, 2007, 2013 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. */ /* */ /***************************************************************************/ /*************************************************************************/ /* */ /* This special header file is used to define the handling of FT2 */ /* enumeration constants. It can also be used to generate error message */ /* strings with a small macro trick explained below. */ /* */ /* I - Error Formats */ /* ----------------- */ /* */ /* The configuration macro FT_CONFIG_OPTION_USE_MODULE_ERRORS can be */ /* defined in ftoption.h in order to make the higher byte indicate */ /* the module where the error has happened (this is not compatible */ /* with standard builds of FreeType 2). See the file `ftmoderr.h' for */ /* more details. */ /* */ /* */ /* II - Error Message strings */ /* -------------------------- */ /* */ /* The error definitions below are made through special macros that */ /* allow client applications to build a table of error message strings */ /* if they need it. The strings are not included in a normal build of */ /* FreeType 2 to save space (most client applications do not use */ /* them). */ /* */ /* To do so, you have to define the following macros before including */ /* this file: */ /* */ /* FT_ERROR_START_LIST :: */ /* This macro is called before anything else to define the start of */ /* the error list. It is followed by several FT_ERROR_DEF calls */ /* (see below). */ /* */ /* FT_ERROR_DEF( e, v, s ) :: */ /* This macro is called to define one single error. */ /* `e' is the error code identifier (e.g. FT_Err_Invalid_Argument). */ /* `v' is the error numerical value. */ /* `s' is the corresponding error string. */ /* */ /* FT_ERROR_END_LIST :: */ /* This macro ends the list. */ /* */ /* Additionally, you have to undefine __FTERRORS_H__ before #including */ /* this file. */ /* */ /* Here is a simple example: */ /* */ /* { */ /* #undef __FTERRORS_H__ */ /* #define FT_ERRORDEF( e, v, s ) { e, s }, */ /* #define FT_ERROR_START_LIST { */ /* #define FT_ERROR_END_LIST { 0, 0 } }; */ /* */ /* const struct */ /* { */ /* int err_code; */ /* const char* err_msg; */ /* } ft_errors[] = */ /* */ /* #include FT_ERRORS_H */ /* } */ /* */ /*************************************************************************/ #ifndef __FTERRORS_H__ #define __FTERRORS_H__ /* include module base error codes */ #include FT_MODULE_ERRORS_H /*******************************************************************/ /*******************************************************************/ /***** *****/ /***** SETUP MACROS *****/ /***** *****/ /*******************************************************************/ /*******************************************************************/ #undef FT_NEED_EXTERN_C /* FT_ERR_PREFIX is used as a prefix for error identifiers. */ /* By default, we use `FT_Err_'. */ /* */ #ifndef FT_ERR_PREFIX #define FT_ERR_PREFIX FT_Err_ #endif /* FT_ERR_BASE is used as the base for module-specific errors. */ /* */ #ifdef FT_CONFIG_OPTION_USE_MODULE_ERRORS #ifndef FT_ERR_BASE #define FT_ERR_BASE FT_Mod_Err_Base #endif #else #undef FT_ERR_BASE #define FT_ERR_BASE 0 #endif /* FT_CONFIG_OPTION_USE_MODULE_ERRORS */ /* If FT_ERRORDEF is not defined, we need to define a simple */ /* enumeration type. */ /* */ #ifndef FT_ERRORDEF #define FT_ERRORDEF( e, v, s ) e = v, #define FT_ERROR_START_LIST enum { #define FT_ERROR_END_LIST FT_ERR_CAT( FT_ERR_PREFIX, Max ) }; #ifdef __cplusplus #define FT_NEED_EXTERN_C extern "C" { #endif #endif /* !FT_ERRORDEF */ /* this macro is used to define an error */ #define FT_ERRORDEF_( e, v, s ) \ FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v + FT_ERR_BASE, s ) /* this is only used for <module>_Err_Ok, which must be 0! */ #define FT_NOERRORDEF_( e, v, s ) \ FT_ERRORDEF( FT_ERR_CAT( FT_ERR_PREFIX, e ), v, s ) #ifdef FT_ERROR_START_LIST FT_ERROR_START_LIST #endif /* now include the error codes */ #include FT_ERROR_DEFINITIONS_H #ifdef FT_ERROR_END_LIST FT_ERROR_END_LIST #endif /*******************************************************************/ /*******************************************************************/ /***** *****/ /***** SIMPLE CLEANUP *****/ /***** *****/ /*******************************************************************/ /*******************************************************************/ #ifdef FT_NEED_EXTERN_C } #endif #undef FT_ERROR_START_LIST #undef FT_ERROR_END_LIST #undef FT_ERRORDEF #undef FT_ERRORDEF_ #undef FT_NOERRORDEF_ #undef FT_NEED_EXTERN_C #undef FT_ERR_BASE /* FT_ERR_PREFIX is needed internally */ #ifndef FT2_BUILD_LIBRARY #undef FT_ERR_PREFIX #endif #endif /* __FTERRORS_H__ */ /* END */