SliTaz SliTaz Forum

You are not logged in.

#1 2019-03-07 18:25:37

gibor
Moderator
Registered: 2011-04-30
Posts: 1,067

Tazweb from source

Hi, if I want to compile tazweb from source with another default font (enlarge), where put the font configuration?

On readme of source is present only this option...

* Change font of a widget:

      PangoFontDescription *font;

      font = pango_font_description_from_string("8");

      gtk_widget_modify_font(urientry, font);

      pango_font_description_free(font);

    * Change size of a widget:

      gtk_widget_set_size_request(toolbar, 0, 28);

Thank in advance!

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.017 seconds, 8 queries executed - Memory usage: 1.52 MiB (Peak: 1.77 MiB) ]