次の方法で共有


FontCollectionExtensions.AddFont(IFontCollection, String, String) メソッド

定義

filename 指定されたフォントを に fontCollection追加します。オプションのフォント エイリアスは で alias指定します。

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

パラメーター

fontCollection
IFontCollection

フォントを追加するコレクション。

filename
String

True 型書式 (TTF) やオープン型フォント (OTF) フォント ファイルなど、追加するフォントのファイル名。 フォント ファイルは、.NET MAUI プロジェクトの 'Resources\Fonts' に追加できます。

alias
String

このフォントを参照するために使用できる省略可能なエイリアス。

戻り値

例外

filename パラメーターが null です。

パラメーターが filename 空であるか、空白のみである。

適用対象