Skip to main content
Skip table of contents

MetaFont

MetaFont Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph iTextSharp.text.pdf.codec.wmf
  iTextSharp.text.pdf.codec.wmf.MetaFont[[MetaFont]]
  iTextSharp.text.pdf.codec.wmf.MetaObject[[MetaObject]]
  end
iTextSharp.text.pdf.codec.wmf.MetaObject --> iTextSharp.text.pdf.codec.wmf.MetaFont

Members

Properties

Public properties
TypeNameMethods
floatAngleget
BaseFontFontget

Methods

Public methods
ReturnsName
floatGetFontSize(MetaState state)
voidInit(InputMeta meta)
boolIsStrikeout()
boolIsUnderline()

Details

Inheritance

Constructors

MetaFont

Source code

public MetaFont()

Methods

Init

Source code

public virtual void Init(InputMeta meta)
Arguments
TypeNameDescription
InputMetameta
IsUnderline

Source code

public virtual bool IsUnderline()
IsStrikeout

Source code

public virtual bool IsStrikeout()
GetFontSize

Source code

public virtual float GetFontSize(MetaState state)
Arguments
TypeNameDescription
MetaStatestate

Properties

Font
public virtual BaseFont Font { get; }
Angle
public virtual float Angle { get; }

Generated with ModularDoc

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.