dx11-vvvv icon indicating copy to clipboard operation
dx11-vvvv copied to clipboard

Text AntiAliasing breaks for Font Sizes >349

Open jhnnslmk opened this issue 7 years ago • 1 comments

Hi vux,

it seems like Text AntiAliasing breaks for font sizes >349. Please see attached patch. Quick fix is using Text Geometry if one doesn't need much control.

DX11-TextAliasing.zip

Thank you!

jhnnslmk avatar Jan 22 '18 17:01 jhnnslmk

Yes, that sounds like you reach the limit of default glyph sheet size.

There is this example in order to render large text , where you can provide your own settings for the text engine:

https://github.com/mrvux/dx11-vvvv-girlpower/tree/master/girlpower/misc/large_text

mrvux avatar Jan 30 '18 11:01 mrvux