Home | History | Annotate | Download | only in core

Lines Matching refs:Hinting

75     /** Specifies the level of hinting to be performed. These names are taken
85 enum Hinting {
92 Hinting getHinting() const {
93 return static_cast<Hinting>(fBitfields.fHinting);
96 void setHinting(Hinting hintingLevel);
1110 // Set flags/hinting/textSize up to use for drawing text as paths.