CreatingSKTypefaceForCharacterEventArgs¶
Namespace: ThinkGeo.Core
Represents the CreatingSKTypefacesForTextEventArgs class.
public class CreatingSKTypefaceForCharacterEventArgs
Inheritance object → CreatingSKTypefaceForCharacterEventArgs
Properties¶
Character¶
Gets the Character.
public char Character { get; }
Property Value¶
Font¶
Gets the Font.
public GeoFont Font { get; }
Property Value¶
Typeface¶
Gets or sets the SKTypeFace objects.
public SKTypeface Typeface { get; set; }
Property Value¶
SKTypeface
Constructors¶
CreatingSKTypefaceForCharacterEventArgs(GeoFont, char)¶
Initializes a new instance of the CreatingSKTypefacesForTextEventArgs class.
public CreatingSKTypefaceForCharacterEventArgs(GeoFont font, char character)
Parameters¶
font GeoFont
character char