I'm running Ubuntu Intrepid. I'd like to see a charmap of the "fixed" font -- you know, like "xterm -font fixed". However, I can't seem to get it to work with any of the standard Linux character-map programs:

$ gucharmap --font=fixed
Floating point exception

Is there a program that can do this?

link|improve this question

25% accept rate
feedback

2 Answers

Running jaunty, gucharmap does not crash for me, but this is not the tool you realy want anyways. it's not a font previewer, it's a a tool to help copy and paste special characters into a text area. It only knows about unicode, not all the font's that may be installed on your system.

Have you tried xfontsel? Not the friendliest UI, but it's been around forever - even uses the old athena widget set. Try xfontsel -pattern '-misc-fixed-*

the strings just above the font are the components of the X Logical Font Description (XLFD) full name for a font. This will let you preview the font, but other than decoding the XLFD, you don't get all the unicode info etc that you would with gucharmap.

link|improve this answer
feedback

I'm getting the FPE as you do when specifying the font on the command line, but when I just run gucharmap and then chose Fixed from the list, it looks just fine. Try that.

link|improve this answer
Fixed isn't showing up on my list, even though "xterm -font fixed" works just fine. – user2898 Aug 16 '09 at 16:28
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.