org.foray.common
Class FontOptions4a

java.lang.Object
  extended by org.foray.common.FontOptions4a
All Implemented Interfaces:
org.axsl.font.FontOptions

public class FontOptions4a
extends Object
implements org.axsl.font.FontOptions

FOray implementation of FontOptions.


Field Summary
 
Fields inherited from interface org.axsl.font.FontOptions
DEFAULT
 
Constructor Summary
FontOptions4a()
          Default constructor.
 
Method Summary
 boolean anySubsitutionActive()
           
 boolean isFeatureActive(String feature)
           
 boolean isKerning()
           
 void setKerning(boolean isKerning)
          Sets the isKerning value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontOptions4a

public FontOptions4a()
Default constructor.

Method Detail

isKerning

public boolean isKerning()
Specified by:
isKerning in interface org.axsl.font.FontOptions

setKerning

public void setKerning(boolean isKerning)
Sets the isKerning value.

Parameters:
isKerning - The new isKerning value.

isFeatureActive

public boolean isFeatureActive(String feature)
Specified by:
isFeatureActive in interface org.axsl.font.FontOptions

anySubsitutionActive

public boolean anySubsitutionActive()
Specified by:
anySubsitutionActive in interface org.axsl.font.FontOptions


Copyright © 2017. All rights reserved.