Home | History | Annotate | Download | only in cff

Lines Matching refs:hinting

244   /*    hinting :: Whether hinting is active.                              */
251 FT_Bool hinting )
273 if ( hinting && size )
372 /* hinting :: Whether hinting is active. */
374 /* hint_mode :: The hinting mode. */
381 FT_Bool hinting,
391 cff_builder_init( &decoder->builder, face, size, slot, hinting );
2588 FT_Bool hinting, force_scaling;
2730 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 &&
2740 cff_decoder_init( &decoder, face, size, glyph, hinting,
2935 if ( !hinting || !decoder.builder.hints_funcs )