Searched defs:baseFont (Results 1 – 2 of 2) sorted by relevance
101 inline const HbFontUniquePtr& baseFont() const { return mBaseFont; } in baseFont() function107 Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style, HbFontUniquePtr&& baseFont) in Font()
575 minikin::FakedFont baseFont = typeface->fFontCollection->baseFontFaked(typeface->fStyle); in getMetricsInternal() local