Package com.itextpdf.text.pdf.codec.wmf
Class MetaFont
- java.lang.Object
-
- com.itextpdf.text.pdf.codec.wmf.MetaObject
-
- com.itextpdf.text.pdf.codec.wmf.MetaFont
-
public class MetaFont extends MetaObject
-
-
Field Summary
-
Fields inherited from class com.itextpdf.text.pdf.codec.wmf.MetaObject
META_BRUSH, META_FONT, META_NOT_SUPPORTED, META_PEN, type
-
-
Constructor Summary
Constructors Constructor Description MetaFont()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAngle()
BaseFont
getFont()
float
getFontSize(MetaState state)
void
init(InputMeta in)
boolean
isStrikeout()
boolean
isUnderline()
-
Methods inherited from class com.itextpdf.text.pdf.codec.wmf.MetaObject
getType
-
-
-
-
Method Detail
-
init
public void init(InputMeta in) throws java.io.IOException
- Throws:
java.io.IOException
-
getFont
public BaseFont getFont()
-
getAngle
public float getAngle()
-
isUnderline
public boolean isUnderline()
-
isStrikeout
public boolean isStrikeout()
-
getFontSize
public float getFontSize(MetaState state)
-
-