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