Property | Type | Description | |
---|---|---|---|
LoadOpenTypeLayoutInfo | void | ||
Typeface | System.Collections.Generic |
Method | Description | |
---|---|---|
CalculateScale ( float sizeInPointUnit, int resolution = 96 ) : float | ||
GetAdvanceWidth ( char character ) : ushort | ||
GetAdvanceWidthFromGlyphIndex ( int glyphIndex ) : ushort | ||
GetGlyphByIndex ( int glyphIndex ) : Glyph | ||
GetKernDistance ( ushort leftGlyphIndex, ushort rightGlyphIndex ) : short | ||
Lookup ( char character ) : Glyph | ||
Lookup ( char buffer, List |
||
LookupIndex ( char character ) : int |
Method | Description | |
---|---|---|
LoadOpenTypeLayoutInfo ( |
||
Typeface ( |
public CalculateScale ( float sizeInPointUnit, int resolution = 96 ) : float | ||
sizeInPointUnit | float | |
resolution | int | |
return | float |
public GetAdvanceWidth ( char character ) : ushort | ||
character | char | |
return | ushort |
public GetAdvanceWidthFromGlyphIndex ( int glyphIndex ) : ushort | ||
glyphIndex | int | |
return | ushort |
public GetGlyphByIndex ( int glyphIndex ) : Glyph | ||
glyphIndex | int | |
return | Glyph |
public GetKernDistance ( ushort leftGlyphIndex, ushort rightGlyphIndex ) : short | ||
leftGlyphIndex | ushort | |
rightGlyphIndex | ushort | |
return | short |
public Lookup ( char buffer, List |
||
buffer | char | |
output | List |
|
return | void |