How can I change the font size of a Gtk.Label in vala?

Olivier Lasne

I'm a Vala/Gtk newbie and I'm trying to change the font size of a Gtk.Label, but I can't find a good way to do it.

I find out that I can use the markup like this :

    var welcome_message = new Gtk.Label ("<span size='17000'>Hello</span>");
    welcome_message.set_use_markup (true);

But it seems a little hackish. What is the right way to do it ?

lethalman

You could try with css, I think lately this is the preferred way. Give your label a class, then load a css. If you are going to change the font size of a label, I bet you are also going to customize other things so the css may be useful for you.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I change the size of the Dash font?

From Dev

How can I change the size of the Dash font?

From Dev

How can I change the cmd font and font size with a command?

From Dev

How do I make a label's font size change based on the system font size in Xcode?

From Dev

How to change font size of label Apple Watch

From Dev

How can I get html code from the web with vala(gtk)?

From Dev

How can I change the font-size of a select option?

From Dev

How can I change font size in Eclipse for ALL text editors?

From Dev

How can I change the font size using seaborn FacetGrid?

From Dev

How can I change the font size of a row dynamically with datatables?

From Dev

How can I change the default font size of a XRRichText?

From Dev

How can i change in TabControl the font size of a tab title?

From Dev

How can I change the subtitles font size in VLC Media Player?

From Dev

How can I change the font size of KDE menus and dialogs...?

From Dev

How can I change lxpanel digital clock font size?

From Dev

How can I set/change the font size of UIBarButtonItem's Title

From Dev

How can I change the system font size in OS X?

From Dev

How do I change the text size of a GtkLabel using gtk_label_set_attributes?

From Dev

how to change font size of label without changing font family in xcode

From Dev

How to change font size for clock in top bar (GTK)

From Dev

Tkinter Label: Retain Height when I change font to smaller size

From Dev

Tkinter Label: Retain Height when I change font to smaller size

From Dev

How can I change the font size in a text view, but not the font style? (light vs. regular) - Swift

From Dev

How can I change the font size in a text view, but not the font style? (light vs. regular) - Swift

From Java

ReactJS: How to change font size and marginTop of stepper label in Material UI?

From Dev

How to change the MS Charts label font size in C#?

From Dev

Xamarin.iOS - How to change the label font size dynamically?

From Dev

How do i change the font size of JPanel

From Dev

How do I change the font size in TeraTerm?

Related Related

  1. 1

    How can I change the size of the Dash font?

  2. 2

    How can I change the size of the Dash font?

  3. 3

    How can I change the cmd font and font size with a command?

  4. 4

    How do I make a label's font size change based on the system font size in Xcode?

  5. 5

    How to change font size of label Apple Watch

  6. 6

    How can I get html code from the web with vala(gtk)?

  7. 7

    How can I change the font-size of a select option?

  8. 8

    How can I change font size in Eclipse for ALL text editors?

  9. 9

    How can I change the font size using seaborn FacetGrid?

  10. 10

    How can I change the font size of a row dynamically with datatables?

  11. 11

    How can I change the default font size of a XRRichText?

  12. 12

    How can i change in TabControl the font size of a tab title?

  13. 13

    How can I change the subtitles font size in VLC Media Player?

  14. 14

    How can I change the font size of KDE menus and dialogs...?

  15. 15

    How can I change lxpanel digital clock font size?

  16. 16

    How can I set/change the font size of UIBarButtonItem's Title

  17. 17

    How can I change the system font size in OS X?

  18. 18

    How do I change the text size of a GtkLabel using gtk_label_set_attributes?

  19. 19

    how to change font size of label without changing font family in xcode

  20. 20

    How to change font size for clock in top bar (GTK)

  21. 21

    Tkinter Label: Retain Height when I change font to smaller size

  22. 22

    Tkinter Label: Retain Height when I change font to smaller size

  23. 23

    How can I change the font size in a text view, but not the font style? (light vs. regular) - Swift

  24. 24

    How can I change the font size in a text view, but not the font style? (light vs. regular) - Swift

  25. 25

    ReactJS: How to change font size and marginTop of stepper label in Material UI?

  26. 26

    How to change the MS Charts label font size in C#?

  27. 27

    Xamarin.iOS - How to change the label font size dynamically?

  28. 28

    How do i change the font size of JPanel

  29. 29

    How do I change the font size in TeraTerm?

HotTag

Archive