Home
last modified time | relevance | path

Searched refs:is_fixed_pitch (Results 1 – 13 of 13) sorted by relevance

/external/freetype/src/cid/
Dcidtoken.h48 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch, 0 )
Dcidobjs.c364 if ( info->is_fixed_pitch ) in cid_face_init()
/external/freetype/src/type1/
Dt1tokens.h38 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch,
Dt1driver.c538 retval = sizeof ( type1->font_info.is_fixed_pitch ); in t1_ps_get_font_value()
540 *((FT_Bool *)value) = type1->font_info.is_fixed_pitch; in t1_ps_get_font_value()
Dt1objs.c373 if ( info->is_fixed_pitch ) in T1_Face_Init()
/external/freetype/src/cff/
Dcfftoken.h31 CFF_FIELD_BOOL ( 0x101, is_fixed_pitch, "isFixedPitch" )
Dcffdrivr.c489 font_info->is_fixed_pitch = dict->is_fixed_pitch; in cff_ps_get_font_info()
Dcffobjs.c980 if ( dict->is_fixed_pitch ) in cff_face_init()
/external/freetype/include/freetype/
Dt1tables.h97 FT_Bool is_fixed_pitch; member
/external/freetype/include/freetype/internal/
Dcfftypes.h188 FT_Bool is_fixed_pitch; member
/external/freetype/src/type42/
Dt42objs.c231 if ( info->is_fixed_pitch ) in T42_Face_Init()
Dt42parse.c69 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch, 0 )
/external/freetype/
DChangeLog.214823 `is_fixed_pitch', `underline_position', `underline_thickness' are
4834 * src/type42/t42parse.c: `italic_angle', `is_fixed_pitch',
4842 * src/cid/cidtoken.h: `italic_angle', `is_fixed_pitch',
4849 * src/type1/t1tokens.h: `italic_angle', `is_fixed_pitch',
5471 is_fixed_pitch, underline_position, and underline_thickness to
5473 * src/type1/t1tokens.h: Change italic_angle, is_fixed_pitch,
5482 * src/cid/cidtoken.h: Change italic_angle, is_fixed_pitch,
5490 * src/type42/t42parse.c: Change italic_angle, is_fixed_pitch,