Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "SetConsoleFont" in [All]

kernel32

.

static extern int SetConsoleFont(IntPtr hOut, uint dwFontSize);

.

Declare Function SetConsoleFont Lib "kernel32.dll" (hOut As IntPtr, dwFontSize As UInt32) As Integer

.

    static extern int SetConsoleFont(

.

    SetConsoleFont(GetStdHandle(STD_OUT_HANDLE), 9);

.
Documentation
[SetConsoleFont] on MSDN

 
Access PInvoke.net directly from VS: