netNameDisplayFontStyle
graphic netNameDisplayFontStyle string { "euroStyle" | "gothic" | "math" | "roman" | "script" | "stick" | "fixed" | "swedish" | "raster" | "milSpec" | "serif" | "sansSerif" | "mono" | "serifItalic" | "serifBold" | "serifBoldItalic" | "sansBold" | "sansLight" | "nil" }
Description
Sets the font style to use for displaying the net name label.
GUI Equivalent
Examples
envGetVal("graphic" "netNameDisplayFontStyle")
envSetVal("graphic" "netNameDisplayFontStyle" 'string "euroStyle")
envSetVal("graphic" "netNameDisplayFontStyle" 'string "gothic")
Related Topics
Return to top