[]
Represents the collection of DocumentFont objects describing fonts used in a C1PrintDocument.
See FontHandling for details on when and how this collection is populated.
public class DocumentFontCollection : OwnedCollection, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets or sets a DocumentFont in the current collection by its index. |
Name | Description |
---|---|
FindByFamilyName(string, bool, bool) | Finds a font in the current collection with the specified values of FontFamilyName, Bold and Italic properties. |
FindByName(string, bool, bool) | Finds a font in the current collection with the specified values of FontName, Bold and Italic properties. |