MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / getData

Method getData

lib/EpdFont/EpdFontFamily.cpp:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25const EpdFontData* EpdFontFamily::getData(const Style style) const { return getFont(style)->data; }
26
27const EpdGlyph* EpdFontFamily::getGlyph(const uint32_t cp, const Style style) const {
28 return getFont(style)->getGlyph(cp);

Callers 6

renderCharScaledFunction · 0.80
renderCharImplFunction · 0.80
getFontAscenderSizeMethod · 0.80
getLineHeightMethod · 0.80
getTextHeightMethod · 0.80
prewarmCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected