mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2019-10-08 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'RDFontSet' class to 'RDFontEngine'. * Modified the font calculation algorithm in 'RDFontEngine::MakeFonts()' to use fixed defaults.
This commit is contained in:
@@ -69,23 +69,22 @@ CaeHostname=
|
||||
XportHostname=
|
||||
|
||||
[Fonts]
|
||||
; Directives in the [Fonts] section allows the font used by Rivendell to
|
||||
; be specified, with the default being to use the font specified by
|
||||
; the underlying window manager. It should seldom be necessary to
|
||||
; change these!
|
||||
; Directives in the [Fonts] section allows the fonts used by Rivendell to
|
||||
; be specified, with the default being to use the 'System' font. It should
|
||||
; seldom be necessary to change these!
|
||||
|
||||
; 'Family=' can be used to specify the name of the font to use
|
||||
; --e.g. 'Helvetica'.
|
||||
Family=
|
||||
;Family=System
|
||||
|
||||
; 'ButtonSize=' specifies the size of the font to be used for button labels.
|
||||
ButtonSize=
|
||||
;ButtonSize=12
|
||||
|
||||
; 'LabelSize=' specifies the size of the font to be used for field labels.
|
||||
LabelSize=
|
||||
;LabelSize=11
|
||||
|
||||
; 'DefaultSize=' specifies the size of the font to be used for field data.
|
||||
DefaultSize=
|
||||
;DefaultSize=11
|
||||
|
||||
[Provisioning]
|
||||
; If CreateHost=Yes, a Host entry will be automatically created in the DB
|
||||
|
||||
Reference in New Issue
Block a user