WIP New "--uifont" option to specify UI font
If not specified, or "default" is specified (e.g., to override a higher-up config file setting), it will fallback to what we have #define'd in fonts.h as PANGO_DEFAULT_FONT, "DejaVu Sans". It appears to fallback to this (or a reasonable fascimile) if the font specified by the "uifont" option doesn't exist (e.g., "tuxpaint --uifont=ABCD1234"). For https://sourceforge.net/p/tuxpaint/feature-requests/146/
This commit is contained in:
parent
b4a550a6e1
commit
83c4cbc676
6 changed files with 40 additions and 8 deletions
|
|
@ -161,6 +161,7 @@ startblank, POSBOOL(start_blank)
|
|||
startlast, NEGBOOL(start_blank)
|
||||
sysconfig, POSBOOL(parsertmp_sysconfig)
|
||||
sysfonts, NEGBOOL(no_system_fonts)
|
||||
uifont, MULTI(tp_ui_font)
|
||||
uppercase, POSBOOL(only_uppercase)
|
||||
usage, IMM(usage)
|
||||
verbose-version, IMM(verbose_version)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue