Method | Description | |
---|---|---|
CharsToGlyphs ( |
||
CharsToGlyphs ( string chars, ushort &glyphs ) : int | ||
CountGlyphs ( |
||
CountGlyphs ( string str ) : int | ||
FromFamilyName ( string familyName, SKFontStyleWeight weight, SKFontStyleWidth width, SKFontStyleSlant slant ) : |
||
FromFamilyName ( string familyName, SKTypefaceStyle style = SKTypefaceStyle.Normal ) : |
||
FromFamilyName ( string familyName, int weight, int width, SKFontStyleSlant slant ) : |
||
FromFile ( string path, int index ) : |
||
FromStream ( |
||
FromTypeface ( |
||
GetTableData ( |
||
GetTableTags ( ) : System.UInt32[] | ||
TryGetTableData ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
SKTypeface ( |
public CharsToGlyphs ( |
||
str | ||
strlen | int | |
encoding | SKEncoding | |
glyphs | ushort | |
return | int |
public CharsToGlyphs ( string chars, ushort &glyphs ) : int | ||
chars | string | |
glyphs | ushort | |
return | int |
public CountGlyphs ( |
||
str | ||
strLen | int | |
encoding | SKEncoding | |
return | int |
public static FromFamilyName ( string familyName, SKFontStyleWeight weight, SKFontStyleWidth width, SKFontStyleSlant slant ) : |
||
familyName | string | |
weight | SKFontStyleWeight | |
width | SKFontStyleWidth | |
slant | SKFontStyleSlant | |
return |
public static FromFamilyName ( string familyName, SKTypefaceStyle style = SKTypefaceStyle.Normal ) : |
||
familyName | string | |
style | SKTypefaceStyle | |
return |
public static FromFamilyName ( string familyName, int weight, int width, SKFontStyleSlant slant ) : |
||
familyName | string | |
weight | int | |
width | int | |
slant | SKFontStyleSlant | |
return |
public static FromFile ( string path, int index ) : |
||
path | string | |
index | int | |
return |
public static FromStream ( |
||
stream | ||
index | int | |
return |
public static FromTypeface ( |
||
typeface | ||
style | SKTypefaceStyle | |
return |
public GetTableData ( |
||
tag | ||
return | byte[] |
public TryGetTableData ( |
||
tag | ||
tableData | byte | |
return | bool |