Home | History | Annotate | Download | only in style

Lines Matching refs:textStrokeColor

608     const Color& textStrokeColor() const { return rareInheritedData->textStrokeColor; }
944 void setTextStrokeColor(const Color& c) { SET_VAR(rareInheritedData, textStrokeColor, c) }