mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-06 08:18:01 +02:00
changed the documention of FT_FaceRec,
"face.size" and "face.glyph" are not private anymore.. (that was a mistake..)
This commit is contained in:
parent
1f4aa4ba02
commit
c2a64e26fa
1 changed files with 3 additions and 2 deletions
|
|
@ -602,6 +602,9 @@
|
|||
FT_Short underline_position;
|
||||
FT_Short underline_thickness;
|
||||
|
||||
FT_GlyphSlot glyph;
|
||||
FT_Size size;
|
||||
|
||||
/************************************************************/
|
||||
/* The following fields should be considered private and */
|
||||
/* rarely, if ever, used by client applications.. */
|
||||
|
|
@ -610,8 +613,6 @@
|
|||
FT_Memory memory;
|
||||
FT_Stream stream;
|
||||
|
||||
FT_GlyphSlot glyph;
|
||||
FT_Size size;
|
||||
FT_CharMap charmap;
|
||||
FT_ListRec sizes_list;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue