Home | History | Annotate | Download | only in core

Lines Matching refs:Hinting

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