C# 클래스 Nexus.Client.UI.NexusFontSetResolver

Searches through the available font sets for the desired font.
This resolver searches through the available themes for the appropriate fonts.
상속: IFontSetResolver
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
AddFontSets ( FontSetGroup p_fsgFontSets ) : void

Addes the given FontSetGroups to the resolver.

When resolving a font, the groups are examined in the reverse order in which they were added.

RequestFont ( FontSetInformation p_fsiFontInfo ) : Font

Returns a font that best matches the described font set.

메소드 상세

AddFontSets() 공개 메소드

Addes the given FontSetGroups to the resolver.
When resolving a font, the groups are examined in the reverse order in which they were added.
public AddFontSets ( FontSetGroup p_fsgFontSets ) : void
p_fsgFontSets Nexus.UI.FontSetGroup The font set group to add.
리턴 void

RequestFont() 공개 메소드

Returns a font that best matches the described font set.
public RequestFont ( FontSetInformation p_fsiFontInfo ) : Font
p_fsiFontInfo Nexus.UI.FontSetInformation The information describing the desired font.
리턴 System.Drawing.Font