mrvux / dx11-vvvv

DirectX11 Rendering within vvvv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text AntiAliasing breaks for Font Sizes >349

jhnnslmk opened this issue · 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!

commented

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