TextRunProperties::FontHintingEmSize Property

 

Gets the text size in points, which is then used for font hinting.

Namespace:   System.Windows.Media.TextFormatting
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property double FontHintingEmSize {
	virtual double get() abstract;
}

Property Value

Type: System::Double

A Double that represents the text size in points. The default is 12 pt.

Points are defined as 1/72 of an inch.

.NET Framework
Available since 3.0
Return to top
Show: