C# 클래스 Nexus.UI.FontSet

Used to represent a list of fonts.
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5 1 사용 예제들

공개 메소드들

메소드 설명
CreateFont ( FontStyle p_fstStyle, float p_fltSize ) : Font

Used to create the font with the style and size requested.

FontSet ( string families ) : System

Creates a new instance of the FontSet class.

메소드 상세

CreateFont() 공개 메소드

Used to create the font with the style and size requested.
public CreateFont ( FontStyle p_fstStyle, float p_fltSize ) : Font
p_fstStyle FontStyle The style of font to create.
p_fltSize float The size of font to create.
리턴 System.Drawing.Font

FontSet() 공개 메소드

Creates a new instance of the FontSet class.
If the or parameters are null. If the or parameters are zero length, or the parameters contains null, or empty string entires.
public FontSet ( string families ) : System
families string The list of font familes this set uses. The familes will try and be used in the order they were passed, e.g. index 0 to n.
리턴 System