/*
+ *******************************************************************************
+ *
+ * © 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
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