Desktop Functions: Smart Device Functions:
|
Search Results for "GetCurrentConsoleFont" in [All]kernel32
// http://pinvoke.net/default.aspx/kernel32/GetCurrentConsoleFont.html
static extern bool GetCurrentConsoleFont(
// http://pinvoke.net/default.aspx/kernel32/GetCurrentConsoleFontEx.html
static extern bool GetCurrentConsoleFontEx( Here's a method that uses this method in conjunction with GetCurrentConsoleFont to return the size of the currently selected console font.
bool success = GetCurrentConsoleFont( |