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

提供: robot-jp wiki
ナビゲーションに移動検索に移動
 
(同じ利用者による、間の1版が非表示)
1行目: 1行目:
== struct ==
+
== struct Glyph ==
Defines ---.
+
グリフの位置、サイズ、およびバイナリデータを表します。
 
{| class="wikitable"
 
{| class="wikitable"
|#include <>
+
|#include <[http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h]>
|}
 
 
 
== Public Member Functions ==
 
{| class="wikitable"
 
|
 
|-
 
|
 
 
|}
 
|}
 +
ストリームを継承します。
  
  
 
== Public Attributes ==
 
== Public Attributes ==
 
{| class="wikitable"
 
{| class="wikitable"
|
+
|uint8_t const *  data
 
|-
 
|-
|
+
|uint8_t              height
 
|-
 
|-
|
+
|uint8_t              width
 
|-
 
|-
|
+
|int16_t              X
 
|-
 
|-
|
+
|int16_t              Y
|-
 
|
 
|-
 
|
 
 
|}
 
|}
  
 
== Detailed Description ==
 
== Detailed Description ==
Defines a cursor.
+
グリフの位置、サイズ、およびバイナリデータを表します。
 +
 
 +
グリフはビットマップです。 (ピクセルあたり1ビット)
  
'''Examples:'''<blockquote>~.ino</blockquote>Definition at line 000 of file ----------.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:
+
この構造体のドキュメントは、次のファイルから生成されました。
  
* DS3231.h
+
* [http://www.fabglib.org/displaycontroller_8h_source.html displaycontroller.h]
* DS3231.cpp
 
  
  

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.


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




戻る