OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    Font_Hinting.hxx File Reference

    Enumerations

    enum  Font_Hinting {
      Font_Hinting_Off = 0x00 , Font_Hinting_Normal = 0x01 , Font_Hinting_Light = 0x02 , Font_Hinting_ForceAutohint ,
      Font_Hinting_NoAutohint = 0x20
    }
     Enumeration defining font hinting options. More...

    Enumeration Type Documentation

    ◆ Font_Hinting

    Enumeration defining font hinting options.

    Enumerator
    Font_Hinting_Off 

    no hinting (FT_LOAD_NO_HINTING)

    Font_Hinting_Normal 

    default hinting (FT_LOAD_TARGET_NORMAL)

    Font_Hinting_Light 

    light hinting (FT_LOAD_TARGET_LIGHT)

    Font_Hinting_ForceAutohint 

    prefer autohinting over native hinting (FT_LOAD_FORCE_AUTOHINT)

    Font_Hinting_NoAutohint 

    disallow autohinting (FT_LOAD_NO_AUTOHINT)