簡體   English   中英

如何在不直接更改注冊表的情況下使用Windows API或內部命令更改/獲取“控制台應用程序”中的字體(大小)?

[英]How to change/get the font(-size) in the “Console Application” using Windows API or internal command without changing the registry directly?

我已經在MSDN中進行搜索,但是沒有任何東西可以滿足我的需求。

有人可以幫我嗎? 謝謝。

#include <windows.h>
int main (void)
{
    // HOW TO ?
}

要獲取有關控制台字體的信息,請使用:

要設置字體信息,請使用:

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM