Home | History | Annotate | Download | only in core

Lines Matching refs:Hinting

76     /** Specifies the level of hinting to be performed. These names are taken
86 enum Hinting {
93 Hinting getHinting() const {
94 return static_cast<Hinting>(fBitfields.fHinting);
97 void setHinting(Hinting hintingLevel);
965 * will not take into account any hinting, but will respect any text-scale-x or text-skew-x
1151 // Set flags/hinting/textSize up to use for drawing text as paths.