gi-gtk-4.0.8: Gtk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Gtk.Interfaces.FontChooser

Description

GtkFontChooser is an interface that can be implemented by widgets for choosing fonts.

In GTK, the main objects that implement this interface are FontChooserWidget, FontChooserDialog and FontButton.

Synopsis

Exported types

newtype FontChooser Source #

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Memory-managed wrapper type.

Constructors

FontChooser (ManagedPtr FontChooser)

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Instances

Instances details
Eq FontChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FontChooser

GObject FontChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FontChooser

ManagedPtrNewtype FontChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FontChooser

Methods

toManagedPtr :: FontChooser -> ManagedPtr FontChooser

TypedObject FontChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FontChooser

Methods

glibType :: IO GType

HasParentTypes FontChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FontChooser

IsGValue (Maybe FontChooser) Source #

Convert FontChooser to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.FontChooser

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe FontChooser -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe FontChooser)

type ParentTypes FontChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FontChooser

type ParentTypes FontChooser = '[Object]

class (GObject o, IsDescendantOf FontChooser o) => IsFontChooser o Source #

Type class for types which can be safely cast to FontChooser, for instance with toFontChooser.

Instances

Instances details
(GObject o, IsDescendantOf FontChooser o) => IsFontChooser o Source # 
Instance details

Defined in GI.Gtk.Interfaces.FontChooser

toFontChooser :: (MonadIO m, IsFontChooser o) => o -> m FontChooser Source #

Cast to FontChooser, for types for which this is known to be safe. For general casts, use castTo.

Methods

getFont

fontChooserGetFont Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m (Maybe Text)

Returns: A string with the name of the current font

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Gets the currently-selected font name.

Note that this can be a different string than what you set with fontChooserSetFont, as the font chooser widget may normalize font names and thus return a string with a different structure. For example, “Helvetica Italic Bold 12” could be normalized to “Helvetica Bold Italic 12”.

Use fontDescriptionEqual if you want to compare two font descriptions.

getFontDesc

fontChooserGetFontDesc Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m (Maybe FontDescription)

Returns: A PangoFontDescription for the current font

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Gets the currently-selected font.

Note that this can be a different string than what you set with fontChooserSetFont, as the font chooser widget may normalize font names and thus return a string with a different structure. For example, “Helvetica Italic Bold 12” could be normalized to “Helvetica Bold Italic 12”.

Use fontDescriptionEqual if you want to compare two font descriptions.

getFontFace

fontChooserGetFontFace Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m (Maybe FontFace)

Returns: A PangoFontFace representing the selected font group details

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Gets the PangoFontFace representing the selected font group details (i.e. family, slant, weight, width, etc).

If the selected font is not installed, returns Nothing.

getFontFamily

fontChooserGetFontFamily Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m (Maybe FontFamily)

Returns: A PangoFontFamily representing the selected font family

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Gets the PangoFontFamily representing the selected font family.

Font families are a collection of font faces.

If the selected font is not installed, returns Nothing.

getFontFeatures

fontChooserGetFontFeatures Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m Text

Returns: the currently selected font features

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Gets the currently-selected font features.

The format of the returned string is compatible with the CSS font-feature-settings property. It can be passed to [funcpango.AttrFontFeatures.new].

getFontMap

fontChooserGetFontMap Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m (Maybe FontMap)

Returns: a PangoFontMap

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Gets the custom font map of this font chooser widget, or Nothing if it does not have one.

getFontSize

fontChooserGetFontSize Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m Int32

Returns: A n integer representing the selected font size, or -1 if no font size is selected.

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

The selected font size.

getLanguage

fontChooserGetLanguage Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m Text

Returns: the currently selected language

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Gets the language that is used for font features.

getLevel

fontChooserGetLevel Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m [FontChooserLevel]

Returns: the current granularity level

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Returns the current level of granularity for selecting fonts.

getPreviewText

fontChooserGetPreviewText Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m Text

Returns: the text displayed in the preview area

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Gets the text displayed in the preview area.

getShowPreviewEntry

fontChooserGetShowPreviewEntry Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> m Bool

Returns: True if the preview entry is shown or False if it is hidden.

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Returns whether the preview entry is shown or not.

setFilterFunc

fontChooserSetFilterFunc Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> Maybe FontFilterFunc

filter: a GtkFontFilterFunc

-> m () 

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Adds a filter function that decides which fonts to display in the font chooser.

setFont

fontChooserSetFont Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> Text

fontname: a font name like “Helvetica 12” or “Times Bold 18”

-> m () 

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Sets the currently-selected font.

setFontDesc

fontChooserSetFontDesc Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> FontDescription

fontDesc: a PangoFontDescription

-> m () 

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Sets the currently-selected font from fontDesc.

setFontMap

fontChooserSetFontMap Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a, IsFontMap b) 
=> a

fontchooser: a GtkFontChooser

-> Maybe b

fontmap: a PangoFontMap

-> m () 

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Sets a custom font map to use for this font chooser widget.

A custom font map can be used to present application-specific fonts instead of or in addition to the normal system fonts.

c code

FcConfig *config;
PangoFontMap *fontmap;

config = FcInitLoadConfigAndFonts ();
FcConfigAppFontAddFile (config, my_app_font_file);

fontmap = pango_cairo_font_map_new_for_font_type (CAIRO_FONT_TYPE_FT);
pango_fc_font_map_set_config (PANGO_FC_FONT_MAP (fontmap), config);

gtk_font_chooser_set_font_map (font_chooser, fontmap);

Note that other GTK widgets will only be able to use the application-specific font if it is present in the font map they use:

c code

context = gtk_widget_get_pango_context (label);
pango_context_set_font_map (context, fontmap);

setLanguage

fontChooserSetLanguage Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> Text

language: a language

-> m () 

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Sets the language to use for font features.

setLevel

fontChooserSetLevel Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> [FontChooserLevel]

level: the desired level of granularity

-> m () 

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Sets the desired level of granularity for selecting fonts.

setPreviewText

fontChooserSetPreviewText Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> Text

text: the text to display in the preview area

-> m () 

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Sets the text displayed in the preview area.

The text is used to show how the selected font looks.

setShowPreviewEntry

fontChooserSetShowPreviewEntry Source #

Arguments

:: (HasCallStack, MonadIO m, IsFontChooser a) 
=> a

fontchooser: a GtkFontChooser

-> Bool

showPreviewEntry: whether to show the editable preview entry or not

-> m () 

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButtoninstead

Shows or hides the editable preview entry.

Properties

font

The font description as a string, e.g. "Sans Italic 12".

constructFontChooserFont :: (IsFontChooser o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “font” property. This is rarely needed directly, but it is used by new.

getFontChooserFont :: (MonadIO m, IsFontChooser o) => o -> m (Maybe Text) Source #

Get the value of the “font” property. When overloading is enabled, this is equivalent to

get fontChooser #font

setFontChooserFont :: (MonadIO m, IsFontChooser o) => o -> Text -> m () Source #

Set the value of the “font” property. When overloading is enabled, this is equivalent to

set fontChooser [ #font := value ]

fontDesc

The font description as a PangoFontDescription.

constructFontChooserFontDesc :: (IsFontChooser o, MonadIO m) => FontDescription -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “font-desc” property. This is rarely needed directly, but it is used by new.

getFontChooserFontDesc :: (MonadIO m, IsFontChooser o) => o -> m (Maybe FontDescription) Source #

Get the value of the “font-desc” property. When overloading is enabled, this is equivalent to

get fontChooser #fontDesc

setFontChooserFontDesc :: (MonadIO m, IsFontChooser o) => o -> FontDescription -> m () Source #

Set the value of the “font-desc” property. When overloading is enabled, this is equivalent to

set fontChooser [ #fontDesc := value ]

fontFeatures

The selected font features.

The format of the string is compatible with CSS and with Pango attributes.

getFontChooserFontFeatures :: (MonadIO m, IsFontChooser o) => o -> m (Maybe Text) Source #

Get the value of the “font-features” property. When overloading is enabled, this is equivalent to

get fontChooser #fontFeatures

language

The language for which the font features were selected.

constructFontChooserLanguage :: (IsFontChooser o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “language” property. This is rarely needed directly, but it is used by new.

getFontChooserLanguage :: (MonadIO m, IsFontChooser o) => o -> m (Maybe Text) Source #

Get the value of the “language” property. When overloading is enabled, this is equivalent to

get fontChooser #language

setFontChooserLanguage :: (MonadIO m, IsFontChooser o) => o -> Text -> m () Source #

Set the value of the “language” property. When overloading is enabled, this is equivalent to

set fontChooser [ #language := value ]

level

The level of granularity to offer for selecting fonts.

constructFontChooserLevel :: (IsFontChooser o, MonadIO m) => [FontChooserLevel] -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “level” property. This is rarely needed directly, but it is used by new.

getFontChooserLevel :: (MonadIO m, IsFontChooser o) => o -> m [FontChooserLevel] Source #

Get the value of the “level” property. When overloading is enabled, this is equivalent to

get fontChooser #level

setFontChooserLevel :: (MonadIO m, IsFontChooser o) => o -> [FontChooserLevel] -> m () Source #

Set the value of the “level” property. When overloading is enabled, this is equivalent to

set fontChooser [ #level := value ]

previewText

The string with which to preview the font.

constructFontChooserPreviewText :: (IsFontChooser o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “preview-text” property. This is rarely needed directly, but it is used by new.

getFontChooserPreviewText :: (MonadIO m, IsFontChooser o) => o -> m (Maybe Text) Source #

Get the value of the “preview-text” property. When overloading is enabled, this is equivalent to

get fontChooser #previewText

setFontChooserPreviewText :: (MonadIO m, IsFontChooser o) => o -> Text -> m () Source #

Set the value of the “preview-text” property. When overloading is enabled, this is equivalent to

set fontChooser [ #previewText := value ]

showPreviewEntry

Whether to show an entry to change the preview text.

constructFontChooserShowPreviewEntry :: (IsFontChooser o, MonadIO m) => Bool -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “show-preview-entry” property. This is rarely needed directly, but it is used by new.

getFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> m Bool Source #

Get the value of the “show-preview-entry” property. When overloading is enabled, this is equivalent to

get fontChooser #showPreviewEntry

setFontChooserShowPreviewEntry :: (MonadIO m, IsFontChooser o) => o -> Bool -> m () Source #

Set the value of the “show-preview-entry” property. When overloading is enabled, this is equivalent to

set fontChooser [ #showPreviewEntry := value ]

Signals

fontActivated

type FontChooserFontActivatedCallback Source #

Arguments

 = Text

fontname: the font name

-> IO () 

Deprecated: (Since version 4.10)Use FontDialog and FontDialogButton instead

Emitted when a font is activated.

This usually happens when the user double clicks an item, or an item is selected and the user presses one of the keys Space, Shift+Space, Return or Enter.

afterFontChooserFontActivated :: (IsFontChooser a, MonadIO m) => a -> ((?self :: a) => FontChooserFontActivatedCallback) -> m SignalHandlerId Source #

Connect a signal handler for the fontActivated signal, to be run after the default handler. When overloading is enabled, this is equivalent to

after fontChooser #fontActivated callback

By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

onFontChooserFontActivated :: (IsFontChooser a, MonadIO m) => a -> ((?self :: a) => FontChooserFontActivatedCallback) -> m SignalHandlerId Source #

Connect a signal handler for the fontActivated signal, to be run before the default handler. When overloading is enabled, this is equivalent to

on fontChooser #fontActivated callback