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 fo
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
--