>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Ok to commit these to the 1.3.x tree? I'll come up with Angus> something similar for 1.4.x too. Sure. Two remarks: + // The combobox stores only the font name; the foundary info is + // discarded. So extract the font name from fi.family(). + pair<string, string> tmp = parseFontName(fi.family()); + string const & default_font_name = tmp.first; 1/ is foundary an english word? 2/ why this default_font_name name? It is not really a default, is it? JMarc