Home | History | Annotate | Download | only in cff

Lines Matching refs:font

67                   CF2_Font   font )
69 /* pointer to parsed font object */
70 CFF_Decoder* decoder = font->decoder;
90 CF2_Int unitsPerEm = font->unitsPerEm;
98 blues->scale = font->innerTransform.d;
117 * the font's blue zones are ignored.
125 font->font,
172 2 * font->darkenY;
216 blues->zone[blues->count].csTopEdge += 2 * font->darkenY;
217 blues->zone[blues->count].csBottomEdge += 2 * font->darkenY;
281 /* loop on all zones in this font */
287 /* value for this font */
343 flatFamilyEdge += 2 * font->darkenY; /* bottom edge */
378 * the test below catches any font with maxZoneHeight < 10.1.
423 if ( font->stemDarkened )