A font collection.

Namespace: TallComponents.PDF.Rasterizer.Fonts
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

C#
public class FontCollection : IEnumerable<Font>, 
	IEnumerable
Visual Basic
Public Class FontCollection _
	Implements IEnumerable(Of Font), IEnumerable

Remarks

This collection is read-only and cannot be changed.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Rasterizer.Fonts..::..FontCollection

See Also