nplan / HomeButtons

140 stars 9 forks source link

special chars limitations? #65

Closed antonpiatek closed 1 year ago

antonpiatek commented 1 year ago

I'm trying to show the batter percentage on the screen - if I just publish it as a big text on its own 82% then it renders find. However small text _82% and icons mdi:lightbulb 82% (or mdi:lightbulb _82%) seem to not render the % symbol.

Is this a limitation of special char rendering? Or should this work?

nplan commented 1 year ago

Seems to be a font bug. Both the big and the small font have the same character set, but % is not being rendered for the small one apparently. Other special characters work fine. No easy solution at the moment unfortunately.

nplan commented 1 year ago

Fixed in v2.4.1.