FontCollectionExtensions.AddEmbeddedResourceFont 方法

定义

使用 中指定的 filename 可选字体别名从 中的 assembly 嵌入资源添加到 fontCollectionalias

public static Microsoft.Maui.Hosting.IFontCollection AddEmbeddedResourceFont (this Microsoft.Maui.Hosting.IFontCollection fontCollection, System.Reflection.Assembly assembly, string filename, string? alias = default);
static member AddEmbeddedResourceFont : Microsoft.Maui.Hosting.IFontCollection * System.Reflection.Assembly * string * string -> Microsoft.Maui.Hosting.IFontCollection
<Extension()>
Public Function AddEmbeddedResourceFont (fontCollection As IFontCollection, assembly As Assembly, filename As String, Optional alias As String = Nothing) As IFontCollection

参数

fontCollection
IFontCollection

要向其添加字体的集合。

assembly
Assembly

包含指定字体作为嵌入资源的程序集。

filename
String

要添加的字体的嵌入资源文件名,例如 true 类型格式 (TTF) 或打开字体 (OTF) 字体文件。

alias
String

一个可选别名,也可用于引用此字体。

返回

例外

filename 参数为 null。 - 或 - 参数 assemblynull

参数 filename 为空或只有空格。

适用于