From c2a64e26fac9075f13db54bb4f6dfbe33a122464 Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 7 Jun 2000 20:22:44 +0000 Subject: [PATCH] changed the documention of FT_FaceRec, "face.size" and "face.glyph" are not private anymore.. (that was a mistake..) --- include/freetype/freetype.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h index 919f09262..37aea0586 100644 --- a/include/freetype/freetype.h +++ b/include/freetype/freetype.h @@ -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;