Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- ARCH GNU/Linux Ker. 4.6.2-1 x86_64 In the X11 section it queries the pkgconfig for specific font packages, specifically : (sans-serif && monospace) or (Helvetica && courier). Also it sets the sizes with a negative sign (i.e. -12, -14 etc.) contrary to the MS Windows or OSX sections. MO --- Quote End --- On CentOS7_64, I confirmed vsim10.4d worked. tcl source window fonts was READABLE and FINE at this moment after the required 32bit depended library. As for negative font size, all source windows font specifications are so. Such as, textFont {Courier 10 Pitch} -12 menuFont {VL Gothic} -12 fixedFont {Courier 10 Pitch} -12. And these are completely different on Ubu... They might be font configuration depends on the platform(such as debian or redhat). So I think you don't need to care. I don't know Xft well. But I can post the font configuration command results if you can specify the command to separate the issues.