Lines Matching defs:fontStyle
314 * @param fontStyle Indicates the text layout and font style. For details, see {@link FontStyle}.
319 void DrawLabel(const Point& startPoint, const char* text, uint16_t maxWidth, const FontStyle& fontStyle,
407 void StrokeText(const char* text, const Point& point, const FontStyle& fontStyle, const Paint& paint);
411 Point MeasureText(const char* text, const FontStyle& fontStyle);
523 FontStyle fontStyle;
528 fontStyle.direct = UITextLanguageDirect::TEXT_DIRECT_LTR;
529 fontStyle.align = UITextLanguageAlignment::TEXT_ALIGNMENT_LEFT;
530 fontStyle.fontSize = 0;
531 fontStyle.letterSpace = 0;
532 fontStyle.fontName = nullptr;