CreateByName

FontTransformation.CreateByName method

Creates a font transformation by name only, matching any size and style. The replacement font will preserve the original font’s size and style.

public static FontTransformation CreateByName(string originalFontName, string replacementFontName)
Parameter Type Description
originalFontName String Original font family name to transform.
replacementFontName String Replacement font family name.

See Also