Home
last modified time | relevance | path

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

/frameworks/minikin/include/minikin/
DFont.h114 inline const HbFontUniquePtr& baseFont() const { return mBaseFont; } in baseFont() function
120 Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style, HbFontUniquePtr&& baseFont) in Font()