Class Fond
- java.lang.Object
-
- com.adobe.fontengine.font.opentype.Table
-
- com.adobe.fontengine.font.opentype.Fond
-
public final class Fond extends Table
Gives access to the Apple 'fond' table.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OTByteArraygetData()ULocalegetLocale()StringgetName()booleanisBold()booleanisItalic()voidstream(Map tables)voidsubsetAndStream(Subset subset, Map tables)
-
-
-
Method Detail
-
stream
public void stream(Map tables)
-
getData
public OTByteArray getData()
-
getName
public String getName() throws InvalidFontException
- Throws:
InvalidFontException
-
isBold
public boolean isBold() throws InvalidFontException- Throws:
InvalidFontException
-
isItalic
public boolean isItalic() throws InvalidFontException- Throws:
InvalidFontException
-
getLocale
public ULocale getLocale() throws InvalidFontException
- Throws:
InvalidFontException
-
-