C# 클래스 ExoMerge.Aspose.Extensions.FontExtensions

파일 보기 프로젝트 열기: vc3/ExoMerge

공개 메소드들

메소드 설명
CopyTo ( this font, Font target ) : void

Copy the font's settings into the target font.

메소드 상세

CopyTo() 공개 정적인 메소드

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.
리턴 void