Go to the source code of this file.
#define PSH_BLUE_ALIGN_BOT 2 |
#define PSH_BLUE_ALIGN_NONE 0 |
Definition at line 144 of file pshglob.h.
Referenced by psh_blues_snap_stem(), and psh_hint_align().
#define PSH_BLUE_ALIGN_TOP 1 |
Definition at line 145 of file pshglob.h.
Referenced by psh_blues_snap_stem(), and psh_hint_align().
typedef struct PSH_AlignmentRec_ * PSH_Alignment |
typedef struct PSH_AlignmentRec_ PSH_AlignmentRec |
typedef struct PSH_Blue_TableRec_ * PSH_Blue_Table |
typedef struct PSH_Blue_TableRec_ PSH_Blue_TableRec |
typedef struct PSH_Blue_ZoneRec_ * PSH_Blue_Zone |
typedef struct PSH_Blue_ZoneRec_ PSH_Blue_ZoneRec |
typedef struct PSH_BluesRec_ * PSH_Blues |
typedef struct PSH_BluesRec_ PSH_BluesRec |
typedef struct PSH_DimensionRec_ * PSH_Dimension |
typedef struct PSH_DimensionRec_ PSH_DimensionRec |
typedef struct PSH_GlobalsRec_ PSH_GlobalsRec |
typedef struct PSH_WidthRec_ * PSH_Width |
typedef struct PSH_WidthRec_ PSH_WidthRec |
typedef struct PSH_WidthsRec_ * PSH_Widths |
typedef struct PSH_WidthsRec_ PSH_WidthsRec |
psh_blues_snap_stem | ( | PSH_Blues | blues, | |
FT_Int | stem_top, | |||
FT_Int | stem_bot, | |||
PSH_Alignment | alignment | |||
) |
Definition at line 526 of file pshglob.c.
References PSH_Blue_ZoneRec_::cur_ref, FT_Pos, if(), PSH_Blue_ZoneRec_::org_bottom, PSH_BLUE_ALIGN_NONE, and PSH_BLUE_ALIGN_TOP.
Referenced by psh_hint_align().
psh_globals_funcs_init | ( | PSH_Globals_FuncsRec * | funcs | ) |
Definition at line 742 of file pshglob.c.
References psh_globals_destroy(), psh_globals_new(), and psh_globals_set_scale().
Referenced by ps_hinter_init().
psh_globals_set_scale | ( | PSH_Globals | globals, | |
FT_Fixed | x_scale, | |||
FT_Fixed | y_scale, | |||
FT_Fixed | x_delta, | |||
FT_Fixed | y_delta | |||
) |
Definition at line 707 of file pshglob.c.
References psh_blues_scale_zones(), psh_globals_scale_widths(), PSH_DimensionRec_::scale_delta, and PSH_DimensionRec_::scale_mult.
Referenced by ps_hints_apply(), and psh_globals_funcs_init().