OpenType fonts not being listed...

S

Stu

Hi,

I have installed 2 OpenType fonts on the web server and am trying to list
them in a drop down list using:

Dim installed_fonts As New InstalledFontCollection
For Each font_family As FontFamily In installed_fonts.Families
ddlFonts.Items.Add(font_family.Name)
Next font_family

This script lists all the TrueType fonts but not the 2 new OpenType fonts. I
rebooted the server overnight to see if it was a registration problem, but
this didn't work. I get the same issue on my dev machine - MS Word, however,
lists all the font correctly.

Any ideas?

Thanks in advance,

Stu
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top