Gets the collection of fonts embedded in the current document.

If FontHandling property on the document has been set to EmbedFonts or EmbedActualFonts, this collection is populated automatically when the document generates.

Otherwise, this collection is not populated automatically. But you can add fonts to this collection in code, so that just the added fonts will be embedded in the document. Note that in that case you must also explicitly specify the glyphs to include by calling the AddGlyphs(String) method or any of its overloads.

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

Syntax

C#
[BrowsableAttribute(false)]
public EmbeddedFontCollection EmbeddedFonts { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property EmbeddedFonts As EmbeddedFontCollection
	Get

Implements

IStyleOwner..::..EmbeddedFonts

See Also