Property FamiliesNames
FamiliesNames
Returns a string array that contains all names of the FontFamily objects currently available in the system.
public static IEnumerable<string> FamiliesNames { get; set; }
Property Value
- IEnumerable<string>
A string array of FontFamily names currently available in the system.