-
public weak FontFace get_face ()
Gets the FontFace representing the selected
font group details (i.e. family, slant, weight, width, etc).
-
public weak Widget get_face_list ()
This returns the TreeView which lists all styles available
for the selected font. For example, 'Regular', 'Bold', etc.
-
public weak FontFamily get_family ()
Gets the FontFamily representing the selected
font family.
-
public weak Widget get_family_list ()
This returns the TreeView that lists font families, for
example, 'Sans', 'Serif', etc.
-
public unowned string get_font_name ()
Gets the currently-selected font name.
-
public weak Widget get_preview_entry ()
This returns the Entry used to display the font as a preview.
-
public unowned string get_preview_text ()
Gets the text displayed in the preview area.
-
public int get_size ()
The selected font size.
-
public weak Widget get_size_entry ()
This returns the Entry used to allow the user to edit the
font number manually instead of selecting it from the list of font sizes.
-
public weak Widget get_size_list ()
This returns the GtkTreeeView used to list font sizes.
-
public bool set_font_name (string fontname)
Sets the currently-selected font.
-
public void set_preview_text (string text)
Sets the text displayed in the preview area. The text is used to show how the selected font
looks.