Update font-related comments in FontHelper.cs

Updated comments in the FontHelper class to accurately refer to 'font families' rather than 'fonts'. The terminology was incorrect, leading to potential confusion; a 'font family' better and correctly describes the collections being returned by the functions.
This commit is contained in:
Ivandro Jao 2023-08-07 20:19:42 +01:00
parent 47dababcb1
commit 494b33f208

View File

@ -20,7 +20,7 @@ namespace Nikse.SubtitleEdit.Logic
}
/// <summary>
/// Gets fonts which support both Bold and Regular styles.
/// Gets font families which support both Bold and Regular styles.
/// </summary>
/// <returns>
/// Collection of <see cref="FontFamily"/> which support both Bold and Regular styles.
@ -31,7 +31,7 @@ namespace Nikse.SubtitleEdit.Logic
}
/// <summary>
/// Gets fonts which support either Bold or Regular style.
/// Gets font families which support either Bold or Regular style.
/// </summary>
/// <returns>
/// Collection of <see cref="FontFamily"/> which support either Bold or Regular style.