C# 클래스 AlphaTab.Platform.Model.Font

This container public class can store the definition for a font and it's style.
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Font
Font ( string family, float size, FontStyle style = FontStyle.Plain ) : System
ToCssString ( float scale = 1 ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Font
리턴 Font

Font() 공개 메소드

public Font ( string family, float size, FontStyle style = FontStyle.Plain ) : System
family string
size float
style FontStyle
리턴 System

ToCssString() 공개 메소드

public ToCssString ( float scale = 1 ) : string
scale float
리턴 string