TextFormattingRunProperties.SetFontRenderingEmSize(Double) Method

Definition

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

public:
 Microsoft::VisualStudio::Text::Formatting::TextFormattingRunProperties ^ SetFontRenderingEmSize(double renderingSize);
public Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties SetFontRenderingEmSize (double renderingSize);
member this.SetFontRenderingEmSize : double -> Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties
Public Function SetFontRenderingEmSize (renderingSize As Double) As TextFormattingRunProperties

Parameters

renderingSize
Double

The new rendering size.

Returns

The TextFormattingRunProperties.

Applies to