To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=63576





------- Additional comments from [EMAIL PROTECTED] Fri Mar 24 06:54:55 -0800 
2006 -------
npower->hdu,pl
>You seem to prefer Helvetica over Arial for font substitutions; however on
>Windows systems Arial... 
possibly thats an error in the patch ( there seems only one change where this is
the case right? ) I'm afraid I'm not the author of the patch but I'll try find
out more. 
>i think albany should follow after
>Andale Sans UI; Andale Sans UI is a font much richer in glyphs ...
again I'll try find out if there was a specific reason for the order as is at
the moment.

Also there is a little bit more to the patch, we automate a part ( see below for
font munge snippet )

I didn't want to run this directly and attach a patch ( imo it would be just
unreadable )

so more food for thought

    # make sure that the MS compatible fonts like Albany, Arial are
preferred
    # over the Bitstream Vera fonts

    s/(Bitstream Vera Sans;.*)Albany;/Albany;$1/;
    s/(Bitstream Vera Sans;.*)Arial;/Arial;$1/;
    s/(Bitstream Vera Sans Mono;.*)Cumberland;/Cumberland;$1/;
    s/(Bitstream Vera Sans Mono;.*)Courier New;/Courier New;$1/;
    s/(Bitstream Vera Serif;.*)Thorndale;/Thorndale;$1/;
    s/(Bitstream Vera Serif;.*)Times New Roman;/Times New Roman;$1/;

    # add AMT fonts
    s/Albany;/Albany AMT;Albany;/g;
    s/albany;/albanyamt;albany;/g;
    s/Thorndale;/Thorndale AMT;Thorndale;/g;
    s/thorndale;/thorndaleamt;thorndale;/g;
    s/Cumberland;/Cumberland AMT;Cumberland;/g;
    s/cumberland;/cumberlandamt;cumberland;/g;
    s/comicsansms;/andymt;comicsansms;/g;
    s/kidprint;/andy;kidprint;/g;

# New bits from SUSE:

    # add Nimbus fonts
    s/Arial;/Arial;Nimbus Sans L;/g;
    s/arial;/arial;nimbussansl;/g;
    s/Times New Roman;/Times New Roman;Nimbus Roman No9 L;/g;
    s/timesnewroman;/timesnewroman;nimbusromanno9l;/g;
    s/Courier New;/Courier New;Nimbus Mono L;/g;
    s/couriernew;/couriernew;nimbusmonol;/g;

    # prune duplicates
    s/nimbussansl;\(.*\)nimbussansl;/nimbussansl;$1/;
    s/nimbusmonol;\(.*\)nimbusmonol;/nimbusmonol;$1/;
    s/nimbusromanno9l;\(.*\)nimbusromanno9l;/nimbusromanno9l;$1/;


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to