added the FT_LOAD_FORCE_AUOHINT flag

VER-2-0-4-PATCH
David Turner 25 years ago
parent 77054f2909
commit 680ec37326
  1. 13
      include/freetype.h

@ -1311,7 +1311,7 @@
FT_SubGlyph* subglyphs;
void* control_data;
void* control_len;
long control_len;
void* other;
@ -1794,6 +1794,17 @@
/* */
#define FT_LOAD_LINEAR 16
/*************************************************************************/
/* */
/* <Constant> */
/* FT_LOAD_FORCE_AUTOHINT */
/* */
/* <Description> */
/* A bit-field constant, used with FT_Load_Glyph() to indicate that */
/* the function should try to auto-hint the glyphs, even if a driver- */
/* -specific hinter is available.. */
/* */
#define FT_LOAD_FORCE_AUTOHINT 32
/*************************************************************************/
/* */

Loading…
Cancel
Save