Gets the actual font family name. This name may be used in API calls to create the corresponding font.

If FontHandling has been set to BuildActualDocumentFonts or EmbedActualFonts, this name may differ from FontName.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public string FontFamilyName { get; internal set; }
Visual Basic
Public Property FontFamilyName As String
	Get
	Friend Set

See Also