overrideFontName
layout overrideFontName string "font_name"
graphic overrideFontName string "font_name"
Description
Specifies fonts that override the default fonts.
Supported font choices are euroStyle, gothic, math, roman, script, stick, fixed, swedish, raster, milSpec, serif, sansSerif, mono, serifItalic, serifBold, serifBoldItalic, sansBold, and sansLight.
GUI Equivalent
Examples
envGetVal("layout" "overrideFontName")
envSetVal("layout" "overrideFontName" 'string "(stick sansLight) (gothic raster)" )
envGetVal("graphic" "overrideFontName")
envSetVal("graphic" "overrideFontName" 'string "(stick sansLight) (gothic raster)" )
In the above example, the second pair of font replaces the first one.
Related Topics
Return to top