|
|
|
@ -4098,6 +4098,8 @@ FT_BEGIN_HEADER |
|
|
|
|
* meaning of the various flags (which get synthesized for |
|
|
|
|
* non-OpenType subglyphs). |
|
|
|
|
* |
|
|
|
|
* https://docs.microsoft.com/en-us/typography/opentype/spec/glyf#composite-glyph-description
|
|
|
|
|
* |
|
|
|
|
* @values: |
|
|
|
|
* FT_SUBGLYPH_FLAG_ARGS_ARE_WORDS :: |
|
|
|
|
* FT_SUBGLYPH_FLAG_ARGS_ARE_XY_VALUES :: |
|
|
|
@ -4170,6 +4172,23 @@ FT_BEGIN_HEADER |
|
|
|
|
FT_Matrix *p_transform ); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* |
|
|
|
|
* @section: |
|
|
|
|
* layer_management |
|
|
|
|
* |
|
|
|
|
* @title: |
|
|
|
|
* Glyph Layer Management |
|
|
|
|
* |
|
|
|
|
* @abstract: |
|
|
|
|
* Retrieving and manipulating OpenType's `COLR' table data. |
|
|
|
|
* |
|
|
|
|
* @description: |
|
|
|
|
* The functions described here allow access of colored glyph layer data |
|
|
|
|
* in OpenType's `COLR' tables. |
|
|
|
|
* |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**********************************************************************
|
|
|
|
|
* |
|
|
|
|
* @struct: |
|
|
|
@ -4302,6 +4321,13 @@ FT_BEGIN_HEADER |
|
|
|
|
FT_LayerIterator* iterator ); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* |
|
|
|
|
* @section: |
|
|
|
|
* base_interface |
|
|
|
|
* |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
/**************************************************************************
|
|
|
|
|
* |
|
|
|
|
* @enum: |
|
|
|
@ -4859,8 +4885,6 @@ FT_BEGIN_HEADER |
|
|
|
|
* FT_Face_CheckTrueTypePatents |
|
|
|
|
* FT_Face_SetUnpatentedHinting |
|
|
|
|
* |
|
|
|
|
* FREETYPE_XXX |
|
|
|
|
* |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|