FontResolveCallbackDelegate

Inheritance: java.lang.Object, com.aspose.ms.System.Delegate, com.aspose.ms.System.MulticastDelegate

public abstract class FontResolveCallbackDelegate extends System.MulticastDelegate

Represents a method callback to handle font resolve event.

Constructors

ConstructorDescription
FontResolveCallbackDelegate()

Methods

MethodDescription
invoke(FontResolveEventArgs args)Represents a method callback to handle font resolve event.

FontResolveCallbackDelegate()

public FontResolveCallbackDelegate()

invoke(FontResolveEventArgs args)

public abstract void invoke(FontResolveEventArgs args)

Represents a method callback to handle font resolve event.

Parameters:

ParameterTypeDescription
argsFontResolveEventArgsthe instance of the FontResolveEventArgs class that contains the callback data.