Table of Contents

Interface FontChooser

Namespace
Gtk
Assembly
Gtk-4.0.dll
public interface FontChooser : IHandle
Inherited Members

Fields

FontDescPropertyDefinition

public static readonly Property<FontDescription, FontChooser> FontDescPropertyDefinition

Field Value

Property<FontDescription, FontChooser>

FontFeaturesPropertyDefinition

public static readonly Property<string?, FontChooser> FontFeaturesPropertyDefinition

Field Value

Property<string, FontChooser>

FontPropertyDefinition

public static readonly Property<string?, FontChooser> FontPropertyDefinition

Field Value

Property<string, FontChooser>

LanguagePropertyDefinition

public static readonly Property<string?, FontChooser> LanguagePropertyDefinition

Field Value

Property<string, FontChooser>

LevelPropertyDefinition

public static readonly Property<FontChooserLevel, FontChooser> LevelPropertyDefinition

Field Value

Property<FontChooserLevel, FontChooser>

PreviewTextPropertyDefinition

public static readonly Property<string?, FontChooser> PreviewTextPropertyDefinition

Field Value

Property<string, FontChooser>

ShowPreviewEntryPropertyDefinition

public static readonly Property<bool, FontChooser> ShowPreviewEntryPropertyDefinition

Field Value

Property<bool, FontChooser>

Properties

Font

string? Font { get; set; }

Property Value

string

FontDesc

FontDescription FontDesc { get; set; }

Property Value

FontDescription

FontFeatures

string? FontFeatures { get; }

Property Value

string

Language

string? Language { get; set; }

Property Value

string

Level

FontChooserLevel Level { get; set; }

Property Value

FontChooserLevel

PreviewText

string? PreviewText { get; set; }

Property Value

string

ShowPreviewEntry

bool ShowPreviewEntry { get; set; }

Property Value

bool

Methods

GetFont()

string? GetFont()

Returns

string

GetFontDesc()

FontDescription? GetFontDesc()

Returns

FontDescription

GetFontFace()

FontFace? GetFontFace()

Returns

FontFace

GetFontFamily()

FontFamily? GetFontFamily()

Returns

FontFamily

GetFontFeatures()

string GetFontFeatures()

Returns

string

GetFontMap()

FontMap? GetFontMap()

Returns

FontMap

GetFontSize()

int GetFontSize()

Returns

int

GetLanguage()

string GetLanguage()

Returns

string

GetLevel()

FontChooserLevel GetLevel()

Returns

FontChooserLevel

GetPreviewText()

string GetPreviewText()

Returns

string

GetShowPreviewEntry()

bool GetShowPreviewEntry()

Returns

bool

SetFilterFunc(FontFilterFunc?)

void SetFilterFunc(FontFilterFunc? filter)

Parameters

filter FontFilterFunc

SetFont(string)

void SetFont(string fontname)

Parameters

fontname string

SetFontDesc(FontDescription)

void SetFontDesc(FontDescription fontDesc)

Parameters

fontDesc FontDescription

SetFontMap(FontMap?)

void SetFontMap(FontMap? fontmap)

Parameters

fontmap FontMap

SetLanguage(string)

void SetLanguage(string language)

Parameters

language string

SetLevel(FontChooserLevel)

void SetLevel(FontChooserLevel level)

Parameters

level FontChooserLevel

SetPreviewText(string)

void SetPreviewText(string text)

Parameters

text string

SetShowPreviewEntry(bool)

void SetShowPreviewEntry(bool showPreviewEntry)

Parameters

showPreviewEntry bool