Re: missing greek letters in ISO 8859-7
- To: mathgroup at smc.vnet.net
- Subject: [mg22050] Re: missing greek letters in ISO 8859-7
- From: paulh at wolfram.com (P.J. Hinton)
- Date: Fri, 11 Feb 2000 02:38:30 -0500 (EST)
- Organization: "Wolfram Research, Inc."
- References: <87tr73$5nc@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
In article <87tr73$5nc at smc.vnet.net>, Sebastian Kubis <kubis at solaris.ifj.edu.pl> writes: > did anyone have problem with font in Latin-Greek (ISO 8859-7)? > I have converted .ma notebooks with this font to .nb and > after setting the Latin-Greek font for selected cells the > contents of the cells disapear ! > (Math4.0 under Linux) It could be a couple of things: 1) The characters in the cell do not have corresponding glyphs in the ISO8859-7 encoded font. 2) The ISO8859-7 font is avaiable only as a bitmap (.pcf or .bdf) and you have set the font size to a value that is far above the highest available point size. The X server will attempt to scale bitmaps to a certain point, but if you pick a size too large, the glyphs will be invisble. What does the underlying expression look like for one of the underlying cells? You can copy the underlying expression to the clipboard using Edit -> Copy As -> Cell Expression -- P.J. Hinton Mathematica Programming Group paulh at wolfram.com Wolfram Research, Inc. Disclaimer: Opinions expressed herein are those of the author alone.