TextFormattingRunProperties.ClearFontRenderingEmSize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a new TextFormattingRunProperties with all properties the same except for the rendering size.
public:
Microsoft::VisualStudio::Text::Formatting::TextFormattingRunProperties ^ ClearFontRenderingEmSize();
public Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties ClearFontRenderingEmSize ();
member this.ClearFontRenderingEmSize : unit -> Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties
Public Function ClearFontRenderingEmSize () As TextFormattingRunProperties
Returns
A TextFormattingRunProperties with the rendering size cleared.