PNG IHDR ; IDATxܻn0K )(pA7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5 bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô!x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%tMז -lG6mrz2s%9s@-k9=)kB5\+͂ZsٲRn~GRCwIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL /F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ R IENDB`
[Index] | [TOC] |
FT_TrueTypeEngineType | FT_Get_TrueType_Engine_Type |
This section contains a function used to query the level of TrueType bytecode support compiled in this version of the library.
Defined in FT_MODULE_H (freetype/ftmodapi.h).
typedef enum FT_TrueTypeEngineType_ { FT_TRUETYPE_ENGINE_TYPE_NONE = 0, FT_TRUETYPE_ENGINE_TYPE_UNPATENTED, FT_TRUETYPE_ENGINE_TYPE_PATENTED } FT_TrueTypeEngineType;
A list of values describing which kind of TrueType bytecode engine is implemented in a given FT_Library instance. It is used by the FT_Get_TrueType_Engine_Type function.
FT_TRUETYPE_ENGINE_TYPE_NONE |
The library doesn't implement any kind of bytecode interpreter. |
FT_TRUETYPE_ENGINE_TYPE_UNPATENTED |
Deprecated and removed. |
FT_TRUETYPE_ENGINE_TYPE_PATENTED |
The library implements a bytecode interpreter that covers the full instruction set of the TrueType virtual machine (this was governed by patents until May 2010, hence the name). |
2.2
[Index] | [Top] | [TOC] |
Defined in FT_MODULE_H (freetype/ftmodapi.h).
FT_EXPORT( FT_TrueTypeEngineType ) FT_Get_TrueType_Engine_Type( FT_Library library );
Return an FT_TrueTypeEngineType value to indicate which level of the TrueType virtual machine a given library instance supports.
library |
A library instance. |
A value indicating which level is supported.
2.2
[Index] | [Top] | [TOC] |