C# Class ExoMerge.Aspose.Extensions.FontExtensions

Show file Open project: vc3/ExoMerge

Public Methods

Method Description
CopyTo ( this font, Font target ) : void

Copy the font's settings into the target font.

Method Details

CopyTo() public static method

Copy the font's settings into the target font.
public static CopyTo ( this font, Font target ) : void
font this The font to copy settings from.
target Font The font to copy settings to.
return void