ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / Typography Class / GetFontFeature Method

In This Topic
    GetFontFeature Method
    In This Topic
    HRESULT IDWriteTypography::GetFontFeature([In] unsigned int fontFeatureIndex,[Out] DWRITE_FONT_FEATURE* fontFeature)
    Syntax
    'Declaration
     
    Public Function GetFontFeature( _
       ByVal fontFeatureIndex As Integer _
    ) As FontFeature
    public FontFeature GetFontFeature( 
       int fontFeatureIndex
    )

    Parameters

    fontFeatureIndex
    See Also