FontCollection

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.ms.System.IDisposable

public abstract class FontCollection implements System.IDisposable

Provides a base class for installed and private font collections.

Methods

MethodDescription
getFamilies()Gets the array of FontFamily objects associated with this FontCollection.
dispose()Releases all resources used by this FontCollection.

getFamilies()

public final FontFamily[] getFamilies()

Gets the array of FontFamily objects associated with this FontCollection.

Returns: com.aspose.drawing.FontFamily[] - An array of FontFamily objects.

dispose()

public final void dispose()

Releases all resources used by this FontCollection.