public class HemfFont extends HwmfFont
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
HemfFont.LogFontDetails |
protected static class |
HemfFont.LogFontExDv |
protected static class |
HemfFont.LogFontPanose |
HwmfFont.WmfClipPrecision, HwmfFont.WmfFontQuality, HwmfFont.WmfOutPrecision| Modifier and Type | Field and Description |
|---|---|
protected HemfFont.LogFontDetails |
details |
protected java.lang.String |
fullname |
protected java.lang.String |
script |
protected java.lang.String |
style |
charSet, clipPrecision, escapement, facename, family, height, italic, orientation, outPrecision, pitch, pitchAndFamily, quality, strikeOut, underline, weight, width| Constructor and Description |
|---|
HemfFont() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<?>> |
getGenericProperties() |
int |
init(LittleEndianInputStream leis,
long recordSize) |
protected int |
readString(LittleEndianInputStream leis,
java.lang.StringBuilder sb,
int limit) |
java.lang.String |
toString() |
getCharset, getClipPrecision, getEscapement, getFamily, getHeight, getOrientation, getOutPrecision, getPitch, getPitchAndFamily, getQuality, getTypeface, getWeight, getWidth, initDefaults, isItalic, isStrikeOut, isUnderlineclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFacets, getIndex, getPanose, setCharset, setFamily, setIndex, setPanose, setPitch, setTypefacegetGenericChildren, getGenericRecordTypeprotected java.lang.String fullname
protected java.lang.String style
protected java.lang.String script
protected HemfFont.LogFontDetails details
public int init(LittleEndianInputStream leis, long recordSize) throws java.io.IOException
public java.util.Map<java.lang.String,java.util.function.Supplier<?>> getGenericProperties()
getGenericProperties in interface GenericRecordgetGenericProperties in class HwmfFontprotected int readString(LittleEndianInputStream leis, java.lang.StringBuilder sb, int limit) throws java.io.IOException
readString in class HwmfFontjava.io.IOException