CFFFont Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.pdf iTextSharp.text.pdf.CFFFont[[CFFFont]] end
Members
Methods
Public methods
Internal methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
() |
|
|
( |
|
|
() |
|
|
( |
|
|
() |
|
|
() |
|
|
( |
|
|
( |
Protected methods
|
Returns |
Name |
|---|---|
|
|
() |
|
|
( |
Details
Nested types
Classes
-
Item -
OffsetItem -
RangeItem -
IndexOffsetItem -
IndexBaseItem -
IndexMarkerItem -
SubrMarkerItem -
DictOffsetItem -
UInt24Item -
UInt32Item -
UInt16Item -
UInt8Item -
StringItem -
DictNumberItem -
MarkerItem -
Font
Constructors
CFFFont
Source code
public CFFFont(RandomAccessFileOrArray inputbuffer)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
inputbuffer |
Methods
GetString
Source code
public virtual string GetString(char sid)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
sid |
GetCard8
Source code
internal char GetCard8()
GetCard16
Source code
internal char GetCard16()
GetOffset
Source code
internal int GetOffset(int offSize)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
offSize |
Seek
Source code
internal void Seek(int offset)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
offset |
GetShort
Source code
internal short GetShort()
GetInt
Source code
internal int GetInt()
GetPosition
Source code
internal int GetPosition()
GetIndex
Source code
internal int GetIndex(int nextIndexOffset)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
nextIndexOffset |
GetDictItem
Source code
protected virtual void GetDictItem()
GetEntireIndexRange
Source code
protected virtual RangeItem GetEntireIndexRange(int indexOffset)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
indexOffset |
GetCID
Source code
public virtual byte GetCID(string fontName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fontName |
IsCID
Source code
public virtual bool IsCID(string fontName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fontName |
Exists
Source code
public virtual bool Exists(string fontName)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
fontName |
GetNames
Source code
public virtual string GetNames()
ReadEncoding
Source code
internal void ReadEncoding(int nextIndexOffset)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
nextIndexOffset |
Generated with ModularDoc