Searched defs:FT_LOAD_NO_HINTING (Results 1 - 1 of 1) sorted by relevance

/external/freetype/include/freetype/
H A Dfreetype.h156 /* FT_LOAD_NO_HINTING */
237 /* If not disabled with @FT_LOAD_NO_HINTING, the values represent */
1062 /* @FT_LOAD_NO_HINTING. You have to set both @FT_LOAD_NO_HINTING */
2414 * This flag implies @FT_LOAD_NO_HINTING and @FT_LOAD_NO_BITMAP, and
2417 * FT_LOAD_NO_HINTING ::
2499 * disable hinting by setting @FT_LOAD_NO_HINTING or change the
2513 #define FT_LOAD_NO_HINTING ( 1L << 1 ) macro

Completed in 2134 milliseconds