]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/layout/ScriptCompositeFontInstance.cpp
ICU-59152.0.1.tar.gz
[apple/icu.git] / icuSources / samples / layout / ScriptCompositeFontInstance.cpp
index 889711a6332bb92159d013a8920038189929c5d7..a87c65010d63d0ccde212c26bfb9fbd3c4792157 100644 (file)
@@ -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