]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/letest/PortableFontInstance.h
ICU-531.30.tar.gz
[apple/icu.git] / icuSources / test / letest / PortableFontInstance.h
index 3e86112c3db901e43d06bb2b84692c7fe3a28540..ed366e9f7a0c0efa24b001f7f50d5ba6fcdae2e3 100644 (file)
@@ -2,7 +2,7 @@
 /*
  *******************************************************************************
  *
- *   Copyright (C) 1999-2008, International Business Machines
+ *   Copyright (C) 1999-2013, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  *******************************************************************************
@@ -63,7 +63,8 @@ private:
     CMAPMapper *findUnicodeMapper();
 
 protected:
-    const void *readFontTable(LETag tableTag) const;
+    const void *readFontTable(LETag tableTag) const { size_t ignored; return readFontTable(tableTag, ignored); }
+    const void *readFontTable(LETag tableTag, size_t &length) const;
 
 public:
     PortableFontInstance(const char *fileName, float pointSize, LEErrorCode &status);
@@ -71,6 +72,7 @@ public:
     virtual ~PortableFontInstance();
 
     virtual const void *getFontTable(LETag tableTag) const;
+    virtual const void *getFontTable(LETag tableTag, size_t &length) const;
 
     virtual const char *getNameString(le_uint16 nameID, le_uint16 platform, le_uint16 encoding, le_uint16 language) const;
 
@@ -84,6 +86,8 @@ public:
 
     virtual le_uint32 getFontChecksum() const;
 
+    virtual le_uint32 getRawChecksum() const;
+
     virtual le_int32 getAscent() const;
 
     virtual le_int32 getDescent() const;