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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
(ページの作成:「 ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]」)
 
1行目: 1行目:
 +
==enum CharStyle==
 +
この列挙型は、文字スタイルを定義します。
 +
{| class="wikitable"
 +
|+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 戻る]
 
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Enumerations 戻る]

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

enum CharStyle

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

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

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



戻る