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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「==enum CharStyle== This enum defines a character style.」)
 
 
(同じ利用者による、間の5版が非表示)
1行目: 1行目:
==enum CharStyle==
+
==enum [http://www.fabglib.org/group___enumerations_ga58734f6595a1eefb555afc0f1897fc3f.html#ga58734f6595a1eefb555afc0f1897fc3f CharStyle]==
This enum defines a character style.
+
この列挙型は、文字スタイルを定義します。
 +
{| class="wikitable"
 +
! colspan="2" |'''Enumerator'''
 +
|-
 +
|Bold
 +
|Bold
 +
|-
 +
|ReducedLuminosity
 +
|低輝度
 +
|-
 +
|Italic
 +
|斜体
 +
|-
 +
|Underline
 +
|下線付き
 +
|-
 +
|Blink
 +
|点滅
 +
|-
 +
|Blank
 +
|不可視
 +
|-
 +
|Inverse
 +
|背景色と前景色を入れ替え
 +
|}
 +
[http://www.fabglib.org/terminal_8h_source.html#l00737 '''line 737 of file terminal.h''']に定義されています。
 +
 
 +
 
 +
 
 +
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]

2022年3月21日 (月) 23:29時点における最新版

enum CharStyle

この列挙型は、文字スタイルを定義します。

Enumerator
Bold Bold
ReducedLuminosity 低輝度
Italic 斜体
Underline 下線付き
Blink 点滅
Blank 不可視
Inverse 背景色と前景色を入れ替え

line 737 of file terminal.hに定義されています。



戻る