App:Library:FabGL:Struct:Glyph

提供: robot-jp wiki
2022年3月23日 (水) 11:22時点におけるTakashi (トーク | 投稿記録)による版
ナビゲーションに移動検索に移動

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.


The documentation for this struct was generated from the following file:




戻る