HighTechTalks DotNet Forums  

Bold and underline font

VB.net microsoft.public.dotnet.languages.vb


Discuss Bold and underline font in the VB.net forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
sh
 
Posts: n/a

Default Bold and underline font - 06-25-2010 , 09:26 AM






How can I make a font both bold and underline

Dim DocFont As New Font("Arial", 14, FontStyle.Bold)

only allows 1 at a time.

Reply With Quote
  #2  
Old   
Armin Zingler
 
Posts: n/a

Default Re: Bold and underline font - 06-25-2010 , 09:53 AM






Am 25.06.2010 16:26, schrieb sh:
Quote:
How can I make a font both bold and underline

Dim DocFont As New Font("Arial", 14, FontStyle.Bold)

only allows 1 at a time.
Dim DocFont As New Font("Arial", 14, FontStyle.Bold Or FontStyle.Underline)


--
Armin

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.