| Package | Description |
|---|---|
| org.docx4j.fonts.fop.fonts |
Classes for font handling.
|
| org.docx4j.fonts.fop.fonts.substitute |
Font substitution facilities.
|
| Modifier and Type | Field and Description |
|---|---|
static FontTriplet |
Font.DEFAULT_FONT
Default fallback key
|
static FontTriplet |
FontTriplet.DEFAULT_FONT_TRIPLET |
| Modifier and Type | Method and Description |
|---|---|
static FontTriplet |
FontInfo.createFontKey(String family,
String style,
int weight)
Creates a key from the given strings.
|
FontTriplet |
FontInfo.findAdjustWeight(String family,
String style,
int weight)
Find a font with a given family and style by trying
different font weights according to the spec.
|
FontTriplet[] |
FontInfo.fontLookup(String[] families,
String style,
int weight)
Looks up a set of fonts.
|
FontTriplet |
FontInfo.fontLookup(String family,
String style,
int weight)
Lookup a font.
|
FontTriplet |
Font.getFontTriplet() |
FontTriplet |
FontInfo.getTripletFor(String fontName)
Returns the first triplet matching the given font name.
|
| Modifier and Type | Method and Description |
|---|---|
Map<FontTriplet,String> |
FontInfo.getFontTriplets()
Gets a Map of all registered font triplets.
|
List<FontTriplet> |
EmbedFontInfo.getFontTriplets()
Returns the list of font triplets associated with this font.
|
List<FontTriplet> |
DefaultFontConfig.Font.getTripletList() |
List<FontTriplet> |
FontInfo.getTripletsFor(String fontName)
Returns all font triplet matching the given font name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FontInfo.addFontProperties(String internalFontKey,
FontTriplet triplet)
Adds a new font triplet.
|
int |
FontTriplet.compareTo(FontTriplet o) |
void |
FontEventProducer.fontSubstituted(Object source,
FontTriplet requested,
FontTriplet effective)
Notifies about a font being substituted as the requested one isn't available.
|
void |
FontEventAdapter.fontSubstituted(Object source,
FontTriplet requested,
FontTriplet effective)
Notifies about a font being substituted as the requested one isn't available.
|
void |
FontEventListener.fontSubstituted(Object source,
FontTriplet requested,
FontTriplet effective)
Notifies about a font being substituted as the requested one isn't available.
|
Font |
FontInfo.getFontInstance(FontTriplet triplet,
int fontSize)
Retrieves a (possibly cached) Font instance based on a FontTriplet and a font size.
|
String |
FontInfo.getInternalFontKey(FontTriplet triplet)
Returns the internal font key (F1, F2, F3 etc.) for a given triplet.
|
boolean |
FontTriplet.Matcher.matches(FontTriplet triplet)
Indicates whether the given
FontTriplet matches a particular criterium. |
| Constructor and Description |
|---|
Font(String key,
FontTriplet triplet,
FontMetrics met,
int fontSize)
Main constructor
|
| Constructor and Description |
|---|
EmbedFontInfo(FontUris fontUris,
boolean kerning,
boolean advanced,
List<FontTriplet> fontTriplets,
String subFontName)
Main constructor
|
EmbedFontInfo(FontUris fontUris,
boolean kerning,
boolean advanced,
List<FontTriplet> fontTriplets,
String subFontName,
EncodingMode encodingMode,
EmbeddingMode embeddingMode,
boolean simulateStyle,
boolean embedAsType1)
Main constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected FontTriplet |
FontQualifier.bestMatch(FontInfo fontInfo)
Returns the highest priority matching font triplet found in a given font info
|
| Modifier and Type | Method and Description |
|---|---|
List<FontTriplet> |
FontQualifier.getTriplets() |
protected List<FontTriplet> |
FontQualifier.match(FontInfo fontInfo)
Returns a list of matching font triplet found in a given font info
|
Copyright © 2007-2022. All Rights Reserved.