Height

EmfLogFont.Height property

Gets or sets a 32-bit signed integer that specifies the height, in logical units, of the font’s character cell or character. The character height value, also known as the em size, is the character cell height value minus the internal leading value. The font mapper SHOULD interpret the value specified in the Height field in the following manner.

public int Height { get; set; }

See Also