Class FontResolveCallbackDelegate


  • public abstract class FontResolveCallbackDelegate
    extends com.aspose.ms.System.MulticastDelegate

    Represents a method callback to handle font resolve event.

    • Constructor Detail

      • FontResolveCallbackDelegate

        public FontResolveCallbackDelegate()
    • Method Detail

      • invoke

        public abstract void invoke​(FontResolveEventArgs args)
        Represents a method callback to handle font resolve event.
        Parameters:
        args - the instance of the FontResolveEventArgs class that contains the callback data.