(svn r25469) -Add: method for getting the font tables from freetype fonts

This commit is contained in:
rubidium
2013-06-25 20:39:58 +00:00
parent c90dbe2018
commit 7b10e39bf1
2 changed files with 36 additions and 3 deletions

View File

@@ -111,6 +111,13 @@ public:
*/
virtual GlyphID MapCharToGlyph(WChar key) = 0;
/**
* Read a font table from the font.
* @param tag The of the table to load.
* @return The loaded table data.
*/
virtual const void *GetFontTable(uint32 tag) = 0;
/**
* Get the font cache of a given font size.
* @param fs The font size to look up.