Skip to content

mumc_configyaml>advanced_settings>console_controls>footers>script>formatting>font>style

terrelsa13 edited this page May 28, 2024 · 3 revisions

  • Description
advanced_settings:
  console_controls:
    footers:
      script:
        formatting:
          font:
            style: string
  • Format the console script footer output font style.
    • faint - Must be supported by your command line utility
    • italic - Must be supported by your command line utility
    • underline
    • slow blink - Must be supported by your command line utility
    • fast blink - Must be supported by your command line utility
    • swap - Must be supported by your command line utility
    • conceal - Must be supported by your command line utility
    • strikethrough - Must be supported by your command line utility
    • fraktur - Must be supported by your command line utility
    • double underline - Must be supported by your command line utility
    • frame - Must be supported by your command line utility
    • encircle - Must be supported by your command line utility
    • overline - Must be supported by your command line utility
    • ideogram underline - Must be supported by your command line utility
    • ideogram double underline - Must be supported by your command line utility
    • ideogram overline - Must be supported by your command line utility
    • ideogram double overline - Must be supported by your command line utility
    • ideogram stress mark - Must be supported by your command line utility
    • superscript - Must be supported by your command line utility
    • subscript - Must be supported by your command line utility
    • default - As defined by your command line utility
    • leave blank - Disabled

Example:

style: 'underline'

Example:

style: 'slow blink'

Example:

style: ''
Clone this wiki locally