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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
(同じ利用者による、間の4版が非表示)
1行目: 1行目:
==enum CharStyle==
+
==enum [http://www.fabglib.org/group___enumerations_ga58734f6595a1eefb555afc0f1897fc3f.html#ga58734f6595a1eefb555afc0f1897fc3f CharStyle]==
This enum defines a character style.
+
この列挙型は、文字スタイルを定義します。
 
{| class="wikitable"
 
{| class="wikitable"
|+Enumerator
+
! colspan="2" |'''Enumerator'''
 +
|-
 
|Bold  
 
|Bold  
 
|Bold
 
|Bold
 
|-
 
|-
 
|ReducedLuminosity  
 
|ReducedLuminosity  
|Reduced luminosity
+
|低輝度
 
|-
 
|-
 
|Italic  
 
|Italic  
|Italic
+
|斜体
 
|-
 
|-
 
|Underline  
 
|Underline  
|Underlined
+
|下線付き
 
|-
 
|-
 
|Blink  
 
|Blink  
|Blinking text
+
|点滅
 
|-
 
|-
 
|Blank  
 
|Blank  
|Invisible text
+
|不可視
 
|-
 
|-
 
|Inverse  
 
|Inverse  
|Swap background and foreground colors
+
|背景色と前景色を入れ替え
 
|}
 
|}
Definition at [http://www.fabglib.org/terminal_8h_source.html#l00737 line 737 of file terminal.h].
+
[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に定義されています。



戻る