com.itextpdf.text.pdf.codec.wmf
Class MetaFont

java.lang.Object
  extended by com.itextpdf.text.pdf.codec.wmf.MetaObject
      extended by 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
MetaFont()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaFont

public MetaFont()
Method Detail

init

public void init(InputMeta in)
          throws IOException
Throws:
IOException

getFont

public BaseFont getFont()

getAngle

public float getAngle()

isUnderline

public boolean isUnderline()

isStrikeout

public boolean isStrikeout()

getFontSize

public float getFontSize(MetaState state)


Copyright © 2013. All Rights Reserved.