On Mon Oct 9 17:04:55 2023 +0000, Nikolay Sivov wrote:
The reason we currently modify font size is to produce better quality output. If you keep original size, then scale 10 times, it won't necessarily be looking good. Regarding matrix modification, how does that work for other components, for e.g. rotation? Maybe we should multiply by diagonal matrix instead?
Yep, We need to multiply by matrix instread of just changing elements. New tests has been add to test `rendertarget_DrawGlyphRun()` in different transformation matrices.