FontDetails Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.FontDetails[[FontDetails]] end
Members
Properties
Internal properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Public properties
|
Type |
Name |
Methods |
|---|---|---|
|
|
|
|
Methods
Internal methods
|
Returns |
Name |
|---|---|
|
|
( |
|
|
( |
Public methods
Details
Constructors
FontDetails
Source code
internal FontDetails(PdfName fontName, PdfIndirectReference indirectReference, BaseFont baseFont)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fontName |
|
|
|
indirectReference |
|
|
|
baseFont |
Methods
ConvertToBytesGid
Source code
internal virtual object ConvertToBytesGid(string gids)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
gids |
ConvertToBytes
Source code
internal byte ConvertToBytes(string text)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
text |
WriteFont
Source code
public virtual void WriteFont(PdfWriter writer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
writer |
Properties
IndirectReference
internal PdfIndirectReference IndirectReference { get; }
FontName
internal PdfName FontName { get; }
BaseFont
internal BaseFont BaseFont { get; }
Subset
public virtual bool Subset { get; set; }
Generated with ModularDoc