Searched defs:getFontRef (Results 1 – 2 of 2) sorted by relevance
71 const std::shared_ptr<Font>& getFontRef(size_t index) const { return mFonts[index]; } in getFontRef() function
88 const std::shared_ptr<Font>& getFontRef(int i) const { return mGlyphs[i].font.font; } in getFontRef() function