Home | History | Annotate | Download | only in freetype

Lines Matching defs:FT_LOAD_NO_SCALE

155   /*    FT_LOAD_NO_SCALE                                                   */
206 /* @FT_LOAD_NO_SCALE has been used while loading the glyph, values */
2442 * FT_LOAD_NO_SCALE ::
2449 * FT_LOAD_NO_SCALE usually yields meaningless outlines because the
2451 * This can be solved by loading the font without FT_LOAD_NO_SCALE and
2459 * This flag is implied by @FT_LOAD_NO_SCALE.
2466 * This flag is unset by @FT_LOAD_NO_SCALE.
2472 * @FT_LOAD_NO_SCALE always sets this flag.
2516 * This flag implies @FT_LOAD_NO_SCALE and @FT_LOAD_IGNORE_TRANSFORM.
2570 #define FT_LOAD_NO_SCALE ( 1L << 0 )