G
Guest
I am trying to use some special character. When I try to use the unicode
hexadecimal number to convert to the character I can only select from
Tahoma's character map and maybe a couple of others.
I thougt I read that CF supported all the fonts and you could use any
charcode to get special character. Am I mistaken?
Code looks like:
Dim sd As Integer = "&HFFFC"
Dim chrIndicator As Char = Convert.ToChar(sd)
lblIndicatorMode.Text = chrIndicator
hexadecimal number to convert to the character I can only select from
Tahoma's character map and maybe a couple of others.
I thougt I read that CF supported all the fonts and you could use any
charcode to get special character. Am I mistaken?
Code looks like:
Dim sd As Integer = "&HFFFC"
Dim chrIndicator As Char = Convert.ToChar(sd)
lblIndicatorMode.Text = chrIndicator