ArduinoGraphics::textFontHeight()
説明
現在のフォントの高さをピクセルで返却する。
書式
int ArduinoGraphics::textFontHeight()
引数
なし
戻り値
現在のフォントの高さ(ピクセル)
使用例
int h = YourScreen.textFontHeight();
オリジナルのページ
https://www.arduino.cc/reference/en/libraries/arduinographics/textfontheight/
最終更新日
August 18, 2024