top of page
Blog posts
Search
Showing the 'Font' dialog box using the ChooseFont Windows API Function
This code shows the 'Font' dialog box and allows all of the values within it both to be set, before it is shown, and read after it is shown. This means that your code can allow the user to select a font, including: the font name; the font style (eg italic, bold); the font size; whether the font is 'strikeout'; whether the font is 'underlined'; the font colour; the specific script (ie the charset).
1 day ago3 min read
Â
Â


Using GDI+ to draw lines, fill shapes and write text on a UserForm
Using GDI+ to draw lines, fill shapes and write text on a UserForm
Oct 145 min read
Â
Â


Get a list of all Fonts installed on a device using the EnumFontFamiliesEx Windows API Function
Get a list of all fonts (or font / character set combinations) on a device using the EnumFontFamiliesEx Windows API Function.
Sep 173 min read
Â
Â


Articles: Blog2
bottom of page