Interface

Gtk-4.0GtkFontChooserConstructorProps

interface ConstructorProps {
    font: string | null;
    font_desc: Pango.FontDescription | null;
    font_features: string;
    fontDesc: Pango.FontDescription | null;
    fontFeatures: string;
    language: string;
    level: Gtk.FontChooserLevel;
    preview_text: string;
    previewText: string;
    show_preview_entry: boolean;
    showPreviewEntry: boolean;
}

Hierarchy (View Summary)

Index

Properties

font: string | null
font_desc: Pango.FontDescription | null
font_features: string
fontDesc: Pango.FontDescription | null
fontFeatures: string
language: string
preview_text: string
previewText: string

show_preview_entry

show_preview_entry: boolean
showPreviewEntry: boolean