Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Displaying special characters

1 view
Skip to first unread message

Jan Axelson

unread,
Nov 24, 2009, 10:47:37 AM11/24/09
to
I would like to display a "degree" symbol on a touch panel. I've read
this discussion:

http://groups.google.com/group/microsoft.public.dotnet.framework.microframework/browse_thread/thread/106df922263f4471/895db0ce3a7bc2f3?lnk=gst&q=special+characters#895db0ce3a7bc2f3

and tried using "\0x00B0", but nothing displays, not even a space or
default character.

I've tried with both Verdana14 and Kootenay. The fntdef file I used
for Kootenay was:

AddFontToProcess "C:\\Program Files\\Microsoft .NET Micro Framework\
\v3.0\\Tools\\Fonts\\TrueType\\kooten.ttf"
SelectFont “WE:400,FN:Kootenay”
ImportRange 0 255

Suggestions welcome!

Pavel Bansky [msft]

unread,
Nov 24, 2009, 1:11:01 PM11/24/09
to
Hi Jan,

check my demo project
http://bansky.net/blog/2007/12/home-thermometer-based-on-dot-net-micro-framework/

I'm using the degree sign there, it's just the part of the character set
in the given font.

-Pavel

> SelectFont �WE:400,FN:Kootenay�

Jan Axelson

unread,
Nov 24, 2009, 3:01:16 PM11/24/09
to
I noticed you used "nina" so I tried NinaB and got the degree symbol
to display - thanks!


0 new messages