Home | History | Annotate | Download | only in style

Lines Matching refs:textFillColor

610     const Color& textFillColor() const { return rareInheritedData->textFillColor; }
946 void setTextFillColor(const Color& c) { SET_VAR(rareInheritedData, textFillColor, c) }