]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/letest/SimpleFontInstance.h
ICU-64232.0.1.tar.gz
[apple/icu.git] / icuSources / test / letest / SimpleFontInstance.h
index 4bac8f8838b24e1e6dd186f05f6f220bfdb9b20c..521cb8886bfc5de3580ed9111359991e7f8b69d3 100644 (file)
@@ -1,8 +1,9 @@
-
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  *******************************************************************************
  *
- *   Copyright (C) 1999-2006, International Business Machines
+ *   Copyright (C) 1999-2015, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *
  *******************************************************************************
 #ifndef __SIMPLEFONTINSTANCE_H
 #define __SIMPLEFONTINSTANCE_H
 
-#include <stdio.h>
-
 #include "layout/LETypes.h"
 #include "layout/LEFontInstance.h"
 
+U_NAMESPACE_USE
+
 class SimpleFontInstance : public LEFontInstance
 {
 private:
@@ -35,7 +36,7 @@ public:
 
     virtual ~SimpleFontInstance();
 
-    virtual const void *getFontTable(LETag tableTag) const;
+    virtual const void *getFontTable(LETag tableTag, size_t &length) const;
 
     virtual le_int32 getUnitsPerEM() const;