Home | History | Annotate | Download | only in resources

Lines Matching full:font

56     if (this.attrs.font) {
57 this.style.font = attrs.font;
126 if (this.attrs.font) {
127 this.label_.style.font = this.attrs.font;
128 this.cut_.style.font = this.attrs.font;
156 if (this.attrs.font) {
157 this.style.font = attrs.font;
255 if (this.attrs.font) {
256 this.label_.style.font = this.attrs.font;
257 this.minus_.style.font = this.attrs.font;
258 this.percent_.style.font = this.attrs.font;