forked from Bodmer/TFT_eSPI
Merge pull request #2 from 0xFEEDC0DE64/string-fixes
This commit is contained in:
@@ -2264,6 +2264,13 @@ int16_t TFT_eSPI::textWidth(std::string_view string, uint8_t font)
|
|||||||
int32_t str_width = 0;
|
int32_t str_width = 0;
|
||||||
uint16_t uniCode = 0;
|
uint16_t uniCode = 0;
|
||||||
|
|
||||||
|
#ifdef CONFIG_TFT_IS_AUTOBAHN
|
||||||
|
if (font == 1 || (gfxFont != &din1451alt10pt8b && font == 4))
|
||||||
|
{
|
||||||
|
str_width = 1;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
auto iter = std::begin(string);
|
auto iter = std::begin(string);
|
||||||
|
|
||||||
#ifdef SMOOTH_FONT
|
#ifdef SMOOTH_FONT
|
||||||
|
Reference in New Issue
Block a user