mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:15:59 +00:00
[WIN32SS][FONT] Fix registry-based management (#1879)
CORE-16269 - Fix and improve registry-based font entry management. - Append style name to registry value name. - Make some DPRINT DPRINT1 (noisy).
This commit is contained in:
parent
eaf24cc380
commit
b81f9b0842
2 changed files with 97 additions and 30 deletions
|
@ -103,6 +103,7 @@ TEXTOBJ_UnlockText(PLFONT plfnt)
|
|||
/* dwFlags for IntGdiAddFontResourceEx */
|
||||
#define AFRX_WRITE_REGISTRY 0x1
|
||||
#define AFRX_ALTERNATIVE_PATH 0x2
|
||||
#define AFRX_DOS_DEVICE_PATH 0x4
|
||||
|
||||
PTEXTOBJ FASTCALL RealizeFontInit(HFONT);
|
||||
NTSTATUS FASTCALL TextIntRealizeFont(HFONT,PTEXTOBJ);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue