Width

EmfLogFont.Width property

Gets or sets a 32-bit signed integer that specifies the average width, in logical units, of characters in the font. If the Width field value is zero, an appropriate value SHOULD be calculated from other LogFont values to find a font that has the typographer’s intended aspect ratio

public int Width { get; set; }

See Also