Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Font Sizes
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Font Sizes
Miscellaneous
Thread ID:
00526323
Message ID:
00526323
Views:
44
I have the following code to populate a combo box with the names
of availble fonts. The combo is passed in:


 Dim iCounter As Integer
 oComboBox.Clear

 For iCounter = 0 To Printer.FontCount - 1
   oComboBox.AddItem Screen.Fonts(iCounter)
 Next iCounter



Once the user selects a font from the combo, how to I determine
the font sizes for the selected font?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform