Font.hinting

Gets the font's hinting type Type is returned as a value matching one of the following: TTF_HINTING_NORMAL TTF_HINTING_LIGHT TTF_HINTING_MONO TTF_HINTING_NONE Type defaults to TTF_HINTING_NORMAL if no type has been set Hinting type is how the font is programmed to map onto the pixels on a screen

  1. int hinting [@property setter]
  2. int hinting [@property getter]
    class Font
    @property
    int
    hinting
    (
    )

Meta