TextFormattingRunProperties.SetFontHintingEmSize(Double) 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 the properties of this one but
with the font hinting size set to hintingSize
.
public:
Microsoft::VisualStudio::Text::Formatting::TextFormattingRunProperties ^ SetFontHintingEmSize(double hintingSize);
public Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties SetFontHintingEmSize (double hintingSize);
member this.SetFontHintingEmSize : double -> Microsoft.VisualStudio.Text.Formatting.TextFormattingRunProperties
Public Function SetFontHintingEmSize (hintingSize As Double) As TextFormattingRunProperties
Parameters
- hintingSize
- Double
The new font hinting size.
Returns
The TextFormattingRunProperties.