Method | Description | |
---|---|---|
Copy ( object handle ) : object | ||
Create ( string fontName, double size, FontStyle style, FontWeight weight, FontStretch stretch ) : object | ||
GetAvailableFamilyFaces ( string family ) : object>>.IEnumerable |
||
GetFamily ( object handle ) : string | ||
GetInstalledFonts ( ) : IEnumerable |
||
GetSize ( object handle ) : double | ||
GetStretch ( object handle ) : FontStretch | ||
GetStyle ( object handle ) : FontStyle | ||
GetSystemDefaultFont ( ) : object | ||
GetWeight ( object handle ) : FontWeight | ||
RegisterFontFromFile ( string fontPath ) : bool | ||
SetFamily ( object handle, string family ) : object | ||
SetSize ( object handle, double size ) : object | ||
SetStretch ( object handle, FontStretch stretch ) : object | ||
SetStyle ( object handle, FontStyle style ) : object | ||
SetWeight ( object handle, FontWeight weight ) : object |
Method | Description | |
---|---|---|
AddFontFile ( string fontPath ) : bool |
Method | Description | |
---|---|---|
FcConfigAppFontAddFile ( System config, string fontPath ) : bool | ||
GtkFontBackendHandler ( ) : System.Collections.Generic | ||
pango_cairo_font_map_set_default ( System fontmap ) : void |
protected AddFontFile ( string fontPath ) : bool | ||
fontPath | string | |
return | bool |
public Create ( string fontName, double size, FontStyle style, FontWeight weight, FontStretch stretch ) : object | ||
fontName | string | |
size | double | |
style | FontStyle | |
weight | FontWeight | |
stretch | FontStretch | |
return | object |
public GetAvailableFamilyFaces ( string family ) : object>>.IEnumerable |
||
family | string | |
return | object>>.IEnumerable |
public GetStretch ( object handle ) : FontStretch | ||
handle | object | |
return | FontStretch |
public GetStyle ( object handle ) : FontStyle | ||
handle | object | |
return | FontStyle |
public GetWeight ( object handle ) : FontWeight | ||
handle | object | |
return | FontWeight |
public RegisterFontFromFile ( string fontPath ) : bool | ||
fontPath | string | |
return | bool |
public SetFamily ( object handle, string family ) : object | ||
handle | object | |
family | string | |
return | object |
public SetSize ( object handle, double size ) : object | ||
handle | object | |
size | double | |
return | object |
public SetStretch ( object handle, FontStretch stretch ) : object | ||
handle | object | |
stretch | FontStretch | |
return | object |
public SetStyle ( object handle, FontStyle style ) : object | ||
handle | object | |
style | FontStyle | |
return | object |
public SetWeight ( object handle, FontWeight weight ) : object | ||
handle | object | |
weight | FontWeight | |
return | object |