FontResolveCallbackDelegate

FontResolveCallbackDelegate delegate

Represents a method callback to handle font resolve event.

public delegate void FontResolveCallbackDelegate(FontResolveEventArgs args);
ParameterTypeDescription
argsFontResolveEventArgsthe instance of the FontResolveEventArgs class that contains the callback data.

See Also