mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 19:22:53 +01:00
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:
parent
47dababcb1
commit
494b33f208
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user