(svn r25493) -Codechange: support for the safer variant of ICU's getFontTable

This commit is contained in:
rubidium
2013-06-27 21:21:47 +00:00
parent 6f359bc1f0
commit 0c14a586bd
4 changed files with 24 additions and 11 deletions

View File

@@ -114,9 +114,10 @@ public:
/**
* Read a font table from the font.
* @param tag The of the table to load.
* @param length The length of the read data.
* @return The loaded table data.
*/
virtual const void *GetFontTable(uint32 tag) = 0;
virtual const void *GetFontTable(uint32 tag, size_t &length) = 0;
/**
* Get the font cache of a given font size.