Added FTSmooth patch by David Chester
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2562 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -2151,6 +2151,7 @@ FT_BEGIN_HEADER
|
||||
#define FT_LOAD_TARGET_MONO FT_LOAD_TARGET_( FT_RENDER_MODE_MONO )
|
||||
#define FT_LOAD_TARGET_LCD FT_LOAD_TARGET_( FT_RENDER_MODE_LCD )
|
||||
#define FT_LOAD_TARGET_LCD_V FT_LOAD_TARGET_( FT_RENDER_MODE_LCD_V )
|
||||
#define FT_LOAD_TARGET_SMOOTH FT_LOAD_TARGET_( FT_RENDER_MODE_SMOOTH )
|
||||
|
||||
#define FT_LOAD_DEFAULT 0x0
|
||||
|
||||
@@ -2239,6 +2240,7 @@ FT_BEGIN_HEADER
|
||||
FT_RENDER_MODE_MONO,
|
||||
FT_RENDER_MODE_LCD,
|
||||
FT_RENDER_MODE_LCD_V,
|
||||
FT_RENDER_MODE_SMOOTH,
|
||||
|
||||
FT_RENDER_MODE_MAX
|
||||
|
||||
|
||||
@@ -321,6 +321,15 @@ FT_BEGIN_HEADER
|
||||
FT_UInt32 hint_flags;
|
||||
|
||||
const char* postscript_name;
|
||||
|
||||
FT_F26Dot6 orig_width;
|
||||
FT_F26Dot6 orig_height;
|
||||
|
||||
FT_UInt orig_horz_res;
|
||||
FT_UInt orig_vert_res;
|
||||
|
||||
FT_Fixed orig_x_scale;
|
||||
FT_Fixed orig_y_scale;
|
||||
|
||||
#ifdef FT_CONFIG_OPTION_INCREMENTAL
|
||||
FT_Incremental_InterfaceRec* incremental_interface;
|
||||
|
||||
Reference in New Issue
Block a user