473,387 Members | 1,365 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Missing Symbol font in .NET

Hi,
Can anyone tell me why the 'Symbol' font doesn't exist within my .NET framework environment?
It is definitely installed on the computer, I can access it in word or using a RichTextBox control but when I enumerate fonts installed within ..NET using the following code then it isn't listed.
foreach (FontFamily ff in System.Drawing.FontFamily.Families) {listBox1.Items.Add(ff.Name);}

Is there any way to install it?

Cheers,
Warwick

Jul 21 '05 #1
1 1867
Further investigation suggests that my PC doesn't have a type type Symbol font installed.
Looking in my Windows\Fonts folder there is a Symbol.fon file but no Symbol.ttf
I assume that .NET only uses true type fonts.
"Warwick" <ws****@tq.com> wrote in message news:eY**************@TK2MSFTNGP10.phx.gbl...
Hi,
Can anyone tell me why the 'Symbol' font doesn't exist within my .NET framework environment?
It is definitely installed on the computer, I can access it in word or using a RichTextBox control but when I enumerate fonts installed within ..NET using the following code then it isn't listed.
foreach (FontFamily ff in System.Drawing.FontFamily.Families) {listBox1.Items.Add(ff.Name);}

Is there any way to install it?

Cheers,
Warwick

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Justin Carter | last post by:
Hi. I'm using VB6 and trying to read in a simple text file. I'm using a statement similar to the following, which generally works fine. Input #Item, variable1, variable2, variable3, etc. ...
6
by: dmiller23462 | last post by:
Here is the code, it's not complete of course....I've been inserting lines as I go to pinpoint the issue.....I understand that the error message I'm getting (#185 Missing Default Property) is...
0
by: noViagraHere | last post by:
I am trying to do a search on a varchar field containing email addresses, however the @ symbol seems to be creating problems, any suggestions? Current code: use strict; use CGI::Carp...
2
by: Giovanni Nicco | last post by:
I developed a little javascript library for implement instruction like LINE (x0,y0,x1,y1) or drawImage(x,y) and, to make it short, the graph commands of JAVA. It is based on the <span> tag. ...
18
by: gabriel | last post by:
greetings, I am currently working on a website where I need to print the Euro symbol and some "oe" like in "oeuvre". If I choose this : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
1
by: Warwick | last post by:
Hi, Can anyone tell me why the 'Symbol' font doesn't exist within my .NET framework environment? It is definitely installed on the computer, I can access it in word or using a RichTextBox control...
8
by: Zox | last post by:
Hi all, There is a symbol used in Paris for the Metro system, which is a capital M inside a circle. It's used in tourist guidebooks and in weekly papers and such. Does HTML have an...
2
by: sasingh75 | last post by:
We have a strange problem using trademerk symbol in our emails. We store certain templates in database as long text. A aprt of the text looks as shown below. "Please access the XYZ â„¢ site to...
2
by: Darko Miletic | last post by:
Recently I wrote a dll in c++ and to simplify the distribution I decided to link with multithreaded static library (/MT or /MTd option). In debug everything works fine but in release I get this: ...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.