Lines Matching refs:advance
323 \brief Get the advance for the 32 bit character
325 \return Returns -1 on error, or advance in units of 1/64th of a Point.
330 \param load_flags Controls internal advance:
331 FT_LOAD_NO_SCALE, internal advance is in 1/64th of a point. (kerning values are still scaled)
332 FT_LOAD_TARGET_NORMAL internal advance is in 1/64th of a point. The scale
341 int advance=-1;
344 if(is_mn_unicode(wc))return(0); /* no advance on Unicode Mn characters */
353 advance = fsp->face->glyph->advance.x;
357 if(pc)advance += TR_getkern2(fsp, wc, pc, kern_mode);
363 return(advance);
507 \brief Check or set vertical advance on the growing complex relative to the current complex.
525 as it is merged into the running weighted average. This improves the accuracy of the vertical advance,
552 All text fields in a complex have the same advance, so just set/check the first one.
794 /* The space advance is needed in various places. Get it now, and get it in the font units,
1680 \param load_flags Controls internal advance:
1681 FT_LOAD_NO_SCALE, internal advance is in 1/64th of a point. (kerning values are still scaled)
1682 FT_LOAD_TARGET_NORMAL internal advance is in 1/64th of a point. The scale
1794 /* baseline advance is independent of character orientation */
2467 The resulting advance (xkern) may be much too large so that it overruns the next text chunk. Since