-
/*
*******************************************************************************
*
- * 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:
virtual ~SimpleFontInstance();
- virtual const void *getFontTable(LETag tableTag) const;
+ virtual const void *getFontTable(LETag tableTag, size_t &length) const;
virtual le_int32 getUnitsPerEM() const;