FontCollection

FontCollection

概述

FontCollection 是一个类在Aspose.PDF FOSS的.NET中. 继承人: IEnumerable<Font>.

一页引用的字体集合.

本类提供6种方法,用于在NET程序中与FontCollection对象工作. 有的方法包括: Add, Contains, CopyTo, GetEnumerator, Remove. 所有公众成员在安装了Aspose.PDF FOSS for .NET 包后,可以访问任何.NET应用程序. 特性: Count, IsReadOnly, IsSynchronized, SyncRoot.

属性

名称:类型Access描述情况
Countint阅读获取计数。.
IsReadOnlybool阅读获取只读属性。.
IsSynchronizedbool阅读获取 is synchronized。.
SyncRootobject阅读获取同步根。.

方法

Signature描述情况
GetEnumerator()在这个 FontCollection 实例中调用GetEnumerator.
Contains(item: Font)在这个 FontCollection 实例中调用了Contents(item).
Contains(name: string)在这个 FontCollection 实例中调用了Contents (名).
CopyTo(array: Font[], index: int)在这个 FontCollection 实例中调用CopyTo.
Remove(item: Font)在这个 FontCollection 实例中调用 Remove(item).
Add(newFont: Font, resName: string)添加字体并发出与其分配的PDF资源名称 (例如:.

查看更多

 中文