CIDFontMapping
public class FontMapping<T extends org.apache.fontbox.FontBoxFont>
extends java.lang.Object
Constructor | Description |
---|---|
FontMapping(T font,
boolean isFallback) |
Modifier and Type | Method | Description |
---|---|---|
T |
getFont() |
Returns the mapped, FontBox font.
|
boolean |
isFallback() |
Returns true if the mapped font is a fallback, i.e.
|
public FontMapping(T font, boolean isFallback)
public T getFont()
public boolean isFallback()
Copyright © 2002–2018. All rights reserved.