Home | History | Annotate | Download | only in style

Lines Matching defs:textStrokeWidth

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