Home
last modified time | relevance | path

Searched defs:FontStyle (Results 1 – 1 of 1) sorted by relevance

/frameworks/minikin/include/minikin/
DFontStyle.h43 constexpr FontStyle() : FontStyle(Weight::NORMAL, Slant::UPRIGHT) {} in FontStyle() function
44 constexpr explicit FontStyle(Weight weight) : FontStyle(weight, Slant::UPRIGHT) {} in FontStyle() function
45 constexpr explicit FontStyle(Slant slant) : FontStyle(Weight::NORMAL, slant) {} in FontStyle() function
46 constexpr FontStyle(Weight weight, Slant slant) in FontStyle() function
48 constexpr FontStyle(uint16_t weight, Slant slant) : mWeight(weight), mSlant(slant) {} in FontStyle() function