Module: SKUI::SystemFont

Extended by:
Enum
Defined in:
src/SKUI/enum_system_font.rb

Overview

Since:

  • 1.0.0

Constant Summary collapse

CAPTION =

The font used for captioned controls (e.g., buttons, drop-downs, etc.).

Since:

  • 1.0.0

'caption'.freeze
ICON =

The font used to label icons.

Since:

  • 1.0.0

'icon'.freeze
'menu'.freeze
MESSAGEBOX =

The font used in dialog boxes.

Since:

  • 1.0.0

'message-box'.freeze
SMALL_CAPTION =

The font used for labeling small controls.

Since:

  • 1.0.0

'small-caption'.freeze
STATUSBAR =

The font used in window status bars.

Since:

  • 1.0.0

'status-bar'.freeze

Method Summary

Methods included from Enum

valid?