Re: Kanji bit-mapped font
- Posted by Craig Welch <euphoria at welchaviation.org> Jul 03, 2004
- 583 views
irv mullins wrote: > > Craig Welch wrote: > > > But I'm at a loss as to how to do this in Euphoria/Windoze. These are not > > Windoze fonts, so it's not just a matter of doing a Windoze instal. I need > > to read the font, and render it into a field ... or straight onto the > > window, I guess. > > Take a look at: > http://user.dtcc.edu/~berlin/font/japanese.htm > > These are TTF which look very good as big as 72 pt. > The only drawback is if you are planning to sell your program, > you'll need written permission to use the fonts. Thanks Irv, Truetype fonts don't work. They're fine in Microsoft applications such as Office, but won't work in my Euphoria application. Hence my search for a way to render a bitmap font. -- Craig