예제 #1
0
 internal static SizeF GetAutoScaleSize(Font font)
 {
                 #if DriverDebug
     Console.WriteLine("GetAutoScaleSize({0}): Called", font);
                 #endif
     return(driver.GetAutoScaleSize(font));
 }
예제 #2
0
 internal static SizeF GetAutoScaleSize(Font font)
 {
     DriverDebug("GetAutoScaleSize ({0}): Called", font);
     return(driver.GetAutoScaleSize(font));
 }