org.foray.common
Class FontUtil

java.lang.Object
  extended by org.foray.common.FontUtil

public final class FontUtil
extends Object

Utility methods related to fonts.


Method Summary
static String getOpenTypeScript(org.axsl.common.i18n.Script script)
          Converts an Script script instance into its OpenType script equivalent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOpenTypeScript

public static String getOpenTypeScript(org.axsl.common.i18n.Script script)
Converts an Script script instance into its OpenType script equivalent.

Parameters:
script - The ISO 15924 script for which the OpenType equivalent is needed.
Returns:
The OpenType equivalent.


Copyright © 2017. All rights reserved.