C# Класс ExoMerge.Aspose.Extensions.FontExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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