public static final class DefaultFontConfig.Font extends Object
Modifier and Type | Method and Description |
---|---|
String |
getAfm() |
boolean |
getEmbedAsType1() |
String |
getEmbeddingMode() |
String |
getEmbedURI()
Gets the URI of the font to embed.
|
String |
getEncodingMode() |
String |
getMetrics()
Gets the String representing the metrics file.
|
String |
getPfm() |
boolean |
getSimulateStyle() |
String |
getSubFont()
Gets the sub font within, for example, a TTC.
|
List<FontTriplet> |
getTripletList() |
boolean |
getUseSVG() |
boolean |
isAdvanced() |
boolean |
isKerning()
Whether or not to allow kerning of glyphs.
|
boolean |
isLazyLoad() |
public List<FontTriplet> getTripletList()
public boolean isKerning()
public boolean isAdvanced()
public String getMetrics()
public String getEmbedURI()
public String getSubFont()
public String getEncodingMode()
public String getEmbeddingMode()
public String getAfm()
public String getPfm()
public boolean getSimulateStyle()
public boolean getEmbedAsType1()
public boolean getUseSVG()
public boolean isLazyLoad()
Copyright © 2025 Apache Software Foundation. All rights reserved.