Home | History | Annotate | Download | only in fonts

Lines Matching refs:Style

4  * Use of this source code is governed by a BSD-style license that can be
146 void getStyle(int index, SkFontStyle*, SkString* style) override;
193 void SkFontStyleSet_FC::getStyle(int index, SkFontStyle* style,
196 if (style) {
197 *style = fRecs[index].fStyle;
305 // TODO should the caller give us the style or should we get it from freetype?
306 SkFontStyle style;
308 if (!fScanner.scanFont(stream, 0, nullptr, &style, &isFixedWidth, nullptr)) {
312 SkTypeface* face = FontConfigTypeface::Create(style, isFixedWidth, stream.detach());
324 return FontConfigTypeface::LegacyCreateTypeface(familyName, (SkTypeface::Style)styleBits);