Weight

EmfLogFont.Weight property

Gets or sets a 32-bit signed integer that specifies the weight of the font in the range zero through 1000. For example, 400 is normal and 700 is bold. If this value is zero, a default weight can be used.

public EmfLogFontWeight Weight { get; set; }

See Also