Hello
I am looking for a way to get the primary CFont* used in the standard "Settings" list boxes throughout the OS (similary to http://www.developer.nokia.com/Commu...custom-listbox)
In the S60 3rd ed FP1 emulator, the font return by
is close enough to the Settings list box font, it is just a bit bigger (182 twips vs. 156 twips for the Settings list box font).Code:AknLayoutUtils::FontFromId( EAknLogicalFontPrimaryFont, NULL )
Should I hardcode the 156 twips in the application to get the correct font, or is there a constant I could use, or a better way to get the desired CFont*?
Thanks in advance for any comment or suggestion.
Sergiogiogio



