faster gdi text rendering
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good
This commit is contained in:
parent
6bc00c6dca
commit
bc5fc10816
4 changed files with 50 additions and 35 deletions
|
|
@ -34,7 +34,8 @@ struct _MwLLGDI {
|
|||
struct _MwLLGDIColor {
|
||||
struct _MwLLCommonColor common;
|
||||
|
||||
HBRUSH brush;
|
||||
COLORREF color;
|
||||
HBRUSH brush;
|
||||
};
|
||||
|
||||
struct _MwLLGDIPixmap {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue