Home | History | Annotate | Download | only in style

Lines Matching refs:textStrokeWidth

739     float textStrokeWidth() const { return rareInheritedData->textStrokeWidth; }
1250 void setTextStrokeWidth(float w) { SET_VAR(rareInheritedData, textStrokeWidth, w); }