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