Method GetHeight
GetHeight(Graphics)
Calculates the height of the font when rendered in the specified graphics context. Uses the height of the characters "Wg" as a reference.
public virtual float GetHeight(Graphics dc)
Parameters
dcGraphicsThe graphics context used to measure the font height.