X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/samples/layout/GnomeFontMap.cpp diff --git a/icuSources/samples/layout/GnomeFontMap.cpp b/icuSources/samples/layout/GnomeFontMap.cpp index 63cc5cd1..7895dd82 100644 --- a/icuSources/samples/layout/GnomeFontMap.cpp +++ b/icuSources/samples/layout/GnomeFontMap.cpp @@ -1,13 +1,18 @@ /* ****************************************************************************** - * Copyright (C) 1998-2003, International Business Machines Corporation and * + * © 2016 and later: Unicode, Inc. and others. * + * License & terms of use: http://www.unicode.org/copyright.html#License * + ****************************************************************************** + ****************************************************************************** + * Copyright (C) 1998-2006, International Business Machines Corporation and * * others. All Rights Reserved. * ****************************************************************************** */ #include -#include "freetype/freetype.h" +#include +#include FT_FREETYPE_H #include "layout/LEFontInstance.h" #include "GnomeFontInstance.h" @@ -16,7 +21,7 @@ #include "FontMap.h" #include "GnomeFontMap.h" -GnomeFontMap::GnomeFontMap(TT_Engine engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) +GnomeFontMap::GnomeFontMap(FT_Library engine, const char *fileName, le_int16 pointSize, GUISupport *guiSupport, LEErrorCode &status) : FontMap(fileName, pointSize, guiSupport, status), fEngine(engine) { // nothing to do?