public class PhysicalFont extends Object
Modifier and Type | Field and Description |
---|---|
protected FontResolver |
fontResolver |
protected boolean |
loadTypefaceFailed |
protected static org.slf4j.Logger |
log |
protected Typeface |
typeface |
Modifier and Type | Method and Description |
---|---|
String |
getEmbeddedFile() |
EmbedFontInfo |
getEmbedFontInfo() |
String |
getName() |
Panose |
getPanose() |
Typeface |
getTypeface() |
void |
setEmbeddedFile(String embeddedFile) |
void |
setName(String name) |
void |
setPanose(Panose panose) |
protected static org.slf4j.Logger log
protected FontResolver fontResolver
protected boolean loadTypefaceFailed
protected Typeface typeface
public String getName()
public void setName(String name)
public EmbedFontInfo getEmbedFontInfo()
public String getEmbeddedFile()
public void setEmbeddedFile(String embeddedFile)
public Panose getPanose()
public void setPanose(Panose panose)
public Typeface getTypeface()
Copyright © 2007-2019. All Rights Reserved.