「App:Library:FabGL:Struct:Glyph」の版間の差分
提供: robot-jp wiki
ナビゲーションに移動検索に移動 (ページの作成:「== struct == {| class="wikitable" | |} ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Class_List 戻る]」) |
|||
| (同じ利用者による、間の2版が非表示) | |||
| 1行目: | 1行目: | ||
| − | == struct | + | == struct Glyph == |
| + | グリフの位置、サイズ、およびバイナリデータを表します。 | ||
| + | {| class="wikitable" | ||
| + | |#include <[http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h]> | ||
| + | |} | ||
| + | ストリームを継承します。 | ||
| + | |||
| + | == Public Attributes == | ||
{| class="wikitable" | {| class="wikitable" | ||
| − | | | + | |uint8_t const * data |
| + | |- | ||
| + | |uint8_t height | ||
| + | |- | ||
| + | |uint8_t width | ||
| + | |- | ||
| + | |int16_t X | ||
| + | |- | ||
| + | |int16_t Y | ||
|} | |} | ||
| + | |||
| + | == Detailed Description == | ||
| + | グリフの位置、サイズ、およびバイナリデータを表します。 | ||
| + | |||
| + | グリフはビットマップです。 (ピクセルあたり1ビット) | ||
| + | |||
| + | [[App:Library:FabGL:Class:Terminal|'''fabgl :: Terminal''']]は、グリフを使用して文字をレンダリングします。<blockquote></blockquote>[http://www.fabglib.org/displaycontroller_8h_source.html#l00327 Definition at line 327 of file displaycontroller.h]. | ||
| + | ---- | ||
| + | この構造体のドキュメントは、次のファイルから生成されました。 | ||
| + | |||
| + | * [http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h] | ||
| + | |||
| + | |||
----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Class_List 戻る] | ----[https://robot-jp.com/wiki/index.php/App:Library:FabGL:Class_List 戻る] | ||
2022年3月23日 (水) 11:23時点における最新版
struct Glyph
グリフの位置、サイズ、およびバイナリデータを表します。
| #include <displaycontroller.h> |
ストリームを継承します。
Public Attributes
| uint8_t const * data |
| uint8_t height |
| uint8_t width |
| int16_t X |
| int16_t Y |
Detailed Description
グリフの位置、サイズ、およびバイナリデータを表します。
グリフはビットマップです。 (ピクセルあたり1ビット)
fabgl :: Terminalは、グリフを使用して文字をレンダリングします。
Definition at line 327 of file displaycontroller.h.
この構造体のドキュメントは、次のファイルから生成されました。