Oxyopiia / ViceMod

Tool mod for DoomTowers
MIT License
2 stars 1 forks source link

HudEditor/General: Function getSpecialTextWidth does not account for bold text #31

Closed Oxyopiia closed 4 months ago

Oxyopiia commented 6 months ago

Size calculation does not account for bold text. potentially use regex catching groups to detect?

https://github.com/Oxyopiia/ViceMod/blob/371a06803f976262c8acc3c744d86f4df68d4071/src/main/java/net/oxyopia/vice/utils/HudUtils.kt#L143-L145

Oxyopiia commented 4 months ago

fixed ages ago