RichTextStyleFontFamily Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a font name or list(separated by ;) of font names that shall be used to display the enclosed text. (If a list is provided, the first one containing glyphs for the specified text shall be used.)

Namespace:  Apitron.PDF.Kit.Interactive.Annotations.RichText
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public string FontFamily { get; set; }

Property Value

Type: String
The font family.
See Also

Reference