diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-25 01:34:29 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-25 01:34:29 +1000 |
commit | 7783fc7310e53e8f722356935887f1d44406649d (patch) | |
tree | 00762c9a525e48cc8541cda8b3217a0083a44363 /source/frontend/StarNameplatePainter.cpp | |
parent | cb76e4e4448446bd69905de19683087d84ae39cb (diff) |
Fix font issues
it's 1:30 AM again :(
Diffstat (limited to 'source/frontend/StarNameplatePainter.cpp')
-rw-r--r-- | source/frontend/StarNameplatePainter.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/frontend/StarNameplatePainter.cpp b/source/frontend/StarNameplatePainter.cpp index ef472d4..d7e589a 100644 --- a/source/frontend/StarNameplatePainter.cpp +++ b/source/frontend/StarNameplatePainter.cpp @@ -102,6 +102,9 @@ void NameplatePainter::render() { context.renderText(*nametag.statusText, statusPosition(bubble.currentPosition)); } + + context.setDefaultFont(); + context.setFontProcessingDirectives(""); }); } |