iText 5

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

Type

Name

Methods

float

Angle

get

BaseFont

Font

get

Methods

Public methods

Returns

Name

float

GetFontSize

(

MetaState

state)

void

Init

(

InputMeta

meta)

bool

IsStrikeout

()

bool

IsUnderline

()

Details

Inheritance

Constructors

MetaFont

Source code

public MetaFont()

Methods

Init

Source code

public virtual void Init(InputMeta meta)

Arguments

Type

Name

Description

InputMeta

meta

IsUnderline

Source code

public virtual bool IsUnderline()

IsStrikeout

Source code

public virtual bool IsStrikeout()

GetFontSize

Source code

public virtual float GetFontSize(MetaState state)

Arguments

Type

Name

Description

MetaState

state

Properties

Font

public virtual BaseFont Font { get; }

Angle

public virtual float Angle { get; }

Generated with ModularDoc