mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[BLUE] Add an IOCTL to directly choose which font to use (instead of codepage)
This commit is contained in:
parent
d5f0b2b160
commit
aaa416d36a
4 changed files with 75 additions and 2 deletions
|
@ -22,6 +22,7 @@
|
|||
#define IOCTL_CONSOLE_DRAW CTL_CODE(FILE_DEVICE_SCREEN, 0x830, METHOD_IN_DIRECT, FILE_WRITE_ACCESS)
|
||||
|
||||
#define IOCTL_CONSOLE_LOADFONT CTL_CODE(FILE_DEVICE_SCREEN, 0x840, METHOD_IN_DIRECT, FILE_WRITE_ACCESS)
|
||||
#define IOCTL_CONSOLE_SETFONT CTL_CODE(FILE_DEVICE_SCREEN, 0x841, METHOD_IN_DIRECT, FILE_WRITE_ACCESS)
|
||||
|
||||
/* TYPEDEFS **************************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue