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
Internal Static properties
Methods
Public methods
Internal methods
Returns | Name |
---|
float | Width (... ) |
Details
Inheritance
Constructors
PdfFont
Source code
internal PdfFont(BaseFont bf, float size)
Arguments
Methods
CompareTo
Source code
public virtual int CompareTo(PdfFont pdfFont)
Arguments
Width [1/3]
Source code
internal float Width()
Width [2/3]
Source code
internal float Width(int character)
Arguments
Type | Name | Description |
---|
int | character | |
Width [3/3]
Source code
internal float Width(string s)
Arguments
Type | Name | Description |
---|
string | 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