Hi Christian, you can create labels with all font ids in a grid and compare them easily. Just copy/paste the following code into a fresh PyMOL instance (no other objects loaded).
python from pymol import cmd for i in range(1,21): name = 'label%d' % i cmd.pseudoatom(name, label='label font id %d' % i, pos=(0,0,0)) cmd.set('label_font_id', i, name) cmd.set('label_size', 50) cmd.set('grid_mode') python end Hope that helps. Cheers, Thomas On 02/13/2012 05:34 PM, Christian Roth wrote: > Hi, > > ist there a list of example letters for the availbale fonts in pymol? It would > be nice to see which font may produce a more italic like expression or which a > more roman or Arial like font. > > Thanks and Best wishes > > Christian -- Thomas Holder MPI for Developmental Biology Spemannstr. 35 D-72076 Tübingen ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net