enum

CrImage::Font::Hinting

Inherits Enum / Comparable / Value / Object

Hinting selects how to quantize a vector font's glyph nodes. Not all fonts supports hinting

Constants

None = 0
Vertical = 1
Full = 2

Instance methods

full?

Returns true if this enum value equals Full

Source
none?

Returns true if this enum value equals None

Source
vertical?

Returns true if this enum value equals Vertical

Source