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