Product Documentation
Virtuoso Abstract Generator User Guide
Product Version IC23.1, November 2023

Custom Fonts in Standalone Abstract Generator Interface

The following default fonts are used by Abstract Generator:

*Abstract*font: Helvetica -12
*Abstract*Text*font: Fixed -14
*Abstract*Entry*font: Fixed -13
*AbstractBubbleHelp*font: Helvetica -12

The sequence is significant. *Abstract*font is the most general rule, so it must be specified before the rules for text and entry widgets so that they can override the general value. If *Abstract*font is placed below either one of these, then it will override the values specified by the text and entry rules. The sequence has no effect on the bubble help rule because it uses a separate class, AbstractBubbleHelp, to store its resources.

To change all the fonts used in Abstract Generator, add the following line to your .Xdefaults file:

*Abstract*font: <font specifier>

If a font is incorrectly specified, Abstract Generator will not initialize correctly.

The two recommended ways of specifying fonts are described below.

To specify different fonts for different GUI widgets, add the following lines to your  .Xdefaults file:

Widget Description

Entry widgets

For single-line entry boxes, typically used for entering numbers in the Bin Options form, use

*Abstract*Entry*font: <font specifier>
See Setting Bin Options in Abstract Generator.

Text widgets

For multiple-line text input boxes, used for almost all other textual input in Abstract Generator, use

*Abstract*Text*font: <font specifier>

Bubble Help

For bubble help text, use

*AbstractBubbleHelp*font: <font specifier>


Return to top
 ⠀
X