Class FontsSettings

FontsSettings class

글꼴 처리 설정을 나타냅니다.

public class FontsSettings

속성

이름설명
FontMatcher { get; set; }글꼴 일치 알고리즘의 일부를 제어할 수 있는 클래스를 가져오거나 설정합니다.

행동 양식

이름설명
GetFontsLookupFolders()글꼴 폴더를 포함하는 배열의 복사본을 가져옵니다. 이 폴더에 있는 글꼴은 문자 렌더링에 사용됩니다.
SetFontsLookupFolder(string)글꼴 선택 시 사용할 폴더를 설정합니다.
SetFontsLookupFolder(string, bool)글꼴 선택 시 사용할 폴더를 설정합니다.
SetFontsLookupFolders(string[])글꼴 선택 중에 사용되는 폴더 배열을 설정합니다.
SetFontsLookupFolders(string[], bool)글꼴 선택 중에 사용되는 폴더 배열을 설정합니다.

또한보십시오