Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiGetXFontName

hiGetXFontName(
S_fontType 
) 
=> t_XLFD_font_name / nil

Description

Returns the default font name for the specified font type that was used prior to TrueType fonts.

Argument

S_fontType

One of the following as a string or symbol:

text, label, ciw, error, or help.

Values Returned

t_XLFD_font_name

The pre-TrueType font name.

nil

The font type is not valid.
A warning message is displayed.

Examples

hiGetXFont( "ciw" )
=> "-*-courier-medium-r-*-*-12-*"

Related Topics

Text Attribute Functions


Return to top
 ⠀
X