BlackJack.BlackJack.SetConsoleFont C# (CSharp) Method

SetConsoleFont() private method

private SetConsoleFont ( IntPtr hOut, uint dwFontNum ) : int
hOut IntPtr
dwFontNum uint
return int
			static extern int SetConsoleFont(IntPtr hOut, uint dwFontNum);
			private const int STD_OUTPUT_HANDLE = -11;

Same methods

BlackJack::SetConsoleFont ( string fontName = "Lucida Console" ) : void