fonts in Visual Studio

  • Thread starter Thread starter Jack Charbonneau
  • Start date Start date
J

Jack Charbonneau

I have a bunch of custom fonts installed on my system.
For instance if I look at the font drop-down in word pad
I see about 90 fonts, but if I build an app using VS.Net,
add a label, and try to change the font - I'm only given
a choice of about 20 - the "standard" fonts which are
installed with the OS (XP).

How can I get the rest of my fonts in this box?

Thanks.
 
Hi Jack,

Sorry to misunderstand your problem. You problem is that you can not choose
as many fonts in VS.NET as in Word. Can you enumerate the fonts you can
find in WordPad and the fonts you can find in label's Font properties in
VS.NET So that I can narrow down your issue more quickly.

I look forward to hearing from you!

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
--------------------
X-Tomcat-ID: 177312615
References: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
From: (e-mail address removed) (Peter Huang [MSFT])
Organization: Microsoft
Date: Fri, 08 Aug 2003 09:05:44 GMT
Subject: RE: fonts in Visual Studio
X-Tomcat-NG: microsoft.public.dotnet.general
Message-ID: <[email protected]>
Newsgroups: microsoft.public.dotnet.general
Lines: 41
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:103910
NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122

Hi Jack,

You may try to call the API EnumFontFamilies.
Here is a link about calling api in .net framework.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/ht m
l/cpconusingcallbackfunctions.asp

Hope this will help you.
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
Content-Class: urn:content-classes:message
From: "Jack Charbonneau" <[email protected]>
Sender: "Jack Charbonneau" <[email protected]>
Subject: fonts in Visual Studio
Date: Thu, 7 Aug 2003 00:39:49 -0700
Lines: 11
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
Thread-Index: AcNctxUXF5xv9auSQTWQTb+4xmjVow==
Newsgroups: microsoft.public.dotnet.general
Path: cpmsftngxa06.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:103798
NNTP-Posting-Host: TK2MSFTNGXA14 10.40.1.166
X-Tomcat-NG: microsoft.public.dotnet.general

I have a bunch of custom fonts installed on my system.
For instance if I look at the font drop-down in word pad
I see about 90 fonts, but if I build an app using VS.Net,
add a label, and try to change the font - I'm only given
a choice of about 20 - the "standard" fonts which are
installed with the OS (XP).

How can I get the rest of my fonts in this box?

Thanks.
 
Back
Top