Create

FontTransformation.Create method

Creates a font transformation with exact font matching (size and style must match).

public static FontTransformation Create(Font originalFont, Font replacementFont)
Parameter Type Description
originalFont Font Font specification to transform.
replacementFont Font Font specification to transform to.

See Also