Hello Wengier,
Would you consider changing these so that the first four letters of each
reserved word would be unique? That would make my installer's config.txt
postprocessing a bit easier. I can, of course, work around this, but
simpler is better. So far, all reserved words are unique in this manner
and I can use this to update settings from a previous config.txt based
on a 4-letter key which is simply the first 4 letters of a directive.
E.g.:
FONT
BOLDFONT
ITALICFONT
BOITALICFONT
Best regards,
Kari Eveli
LEXITEC Book Publishing (Finland)
lexitec@xxxxxxxx
*** Lexitec Online ***
Lexitec in English:
http://www.lexitec.fi/english.htmlHome page in Finnish:
http://www.lexitec.fi/
1.8.2016, 1:39, Wengier W (Redacted sender wengierwu for DMARC) kirjoitti:
> Hi Carl and Harry,
>
> I have added two new config file directives: FONTBOLD and FONTBOIT,
> which like FONTITAL are used to optionally specify the bold and bold
> italic versions of the font. For example, for the Consola font, the
> fonts consolab, consolai and consolaz are its bold, italic and bold
> italic versions respectively.
>
> Note that all of these directives will point to font files that
> actually exist. I doubt there is a "small" version of the font
> available, so FONTSMALL probably won't do anything useful. Similar for
> other FONT[xxx] directives. In other words, if no such font variants
> actually exist, then FONT[xxxx] basically won't do anything good. Hope
> this helps.
>
> Wengier