C# Класс Xwt.GtkBackend.GtkFontBackendHandler

Наследование: FontBackendHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
AddFontFile ( string fontPath ) : bool

Приватные методы

Метод Описание
FcConfigAppFontAddFile ( System config, string fontPath ) : bool
GtkFontBackendHandler ( ) : System.Collections.Generic
pango_cairo_font_map_set_default ( System fontmap ) : void

Описание методов

AddFontFile() защищенный Метод

protected AddFontFile ( string fontPath ) : bool
fontPath string
Результат bool

Copy() публичный Метод

public Copy ( object handle ) : object
handle object
Результат object

Create() публичный Метод

public Create ( string fontName, double size, FontStyle style, FontWeight weight, FontStretch stretch ) : object
fontName string
size double
style FontStyle
weight FontWeight
stretch FontStretch
Результат object

GetAvailableFamilyFaces() публичный Метод

public GetAvailableFamilyFaces ( string family ) : object>>.IEnumerable
family string
Результат object>>.IEnumerable

GetFamily() публичный Метод

public GetFamily ( object handle ) : string
handle object
Результат string

GetInstalledFonts() публичный Метод

public GetInstalledFonts ( ) : IEnumerable
Результат IEnumerable

GetSize() публичный Метод

public GetSize ( object handle ) : double
handle object
Результат double

GetStretch() публичный Метод

public GetStretch ( object handle ) : FontStretch
handle object
Результат FontStretch

GetStyle() публичный Метод

public GetStyle ( object handle ) : FontStyle
handle object
Результат FontStyle

GetSystemDefaultFont() публичный Метод

public GetSystemDefaultFont ( ) : object
Результат object

GetWeight() публичный Метод

public GetWeight ( object handle ) : FontWeight
handle object
Результат FontWeight

RegisterFontFromFile() публичный Метод

public RegisterFontFromFile ( string fontPath ) : bool
fontPath string
Результат bool

SetFamily() публичный Метод

public SetFamily ( object handle, string family ) : object
handle object
family string
Результат object

SetSize() публичный Метод

public SetSize ( object handle, double size ) : object
handle object
size double
Результат object

SetStretch() публичный Метод

public SetStretch ( object handle, FontStretch stretch ) : object
handle object
stretch FontStretch
Результат object

SetStyle() публичный Метод

public SetStyle ( object handle, FontStyle style ) : object
handle object
style FontStyle
Результат object

SetWeight() публичный Метод

public SetWeight ( object handle, FontWeight weight ) : object
handle object
weight FontWeight
Результат object