Join Now
Quality Rating:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)
Expertise Level:
  • Currently 0.0 / 5
(0.0 / 5 - 0 votes cast)

This page was last modified 21:32, 6 May 2008.

How to preview all available fonts

From Forum Nokia Wiki


To view all available fonts, type in these lines in the command line

import appuifw
fonts = available_fonts()
fonts.sort()
t = Text()
for f in fonts:
  t.font = f
  t.add(f + ' ')
 
app.body = t
Related Discussions
Thread Thread Starter Forum Replies Last Post
True Type Fonts on 3rd Edition sandopolus General Symbian C++ 0 2007-01-02 17:22
Font on 7650 Jeepy General Symbian C++ 3 2003-04-15 15:33
How can I edit the text's font in the rss file xacheng Symbian 3 2003-11-24 03:24
Fonts? Cyxapeff Python 5 2006-08-07 18:29
Browsing Japanese Webpges on S60 Browser (N95) senocs General Browsing 21 2008-04-05 12:38
 
Powered by MediaWiki