From 3c40d73d2cbe7b6e9e8e41542bb0e5bc8064a485 Mon Sep 17 00:00:00 2001 From: David Turner Date: Sun, 17 Aug 2003 22:31:23 +0000 Subject: * 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 --- include/freetype/t1tables.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/freetype/t1tables.h') 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; -- cgit v1.2.1