Label font id: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Syntax) |
||
Line 4: | Line 4: | ||
== Syntax == | == Syntax == | ||
<source lang="python"> | <source lang="python"> | ||
set | set label_font_id, 10 # use font no. 10 | ||
set | set label_font_id, 11 # use font no. 11 | ||
set | set label_font_id, 12 # use font no. 12 | ||
</source> | </source> | ||
Note: available font ids 10-16. | Note: available font ids 10-16. |
Revision as of 09:01, 6 September 2006
Overview
Set which fonts PyMol uses to render labels.
Syntax
set label_font_id, 10 # use font no. 10
set label_font_id, 11 # use font no. 11
set label_font_id, 12 # use font no. 12
Note: available font ids 10-16.