[Fonts] fonts.alias with ttf fonts problems.

2003-02-06 Thread H Brett Bolen
I have font aliases defined in the fonts.alias file: [root@narl rtf]# cat fonts.alias MilStd2525-adobe-MIL_STD_2525b-medium-r-normal--0-0-0-0-p-0-iso8859-1 NTDSSymbols -adobe-MIL_STD_2525b-medium-r-normal--0-0-0-0-p-0-iso8859-1 MilStd2525-12 -adobe-MIL_STD_2525b-medium-r-normal--12-0-0-0-p-0

[Fonts] Re: Unsafe chars in Mkfontscale

2003-02-06 Thread Mike FABIAN
Juliusz Chroboczek <[EMAIL PROTECTED]> さんは書きました: > Would you be so kind as to test the attached patch and confirm that it > does what you want? It's rather urgent, I'd like it to go into 4.3. There is a 'i++;' too much: + for(i = 0; i < len; i++) { +

[Fonts] Re: Unsafe chars in Mkfontscale

2003-02-06 Thread Mike FABIAN
Juliusz Chroboczek <[EMAIL PROTECTED]> さんは書きました: > Would you be so kind as to test the attached patch and confirm that it > does what you want? It's rather urgent, I'd like it to go into 4.3. > > I'm cut off from CVS right now, sorry if it doesn't apply cleanly. 

Re: [Fonts] Unsafe chars in Mkfontscale

2003-02-06 Thread Pablo Saratxaga
Kaixo! On Thu, Feb 06, 2003 at 05:41:03PM +0100, Juliusz Chroboczek wrote: > Mike, > > Would you be so kind as to test the attached patch and confirm that it > does what you want? It's rather urgent, I'd like it to go into 4.3. I think using '_' instead of ' ' for the "unsafe" chars would be be

Re: [Fonts] Re: mkfontscale and family names which contain '-'

2003-02-06 Thread Pablo Saratxaga
Kaixo! On Thu, Feb 06, 2003 at 05:55:37PM +0100, Mike FABIAN wrote: > > In the ttmkfdir version we use we handle such cases by using the postscript > > name of the font instead, when writting the fonts.dir file; I haven't had > > any problem so far (several years already doing that). > > Sometim

[Fonts] Unsafe chars in Mkfontscale

2003-02-06 Thread Juliusz Chroboczek
Mike, Would you be so kind as to test the attached patch and confirm that it does what you want? It's rather urgent, I'd like it to go into 4.3. I'm cut off from CVS right now, sorry if it doesn't apply cleanly. Juliusz *** xc/programs/mkfontscale/mkfo

[Fonts] Re: mkfontscale and family names which contain '-'

2003-02-06 Thread Mike FABIAN
Pablo Saratxaga <[EMAIL PROTECTED]> さんは書きました: > In the ttmkfdir version we use we handle such cases by using the postscript > name of the font instead, when writting the fonts.dir file; I haven't had > any problem so far (several years already doing that). Sometime

Re: [Fonts] mkfontscale and family names which contain '-'

2003-02-06 Thread Pablo Saratxaga
Kaixo! On Thu, Feb 06, 2003 at 09:52:45AM +0100, Juliusz Chroboczek wrote: > MF> Maybe one should work around that problem in mkfontscale by replacing > MF> the '-' characters with ' ', for example like that: > > You're right, of course. Thanks for the report. There is also the case of names co

[Fonts] Re: where to include ~/.fonts.conf

2003-02-06 Thread Mike FABIAN
James Richard Tyrer <[EMAIL PROTECTED]> さんは書きました: > Mike FABIAN wrote: >> I wonder where in /etc/fonts.fonts.conf exactly is the best >> place to put the include statement for ~/.fonts.conf. >> It cannot be at the very end of /etc/fonts/fonts.conf because >> then th

Re: [Fonts] mkfontscale and family names which contain '-'

2003-02-06 Thread Juliusz Chroboczek
MF> Maybe one should work around that problem in mkfontscale by replacing MF> the '-' characters with ' ', for example like that: You're right, of course. Thanks for the report. I'll change your patch a wee bit: I'll copy the family name instead of modifying it in place, and I'll do the replacem