You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, I wonder how this works with GDI+ and similar? You would like to advance to an the space character advance width times an even multiple of a tabstop, e.g. 4.
Yeah that make sense... recon the tab width should be definable with some configuration options passed into the Renderer instance, could even hoist size and resolution to class wide values with it.
calling
Renderer.Render(x, y, text, size. resolution)
doesn't support drawing tabs.As a simple first pass it could be updated to just switch on tabs and advance
xx
byn
spaces widths.The text was updated successfully, but these errors were encountered: