| Modifier and Type | Class and Description |
|---|---|
static class |
HwmfFont.WmfClipPrecision
ClipPrecision Flags specify clipping precision, which defines how to clip characters that are
partially outside a clipping region.
|
static class |
HwmfFont.WmfFontQuality
The output quality defines how carefully to attempt to match the logical font attributes to those of an actual
physical font.
|
static class |
HwmfFont.WmfOutPrecision
The output precision defines how closely the output must match the requested font's height,
width, character orientation, escapement, pitch, and font type.
|
| Constructor and Description |
|---|
HwmfFont() |
| Modifier and Type | Method and Description |
|---|---|
FontCharset |
getCharset() |
HwmfFont.WmfClipPrecision |
getClipPrecision() |
int |
getEscapement() |
FontFamily |
getFamily() |
int |
getHeight() |
java.lang.Integer |
getIndex() |
int |
getOrientation() |
HwmfFont.WmfOutPrecision |
getOutPrecision() |
FontPitch |
getPitch() |
int |
getPitchAndFamily() |
HwmfFont.WmfFontQuality |
getQuality() |
java.lang.String |
getTypeface() |
int |
getWeight() |
int |
getWidth() |
int |
init(LittleEndianInputStream leis) |
boolean |
isItalic() |
boolean |
isStrikeOut() |
boolean |
isUnderline() |
void |
setCharset(FontCharset charset) |
void |
setFamily(FontFamily family) |
void |
setIndex(int index) |
void |
setPitch(FontPitch pitch) |
void |
setTypeface(java.lang.String typeface) |
public int init(LittleEndianInputStream leis) throws java.io.IOException
java.io.IOExceptionpublic int getHeight()
public int getWidth()
public int getEscapement()
public int getOrientation()
public int getWeight()
public boolean isItalic()
public boolean isUnderline()
public boolean isStrikeOut()
public HwmfFont.WmfOutPrecision getOutPrecision()
public HwmfFont.WmfClipPrecision getClipPrecision()
public HwmfFont.WmfFontQuality getQuality()
public int getPitchAndFamily()
public FontFamily getFamily()
public void setFamily(FontFamily family)
public java.lang.String getTypeface()
getTypeface in interface FontInfopublic void setTypeface(java.lang.String typeface)
setTypeface in interface FontInfopublic FontCharset getCharset()
getCharset in interface FontInfopublic void setCharset(FontCharset charset)
setCharset in interface FontInfo