(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

@@ -45,6 +45,7 @@ public:
float getScaleFactorX() const;
float getScaleFactorY() const;
const void *getFontTable(LETag tableTag) const;
const void *getFontTable(LETag tableTag, size_t &length) const;
LEGlyphID mapCharToGlyph(LEUnicode32 ch) const;
void getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const;
le_bool getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const;