CreatingSKTypefacesForTextEventArgs¶
Namespace: ThinkGeo.Core
public class CreatingSKTypefacesForTextEventArgs
Inheritance Object → CreatingSKTypefacesForTextEventArgs
Properties¶
Text¶
public string Text { get; set; }
Property Value¶
Font¶
public GeoFont Font { get; set; }
Property Value¶
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¶
Constructors¶
CreatingSKTypefacesForTextEventArgs(GeoFont, String)¶
public CreatingSKTypefacesForTextEventArgs(GeoFont font, string text)
Parameters¶
font GeoFont
text String