summaryrefslogtreecommitdiff
path: root/include/freetype/t1tables.h
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2003-08-17 22:31:23 +0000
committerDavid Turner <david@freetype.org>2003-08-17 22:31:23 +0000
commit3c40d73d2cbe7b6e9e8e41542bb0e5bc8064a485 (patch)
treec921c16ff6b449906c09f4cf76b6890d87d898f0 /include/freetype/t1tables.h
parent8b6db86b0548fc2906ded57a4a5ef240e6d6179e (diff)
downloadfreetype2-3c40d73d2cbe7b6e9e8e41542bb0e5bc8064a485.tar.gz
* Jamfile: adding the "refdoc" target to the Jamfile in order to
build the API Reference in "docs/reference" automatically * include/freetype/t1tables.h, src/cid/cidtoken.h, src/type1/t1tokens.h, src/type42/t42parse.c: re-setting the types of "italic_angle", "underline_position" and "underline_thickness" to their previous values (i.e. long, short and ushort), in order to avoid breaking binary compatibility * include/freetype/ttunpath.h: fixing documentation comment
Diffstat (limited to 'include/freetype/t1tables.h')
-rw-r--r--include/freetype/t1tables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/t1tables.h b/include/freetype/t1tables.h
index daf3e8874..70ea43897 100644
--- a/include/freetype/t1tables.h
+++ b/include/freetype/t1tables.h
@@ -67,10 +67,10 @@ FT_BEGIN_HEADER
FT_String* full_name;
FT_String* family_name;
FT_String* weight;
- FT_Fixed italic_angle;
+ FT_Long italic_angle;
FT_Bool is_fixed_pitch;
- FT_Fixed underline_position;
- FT_Fixed underline_thickness;
+ FT_Short underline_position;
+ FT_UShort underline_thickness;
} PS_FontInfoRec, *PS_FontInfo;