IXRTextElement::GetFontStyle (Compact 2013)

3/28/2014

This method retrieves the font style for the text in this text element.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetFontStyle(
    __out XRFontStyle* pFontStyle
) = 0;

Parameters

  • pFontStyle
    [out] Pointer to an XRFontStyle enumerated type that describes the style in which the text is rendered.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The value of pFontStyle might not be used for the font style during rendering because of font fallback. (For information about font fallback, see the Remarks section in IXRTextBlock::GetFontFamily). For example, if the font style XRFontStyle_Italic is specified, but XRFontStyle_Normal is the only font style available, the value of the font style that pFontStyle points to is still XRFontStyle_Italic.

.NET Framework Equivalent

System.Windows.Documents.TextElement.FontStyle

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRTextElement
IXRTextElement::SetFontStyle