Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgFontVariantCaps Enumeration

In This Topic
    SvgFontVariantCaps Enumeration
    In This Topic
    Allows the selection of alternate glyphs used for small or petite capitals or for titling.
    Syntax
    'Declaration
     
    Public Enum SvgFontVariantCaps 
       Inherits System.Enum
    public enum SvgFontVariantCaps : System.Enum 
    Members
    MemberDescription
    AllPetiteCapsEnables display of petite capitals for both upper and lowercase letters (OpenType features: c2pc, pcap).
    AllSmallCapsEnables display of small capitals for both upper and lowercase letters (OpenType features: c2sc, smcp).
    NormalNone of the caps features are enabled.
    PetiteCapsEnables display of petite capitals (OpenType feature: pcap).
    SmallCapsEnables display of small capitals (OpenType feature: smcp).
    TitlingCapsEnables display of titling capitals (OpenType feature: titl).
    UnicaseEnables display of mixture of small capitals for uppercase letters with normal lowercase letters (OpenType feature: unic).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Svg.SvgFontVariantCaps

    See Also