PdfFont Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.PdfFont[[PdfFont]] end subgraph System System.IComparable_1[[IComparable]] end System.IComparable_1 --> iTextSharp.text.pdf.PdfFont
Members
Properties
Internal properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Internal Static properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Public methods
Internal methods
|
Returns |
Name |
|---|---|
|
|
( |
Details
Inheritance
-
IComparable<PdfFont>
Constructors
PdfFont
Source code
internal PdfFont(BaseFont bf, float size)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
bf |
|
|
|
size |
Methods
CompareTo
Source code
public virtual int CompareTo(PdfFont pdfFont)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
pdfFont |
Width [1/3]
Source code
internal float Width()
Width [2/3]
Source code
internal float Width(int character)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
character |
Width [3/3]
Source code
internal float Width(string s)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
s |
Properties
Size
internal float Size { get; }
Font
internal BaseFont Font { get; }
DefaultFont
internal static PdfFont DefaultFont { get; }
HorizontalScaling
internal float HorizontalScaling { get; set; }
Generated with ModularDoc