1. Llama - fonts in listbox
- Posted by Irv Mullins <irv at ELLIJAY.COM> Jun 16, 1999
- 391 views
Is there a way to select the font that is used in a list control? I need to use a monospaced font so columns will line up properly, Thanks, Irv
2. Re: Llama - fonts in listbox
- Posted by "Cuny, David" <David.Cuny at DSS.CA.GOV> Jun 16, 1999
- 395 views
Irv Mullins wrote: > Is there a way to select the font that is used in > a list control? Take a look in the Control class - if setFont is there, it should support it. But I can't guarantee anything. I'm not sure you want to be coding much in Llama yet - Win32Lib is a lot more stable. Although the API is remaining pretty much the same, what's currently on my machine is a lot different than what's posted, and is likely to change even more before the next release is ready. -- David Cuny