ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.Integer _
    ) As FontFeature
    public FontFeature GetFontFeature( 
       System.int fontFeatureIndex
    )

    Parameters

    fontFeatureIndex
    See Also