summaryrefslogtreecommitdiff
path: root/src/fontcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontcache.h')
-rw-r--r--src/fontcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fontcache.h b/src/fontcache.h
index 6e4d18b3b..1f52ddcdc 100644
--- a/src/fontcache.h
+++ b/src/fontcache.h
@@ -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.