Font config on WinXP
Font config on WinXP
I'm trying to learn how to build RMagick on WinXP. I downloaded and installed ImageMagick-6.3.5-8-Q8-windows-dll.exe. I see in the config directory that only type-ghostscript.xml is available. Is this normal? Seems like there used to be a type-windows.xml file or something like that. How do I use the standard TTF fonts on Windows?
Re: Font config on WinXP
ImageMagick dynamically determines the Windows fonts at run time. Type
- identify -list font
Re: Font config on WinXP
Ah, I see. Thanks!