C# Class ExoMerge.Aspose.Extensions.FontExtensions

Afficher le fichier Open project: vc3/ExoMerge

Méthodes publiques

Méthode Description
CopyTo ( this font, Font target ) : void

Copy the font's settings into the target font.

Method Details

CopyTo() public static méthode

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.
Résultat void