Interface

Gtk-4.0GtkFontChooserConstructorProps

interface ConstructorProps {
    font: string;
    font_desc: Pango.FontDescription;
    font_features: string;
    fontDesc: Pango.FontDescription;
    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
font_features: string
fontFeatures: string
language: string
preview_text: string
previewText: string

show_preview_entry

show_preview_entry: boolean
showPreviewEntry: boolean