Difference between revisions of "Label font id"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 4: Line 4:
 
== Syntax ==
 
== Syntax ==
 
<source lang="python">
 
<source lang="python">
set font_label_id, 10 # use font no. 10
+
set label_font_id, 10 # use font no. 10
set font_label_id, 11 # use font no. 11
+
set label_font_id, 11 # use font no. 11
set font_label_id, 12 # use font no. 12
+
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.