Add more strings (and respective functions) for v.drawString().
- Feb 01, 2020
-
-
Golden authored
Make V_DrawCenteredSmallThinString() a less precise wrapper for V_DrawCenteredSmallThinStringAtFixed() for new "small-thin-center" option in v.drawString()
-
Golden authored
Make V_DrawRightAlignedSmallThinString() a less precise wrapper for V_DrawRightAlignedSmallThinStringAtFixed() for new "small-thin-right" option in v.drawString()
-
Golden authored
Create V_DrawCenteredSmallThinStringAtFixed() for new "small-thin-fixed-center" option in v.drawString() Thankfully "center" is just "right" but with the X offset divided by 2.
-
Golden authored
Create V_DrawRightAlignedSmallThinStringAtFixed() for new "small-thin-fixed-right" option in v.drawString() You guys have no idea how long this took to code.
-
Golden authored
Make V_DrawSmallThinString() a less precise wrapper for V_DrawSmallThinStringAtFixed() to fix rounding errors.
-
Golden authored
I removed the limitation present in "small-thin" by converting all relevant variables to fixed_t's and using FixedMul() and FixedDiv() when necessary. Who'da thunk it would actually work?
-
Golden authored
-
Golden authored
-
Golden authored
-
Golden authored
-
Golden authored
These function names are starting to become rediculous...
-
Golden authored
-
Golden authored
Note this has some major limitations to prevent squished text. It defaults to using V_MONOSPACE|V_OLDSPACING and you cannot change the size of characters. V_6WIDTHSPACE seems to act exactly the same as V_OLDSPACING too.
-
Golden authored
-
Golden authored
-
Golden authored
-
Golden authored
-
Golden authored
-
Golden authored
-
Golden authored
-
Golden authored
-