TextRunProperties::FontRenderingEmSize Property

 

Gets the text size in points for the text run.

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

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

Property Value

Type: System::Double

A Double that represents the text size in DIPs (Device Independent Pixels). The default is 12 DIP.

A DIP is 1/96 of an inch. As DIP increases the size of the text increases.

.NET Framework
Available since 3.0
Return to top
Show: