public class HwmfFont
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HwmfFont.WmfCharset |
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.WmfFontFamilyClass
A property of a font that describes its general appearance.
|
static class |
HwmfFont.WmfFontPitch
A property of a font that describes the pitch, of the characters.
|
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 |
---|---|
HwmfFont.WmfCharset |
getCharSet() |
HwmfFont.WmfClipPrecision |
getClipPrecision() |
int |
getEscapement() |
java.lang.String |
getFacename() |
HwmfFont.WmfFontFamilyClass |
getFamily() |
int |
getHeight() |
int |
getOrientation() |
HwmfFont.WmfOutPrecision |
getOutPrecision() |
HwmfFont.WmfFontPitch |
getPitch() |
int |
getPitchAndFamily() |
HwmfFont.WmfFontQuality |
getQuality() |
int |
getWeight() |
int |
getWidth() |
int |
init(LittleEndianInputStream leis) |
boolean |
isItalic() |
boolean |
isStrikeOut() |
boolean |
isUnderline() |
public int init(LittleEndianInputStream leis) throws java.io.IOException
java.io.IOException
public 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.WmfCharset getCharSet()
public HwmfFont.WmfOutPrecision getOutPrecision()
public HwmfFont.WmfClipPrecision getClipPrecision()
public HwmfFont.WmfFontQuality getQuality()
public int getPitchAndFamily()
public HwmfFont.WmfFontFamilyClass getFamily()
public HwmfFont.WmfFontPitch getPitch()
public java.lang.String getFacename()
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.