Module: SDL2::TTF::Hinting

Defined in:
ttf.c,
ttf.c

Overview

Constants represents font hinting for FreeType.

Constant Summary

NORMAL =

normal hinting, default

INT2NUM((TTF_HINTING_NORMAL))
LIGHT =

lighter hinting for non-monochrome modes

INT2NUM((TTF_HINTING_LIGHT))
MONO =

strong hinting only used for monochrome output

INT2NUM((TTF_HINTING_MONO))
NONE =

no hinting

INT2NUM((TTF_HINTING_NONE))