IXRControl::SetFontStretch (Windows Embedded CE 6.0)
1/6/2010
This method sets a value that indicates how much a font is condensed or expanded on-screen.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetFontStretch(
XRFontStretch FontStretch
) = 0;
Parameters
- FontStretch
[in] XRFontStretch enumerated value that indicates how much a font should be condensed or expanded on-screen.
Return Value
Returns an HRESULT that indicates success or failure.
Remarks
This method does not cause programmatic stretching of glyphs.
.NET Framework Equivalent
System.Windows.Controls.Control.FontStretch
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |