다음을 통해 공유


EmbeddedFontLoader.LoadFont(EmbeddedFont) 메서드

정의

포함된 리소스에서 글꼴을 로드합니다.

public:
 virtual System::String ^ LoadFont(Microsoft::Maui::EmbeddedFont ^ font);
public string? LoadFont (Microsoft.Maui.EmbeddedFont font);
abstract member LoadFont : Microsoft.Maui.EmbeddedFont -> string
override this.LoadFont : Microsoft.Maui.EmbeddedFont -> string
Public Function LoadFont (font As EmbeddedFont) As String

매개 변수

font
EmbeddedFont

EmbeddedFont 로드할 글꼴에 대한 정보가 있는 개체입니다.

반환

글꼴이 올바르게 로드된 경우 글꼴 이름입니다. 그렇지 않으면 null입니다.

구현

적용 대상