InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util Namespace / FontSubSet.TextFormat Class / FontFeatures Property

In This Topic
    FontFeatures Property (FontSubSet.TextFormat)
    In This Topic
    Provides access to a set of Microsoft OpenType typography properties.
    Syntax
    'Declaration
     
    Public Property FontFeatures As FontSubSet.FontFeature()
    public FontSubSet.FontFeature[] FontFeatures {get; set;}
    See Also