예제 #1
0
 internal static bool GetFontMetrics(Graphics g, Font font, out int ascent, out int descent)
 {
                 #if DriverDebug
     Console.WriteLine("GetFontMetrics(): Called");
                 #endif
     return(driver.GetFontMetrics(g, font, out ascent, out descent));
 }
예제 #2
0
 internal static bool GetFontMetrics(Graphics g, Font font, out int ascent, out int descent)
 {
     DriverDebug("GetFontMetrics (): Called");
     return(driver.GetFontMetrics(g, font, out ascent, out descent));
 }