vb.net - How to draw readable tiny text quickly -


In the development of Flash-based memory manager, I should be able to see large amounts of data.

With my eyes and monitor resolution, I can read 3x5 letters hand-drawn without much difficulty on 4x6 matrix Yes, but none of the system's TrueType fonts can better render at that size. I have tried to write the code to drag the font size in the off-screen bitmaps, and then use the drive to copy those bitmaps on the screen, but I can not get good performance, it is for development, the output Not so, therefore the display does not have to be optimal, but I do not want to wait too long for the data screen to refresh.

What would be the best way either a pure font that I want to pixel-perfect, or even a bit of a bit of pieces is producing bitmaps? I am using vb.net, so I can not just create a bitmap as a byte array and can not pass to the bitmap constructor unless someone shows me how to change an array in an intake. .

I would suggest to make the font myself

Typing Light -

TTFEdit -

-

Double Type -


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -