Fonts 类

定义

FontFamilyTypeface 对象提供枚举支持。

public ref class Fonts abstract sealed
public static class Fonts
type Fonts = class
Public Class Fonts
继承
Fonts

注解

字体系列是一组具有相同字体(如 Arial)但功能不同的字体。 这些功能差异包括 Style(如 斜体)和 Weight(如粗体)。

字体
“时代新罗马”字体系列字体的示例

属性

SystemFontFamilies

从默认系统字体位置获取 FontFamily 对象的集合。

SystemTypefaces

从默认系统字体位置获取 Typeface 对象的集合。

方法

GetFontFamilies(String)

从表示字体位置的字符串值返回 FontFamily 对象的集合。

GetFontFamilies(Uri)

从表示字体位置的统一资源标识符 (URI) 值返回 FontFamily 对象的集合。

GetFontFamilies(Uri, String)

通过使用基本统一资源标识符 (URI) 值来解析字体位置,返回 FontFamily 对象的集合。

GetTypefaces(String)

从表示字体目录位置的字符串值返回 Typeface 对象的集合。

GetTypefaces(Uri)

从表示字体位置的统一资源标识符 (URI) 值返回 Typeface 对象的集合。

GetTypefaces(Uri, String)

通过使用基本统一资源标识符 (URI) 值来解析字体位置,返回 Typeface 对象的集合。

适用于

另请参阅