font extent question
- Posted by George Walters <gwalters at sc.rr.com> Aug 27, 2001
- 404 views
Is there a way to find the extent of a font w/o having to have an editText control open? My problem is i'm trying to determine font size and extent before my program launches any windows and controls....so I can select these parameters before launching. this method (charSize = getTextExtent(id,"abcdefghij")) requires an existing control. If i'm on the wrong track give me a hint... ...george