![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Hobbyist Programmer
Join Date: Apr 2005
Posts: 126
Rep Power: 4
![]() |
I just got done with google, second attempt, and I cant find a solution, or any useful functions. I wouldnt even know what to try in VB.NET, because it needs to check the fontfamilies individualy, not as a group, so there would have to be a function or something that would do it, if there is one. But what happens is I go through the whole font list and after a few seconds the program stops all of a sudden, and then a few seconds later vb pops up a message saying the program encountered a problem, the font does not support regular style. But im sure there has to be some way to check what styles the fontfamily has avalible.
|
|
|
|
|
|
#12 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Check out FontStyle Enumeration and the FlagsAttribute attribute. You might begin here.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|