Home | History | Annotate | Download | only in style

Lines Matching refs:textStrokeWidth

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