faster gdi text rendering
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-07-19 21:04:33 +09:00
commit bc5fc10816
4 changed files with 50 additions and 35 deletions

View file

@ -34,7 +34,8 @@ struct _MwLLGDI {
struct _MwLLGDIColor {
struct _MwLLCommonColor common;
HBRUSH brush;
COLORREF color;
HBRUSH brush;
};
struct _MwLLGDIPixmap {