Table of Contents

Class MetafileFont

Namespace
DocWright.Core.Metafiles
Assembly
DocWright.Core.dll

The font a metafile selected, as recorded in its LOGFONT.

public sealed class MetafileFont
Inheritance
MetafileFont
Inherited Members

Constructors

MetafileFont(string, int, int, bool)

Initializes a font description.

Properties

Bold

Gets a value indicating whether the weight is bold or heavier.

EmHeightDeviceUnits

Gets the em height in device units, always positive.

FaceName

Gets the typeface name, possibly empty when the metafile recorded none.

Italic

Gets a value indicating whether the font is italic.

Weight

Gets the weight, 0..1000, where 400 is regular and 700 is bold.