「App:Library:FabGL:Struct:Glyph」の版間の差分

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
27行目: 27行目:
 
[[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].
 
[[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].
 
----
 
----
The documentation for this struct was generated from the following file:
+
この構造体のドキュメントは、次のファイルから生成されました。
  
 
* [http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h]
 
* [http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h]

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.


この構造体のドキュメントは、次のファイルから生成されました。




戻る