X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..3bb97ae2c034620e98ae804f2ed484db37b2e461:/icuSources/samples/layout/ScriptCompositeFontInstance.cpp diff --git a/icuSources/samples/layout/ScriptCompositeFontInstance.cpp b/icuSources/samples/layout/ScriptCompositeFontInstance.cpp index 889711a6..a87c6501 100644 --- a/icuSources/samples/layout/ScriptCompositeFontInstance.cpp +++ b/icuSources/samples/layout/ScriptCompositeFontInstance.cpp @@ -1,4 +1,10 @@ /* + ******************************************************************************* + * + * © 2016 and later: Unicode, Inc. and others. + * License & terms of use: http://www.unicode.org/copyright.html#License + * + ******************************************************************************* ******************************************************************************* * * Copyright (C) 1999-2003, International Business Machines @@ -57,7 +63,7 @@ le_bool ScriptCompositeFontInstance::getGlyphPoint(LEGlyphID glyph, le_int32 poi return font->getGlyphPoint(LE_GET_GLYPH(glyph), pointNumber, point); } - return false; + return FALSE; } const LEFontInstance *ScriptCompositeFontInstance::getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const