Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

HYDRA (NO LONGER SUPPORTED)


The program not producing the correct fonts in GRID in Chimera client is most likely caused by the incorrect font specification.

Please make sure your script options and fgl_setproperty(“gui”,…) calls use the following syntax:
<font name>-<font weight>-<italic>-<other attributes>-<size>-<character set>

Here are some examples of correct font specifications (draw your attention on the all five “-“-signs that have to be mandatory defined):
Arial-bold---10-
(Font Arial, bold, size=10)

SansSerif-bold-i-us-9-
(Font SansSerif, bold, italic, underline, strikeout, size=9)


  • No labels