mrvux / dx11-vvvv

DirectX11 Rendering within vvvv
Other
71 stars 71 forks source link

Text AntiAliasing breaks for Font Sizes >349 #333

Open jhnnslmk opened 6 years ago

jhnnslmk commented 6 years ago

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!

mrvux commented 6 years ago

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