AddCustomFontSource

LoadOptions.AddCustomFontSource method

Adds the custom font source to supply image-specific fonts.

public void AddCustomFontSource(CustomFontSource source, params object[] args)
ParameterTypeDescription
sourceCustomFontSourceThe custom font source provider function.
argsObject[]The arguments.

See Also