TextFormattingRunProperties::FontRenderingEmSize Property

 

Gets the font rendering size.

Namespace:   Microsoft.VisualStudio.Text.Formatting
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

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

Property Value

Type: System::Double

The fond rendering size.

Returns zero if no rendering size is currently set.

Return to top
Show: