Skip to content

CreatingSKTypefaceForCharacterEventArgs

Namespace: ThinkGeo.Core

Represents the CreatingSKTypefacesForTextEventArgs class.

public class CreatingSKTypefaceForCharacterEventArgs

Inheritance objectCreatingSKTypefaceForCharacterEventArgs

Properties

Character

Gets the Character.

public char Character { get; }

Property Value

char

Font

Gets the Font.

public GeoFont Font { get; }

Property Value

GeoFont

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