예제 #1
0
 private static extern bool GetCurrentConsoleFontEx([In] IntPtr consoleOutput, [In] bool maximumWindow, [In, Out] ref FontInfo fontInfo);
예제 #2
0
 public static bool SetFont(FontInfo info)
 {
     return(SetCurrentConsoleFontEx(m_StdOutputHandle, false, ref info));
 }