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
Methods
Public methods
|
Returns |
Name |
|---|---|
|
|
(
state) |
|
|
(
meta) |
|
|
() |
|
|
() |
Details
Inheritance
Constructors
MetaFont
Source code
public MetaFont()
Methods
Init
Source code
public virtual void Init(InputMeta meta)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
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 |
|---|---|---|
|
|
state |
Properties
Font
public virtual BaseFont Font { get; }
Angle
public virtual float Angle { get; }
Generated with ModularDoc