Re: Font Dialog Box
- Posted by David Cuny <dcuny at LANSET.COM> Jan 23, 2000
- 497 views
Brian Jackson wrote: > Anyhow, I was wondering if anyone feels > brave enough to tackle this and write a > function that David could plug in to win32lib. Someone pointed out the MSN references a couple of days ago, and I (again) found the Nancy Cluts tutorials on the Common Controls, including the font dialog, and an example of how to build a list of fonts. She cheats a bit, and only collects the names of TrueType fonts, so she doesn't have to gather the fonts sizes for bitmapped fonts. In any event, I took lots of notes, and adding the remaining controls has moved up a bit higher on my list. The ImageList is one of the first I need to do, because several controls rely on it. The RichTextEdit control looks like a real pain, so it may be among the last to be wrapped. But if someone wants to wrap any routines, I'll be more than happy to include them in Win32Lib. Thanks! -- David Cuny