Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / December 2005

Tip: Looking for answers? Try searching our database.

Fonts

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Chris - 24 Dec 2005 00:12 GMT
Is there a way to find out what fonts are installed on a user's machine?
I've created a ComboBox which allows the user to select font style and size.
If a user didnt have a font installed, I could catch it, but it would look a
bit unprofessional?
Thanks,

Chris
Chris - 24 Dec 2005 00:53 GMT
I think I might have found a way. Is this following a valid way of doing
this?:

Declare

FontFamily[] ff = FontFamily.Families;

as a form member.

In form constructor populate combo box as follows:

for (int i = 0; i < ff.Length; i++)
{
comboBox1.Items.Add(ff[i].Name);
}

and then event in combobox:

richTextBox1.SelectionFont = new Font(comboBox1.Text,  comboBox2.Text);

Does the above present any problems I should know about?
Also, is there any way of making the first combobox element display as
default, rather than having to open the box up?

Any help would be greatly appreciated.

Chris

> Is there a way to find out what fonts are installed on a user's machine?
> I've created a ComboBox which allows the user to select font style and
[quoted text clipped - 3 lines]
>
> Chris

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.