「App:Library:FabGL:Enumerations:CharStyle」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「==enum CharStyle== This enum defines a character style.」)
 
1行目: 1行目:
 
==enum CharStyle==
 
==enum CharStyle==
 
This enum defines a character style.
 
This enum defines a character style.
 +
{| class="wikitable"
 +
|+Enumerator
 +
|Bold
 +
|Bold
 +
|-
 +
|ReducedLuminosity
 +
|Reduced luminosity
 +
|-
 +
|Italic
 +
|Italic
 +
|-
 +
|Underline
 +
|Underlined
 +
|-
 +
|Blink
 +
|Blinking text
 +
|-
 +
|Blank
 +
|Invisible text
 +
|-
 +
|Inverse
 +
|Swap background and foreground colors
 +
|}
 +
Definition at [http://www.fabglib.org/terminal_8h_source.html#l00737 line 737 of file terminal.h].

2022年3月21日 (月) 16:21時点における版

enum CharStyle

This enum defines a character style.

Enumerator
Bold Bold
ReducedLuminosity Reduced luminosity
Italic Italic
Underline Underlined
Blink Blinking text
Blank Invisible text
Inverse Swap background and foreground colors

Definition at line 737 of file terminal.h.