Home | History | Annotate | Download | only in core

Lines Matching defs:Hinting

82     /** Specifies the level of hinting to be performed. These names are taken
92 enum Hinting {
99 Hinting getHinting() const {
100 return static_cast<Hinting>(fHinting);
103 void setHinting(Hinting hintingLevel);
1077 // Set flags/hinting/textSize up to use for drawing text as paths.