/// <summary>Returns the font size.</summary> /// <param name="state">the MetaState</param> /// <returns>font size</returns> public virtual float GetFontSize(MetaState state) { return(Math.Abs(state.TransformY(height) - state.TransformY(0)) * WmfImageHelper.wmfFontCorrection); }