FontCollectionExtensions.AddFont(IFontCollection, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 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
추가할 글꼴의 파일 이름(예: TTF(True 형식 형식) 또는 OTF(열린 형식 글꼴) 글꼴 파일) 글꼴 파일은 .NET MAUI 프로젝트의 'Resources\Fonts'에 추가할 수 있습니다.
- alias
- String
이 글꼴을 참조하는 데 사용할 수도 있는 선택적 별칭입니다.
반환
예외
filename
매개 변수가 null
인 경우
매개 변수가 filename
비어 있거나 공백만 있습니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI