TextFormattingRunProperties::FontHintingEmSize Property

 

Gets the font hinting size.

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

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

Property Value

Type: System::Double

The font hinting size.

Returns zero if no hinting size is currently set.

Return to top
Show: