Graphics vGraphics = CreateGraphics();
SizeF vSizeF = vGraphics . MeasureString( "Zswang" , Font);
Console . WriteLine(vSizeF);