Item

FontCollection indexer (1 of 2)

获取指定索引处的字体元素。

public Font this[int index] { get; }
范围描述
index集合内的索引。

返回值

字体对象。

也可以看看


FontCollection indexer (2 of 2)

按字体名称从集合中获取字体。 如果找不到字体,则抛出异常。

public Font this[string name] { get; }
范围描述
name字体的名称。

返回值

找到字体。

也可以看看