Searched refs:is_fixed_pitch (Results 1 – 13 of 13) sorted by relevance
/external/freetype/src/cid/ |
D | cidtoken.h | 51 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch, 0 )
|
D | cidobjs.c | 370 if ( info->is_fixed_pitch ) in cid_face_init()
|
/external/freetype/src/type1/ |
D | t1tokens.h | 38 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch,
|
D | t1driver.c | 542 retval = sizeof ( type1->font_info.is_fixed_pitch ); in t1_ps_get_font_value() 544 *((FT_Bool *)value) = type1->font_info.is_fixed_pitch; in t1_ps_get_font_value()
|
D | t1objs.c | 382 if ( info->is_fixed_pitch ) in T1_Face_Init()
|
/external/freetype/src/cff/ |
D | cfftoken.h | 31 CFF_FIELD_BOOL ( 0x101, is_fixed_pitch, "isFixedPitch" )
|
D | cffdrivr.c | 495 font_info->is_fixed_pitch = dict->is_fixed_pitch; in cff_ps_get_font_info()
|
D | cffobjs.c | 990 if ( dict->is_fixed_pitch ) in cff_face_init()
|
/external/freetype/include/freetype/ |
D | t1tables.h | 96 FT_Bool is_fixed_pitch; member
|
/external/freetype/include/freetype/internal/ |
D | cfftypes.h | 192 FT_Bool is_fixed_pitch; member
|
/external/freetype/src/type42/ |
D | t42objs.c | 230 if ( info->is_fixed_pitch ) in T42_Face_Init()
|
D | t42parse.c | 69 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch, 0 )
|
/external/freetype/ |
D | ChangeLog.21 | 4823 `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,
|