| 77 | |
| 78 | const Font *GetFont() const override { return this->font; } |
| 79 | int GetLeading() const override { return this->font->fc->GetHeight(); } |
| 80 | int GetGlyphCount() const override { return this->glyphs.size(); } |
| 81 | int GetAdvance() const { return this->total_advance; } |
| 82 | }; |