FontTransformations

IFontTransformationLoadOptions.FontTransformations property

Transform existing fonts after document loading and font substitution. Transformations are applied in the order they appear in the list. Use this for styling, branding, or accessibility font changes.

public IList<FontTransformation> FontTransformations { get; set; }

See Also