TextFormattingRunProperties::SetFontRenderingEmSize Method (Double)

 

Gets a new TextFormattingRunProperties with the properties of this one but with the font rendering 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^ SetFontRenderingEmSize(
	double renderingSize
)

Parameters

renderingSize
Type: System::Double

The new rendering size.

Return to top
Show: