C# Class Core2D.Style.FontStyle

Specifies style flags proxy information applied to text.
Inheritance: ObservableObject
Mostra file Open project: Core2D/Core2D Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Clone() public method

Clones font style.
public Clone ( ) : FontStyle
return FontStyle

Create() public static method

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

Parse() public static method

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

ToString() public method

public ToString ( ) : string
return string