mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-26 06:38:13 +02:00
[pk] Add tfm' element in PK_FaceRec'.
* src/pk/pkdrivr.h: Add `tfm' element in the `PK_FaceRec' structure to accomodate the tfm metric values.
This commit is contained in:
parent
3511c3c3c3
commit
883e6af448
1 changed files with 6 additions and 2 deletions
|
|
@ -49,8 +49,12 @@ FT_BEGIN_HEADER
|
|||
|
||||
typedef struct PK_FaceRec_
|
||||
{
|
||||
FT_FaceRec root;
|
||||
PK_Glyph pk_glyph;
|
||||
FT_FaceRec root;
|
||||
PK_Glyph pk_glyph;
|
||||
|
||||
const void* tfm;
|
||||
const void* tfm_data;
|
||||
|
||||
} PK_FaceRec, *PK_Face;
|
||||
|
||||
FT_EXPORT_VAR( const FT_Driver_ClassRec ) pk_driver_class;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue