C# 클래스 Core2D.Style.FontStyle

Specifies style flags proxy information applied to text.
상속: ObservableObject
파일 보기 프로젝트 열기: Core2D/Core2D 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : FontStyle

Clones font style.

Create ( FontStyleFlags flags = FontStyleFlags.Regular ) : FontStyle

Creates a new FontStyle instance.

Parse ( string s ) : FontStyle

Parses a font style string.

ToString ( ) : string

메소드 상세

Clone() 공개 메소드

Clones font style.
public Clone ( ) : FontStyle
리턴 FontStyle

Create() 공개 정적인 메소드

Creates a new FontStyle instance.
public static Create ( FontStyleFlags flags = FontStyleFlags.Regular ) : FontStyle
flags FontStyleFlags The style flags information applied to text.
리턴 FontStyle

Parse() 공개 정적인 메소드

Parses a font style string.
public static Parse ( string s ) : FontStyle
s string The font style string.
리턴 FontStyle

ToString() 공개 메소드

public ToString ( ) : string
리턴 string