Method | Description | |
---|---|---|
CopyTo ( this font, Font target ) : void |
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 |