EmbeddedFontLoader.LoadFont(EmbeddedFont) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
포함된 리소스에서 글꼴을 로드합니다.
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입니다.