Skip to content

CreatingSKTypefacesForTextEventArgs

Namespace: ThinkGeo.Core

public class CreatingSKTypefacesForTextEventArgs

Inheritance ObjectCreatingSKTypefacesForTextEventArgs

Properties

Text

public string Text { get; set; }

Property Value

String

Font

public GeoFont Font { get; set; }

Property Value

GeoFont

SkTypeFaces

Gets or sets the collection of SKTypeFace objects. Currently only the first item in the collection is used. Future versions may support utilizing all items.

public Collection<SKTypeface> SkTypeFaces { get; set; }

Property Value

Collection<SKTypeface>

Constructors

CreatingSKTypefacesForTextEventArgs(GeoFont, String)

public CreatingSKTypefacesForTextEventArgs(GeoFont font, string text)

Parameters

font GeoFont

text String