SizeUnit

EmfPlusFont.SizeUnit property

Gets or sets a 32-bit unsigned integer that specifies the units used for the EmSize field. These are typically the units that were employed when designing the font. The value MUST be in the UnitType enumeration (section 2.1.1.33).

public EmfPlusUnitType SizeUnit { get; set; }

See Also