[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontVariantCaps

Enum SvgFontVariantCaps

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

Allows the selection of alternate glyphs used for small or petite capitals or for titling.

public enum SvgFontVariantCaps

Fields

AllPetiteCaps = 4

Enables display of petite capitals for both upper and lowercase letters (OpenType features: c2pc, pcap).

AllSmallCaps = 2

Enables display of small capitals for both upper and lowercase letters (OpenType features: c2sc, smcp).

Normal = 0

None of the caps features are enabled.

PetiteCaps = 3

Enables display of petite capitals (OpenType feature: pcap).

SmallCaps = 1

Enables display of small capitals (OpenType feature: smcp).

TitlingCaps = 6

Enables display of titling capitals (OpenType feature: titl).

Unicase = 5

Enables display of mixture of small capitals for uppercase letters with normal lowercase letters (OpenType feature: unic).