TextFormattingRunProperties::SetFontHintingEmSize Method (Double)

 

Gets a new TextFormattingRunProperties with the properties of this one but with the font hinting size set to the specified size.

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

public:
TextFormattingRunProperties^ SetFontHintingEmSize(
	double hintingSize
)

Parameters

hintingSize
Type: System::Double

The new font hinting size.

Return to top
Show: