From 2eaf0cf8fd6e7c290497fedb08134a89e7b49b1d Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Thu, 19 Mar 2015 17:34:42 +0400 Subject: Update bundled FreeType to 2.5.5 Removed everything, imported with help of import_from_tarball.sh script, and then added a pre-generated builds/unix/ftconfig.h Task-number: QTBUG-44648 Change-Id: Iea948e41f7761f1580382b3763d04c7a61383382 Reviewed-by: Lars Knoll --- .../docs/reference/ft2-truetype_engine.html | 132 --------------------- 1 file changed, 132 deletions(-) delete mode 100644 src/3rdparty/freetype/docs/reference/ft2-truetype_engine.html (limited to 'src/3rdparty/freetype/docs/reference/ft2-truetype_engine.html') diff --git a/src/3rdparty/freetype/docs/reference/ft2-truetype_engine.html b/src/3rdparty/freetype/docs/reference/ft2-truetype_engine.html deleted file mode 100644 index 45369ea882..0000000000 --- a/src/3rdparty/freetype/docs/reference/ft2-truetype_engine.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - -FreeType-2.3.12 API Reference - - - - - - -
[Index][TOC]
-

FreeType-2.3.12 API Reference

- -

-The TrueType Engine -

-

Synopsis

- - -
FT_TrueTypeEngineTypeFT_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.

-

-
-

FT_TrueTypeEngineType

-
-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.

-

-
values
-

- - - - - - - -
FT_TRUETYPE_ENGINE_TYPE_NONE
-

The library doesn't implement any kind of bytecode interpreter.

-
FT_TRUETYPE_ENGINE_TYPE_UNPATENTED
-

The library implements a bytecode interpreter that doesn't support the patented operations of the TrueType virtual machine.

-

Its main use is to load certain Asian fonts which position and scale glyph components with bytecode instructions. It produces bad output for most other fonts.

-
FT_TRUETYPE_ENGINE_TYPE_PATENTED
-

The library implements a bytecode interpreter that covers the full instruction set of the TrueType virtual machine. See the file ‘docs/PATENTS’ for legal aspects.

-
-
-
since
-

2.2

-
-
-
- - -
[Index][TOC]
- -
-

FT_Get_TrueType_Engine_Type

-
-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.

-

-
input
-

- - -
library -

A library instance.

-
-
-
return
-

A value indicating which level is supported.

-
-
since
-

2.2

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