Package org.apache.fop.fonts
Class DefaultFontConfig.Font
java.lang.Object
org.apache.fop.fonts.DefaultFontConfig.Font
- Enclosing class:
DefaultFontConfig
Represents a font object within the FOP conf.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
private String
private final boolean
private final String
private final String
private final String
private final boolean
private final String
private String
private final boolean
private final String
private final List
<FontTriplet> private final boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
metrics
-
embedUri
-
afm
-
pfm
-
subFont
-
kerning
private final boolean kerning -
advanced
private final boolean advanced -
encodingMode
-
embeddingMode
-
embedAsType1
private final boolean embedAsType1 -
simulateStyle
private final boolean simulateStyle -
useSVG
private final boolean useSVG -
tripletList
-
-
Constructor Details
-
Font
-
-
Method Details
-
getEncodingMode
-
getTripletList
-
isKerning
public boolean isKerning()Whether or not to allow kerning of glyphs.- Returns:
- true to allow glyph kerning
-
isAdvanced
public boolean isAdvanced() -
getMetrics
Gets the String representing the metrics file.- Returns:
- the metrics file
-
getEmbedURI
Gets the URI of the font to embed.- Returns:
- the font URI
-
getSubFont
Gets the sub font within, for example, a TTC.- Returns:
- the sub font name
-
getEmbeddingMode
-
getAfm
-
getPfm
-
getSimulateStyle
public boolean getSimulateStyle() -
getEmbedAsType1
public boolean getEmbedAsType1() -
getUseSVG
public boolean getUseSVG()
-