Exemplo n.º 1
0
 /// <summary>
 ///     Get all installed font family names.
 /// </summary>
 /// <param name="checkForUpdates">If <c>true</c> the font collection is updated.</param>
 public IEnumerable <string> GetInstalledFontFamilyNames(bool checkForUpdates = false) =>
 PlatformImpl.GetInstalledFontFamilyNames(checkForUpdates);