Property FamiliesNamesAscending
FamiliesNamesAscending
Returns a string array that contains all names of the FontFamily objects currently available in the system. Names are returned in the ascending order.
public static IEnumerable<string> FamiliesNamesAscending { get; }
Property Value
- IEnumerable<string>
A string array of FontFamily names currently available in the system in the ascending order.