Uses of Class
org.foray.font.format.Kerning

Packages that use Kerning
org.foray.font Classes providing read-only access to font files and system font classes. 
org.foray.font.format.ttf Classes handling the parsing and content of TrueType fonts. 
org.foray.font.format.type1 Classes handling the parsing and content of Type1 fonts and metrics. 
 

Uses of Kerning in org.foray.font
 

Methods in org.foray.font that return Kerning
 Kerning SystemFont.getKerning()
           
 Kerning FreeStandingFont.getKerning()
          Returns the kerning information for this font.
protected abstract  Kerning Font4a.getKerning()
          Returns the kerning for this font.
 

Methods in org.foray.font with parameters of type Kerning
protected  void FreeStandingFont.setKerning(Kerning kerning)
          Sets the kerning for this font.
 

Uses of Kerning in org.foray.font.format.ttf
 

Methods in org.foray.font.format.ttf that return Kerning
 Kerning TTFTableKERN.getKerning()
          Returns the parsed kerning information for this table.
 Kerning TrueTypeFont.getKerning()
          Returns the kerning information for this font.
 

Uses of Kerning in org.foray.font.format.type1
 

Methods in org.foray.font.format.type1 that return Kerning
 Kerning Type1Metrics.getKerning()
          Return the kerning table.
 

Methods in org.foray.font.format.type1 with parameters of type Kerning
 void Type1Metrics.setKerning(Kerning kerning)
          Sets the kerning.
 



Copyright © 2017. All rights reserved.