Skip to content

Commit e9fced6

Browse files
committed
Font: correct some regional markers (NFC)
1 parent fa573ca commit e9fced6

File tree

1 file changed

+2
-2
lines changed
  • Sources/SwiftWin32/Text Display and Fonts

1 file changed

+2
-2
lines changed

Sources/SwiftWin32/Text Display and Fonts/Font.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ private func LogicalToPoint(_ logical: Int32) -> Double {
177177
public class Font {
178178
internal var hFont: FontHandle
179179

180-
/// Creating Fonts
180+
// MARK - Creating Fonts
181181

182182
/// Returns an instance of the system font for the specified text style with
183183
/// scaling for the user's selected content size category.
@@ -236,7 +236,7 @@ public class Font {
236236
return Font(owning: CreateFontIndirectW(&lfFont))
237237
}
238238

239-
/// Creating System Fonts
239+
// MARK - Creating System Fonts
240240

241241
/// Returns the font object for standard interface items in the specified
242242
/// size.

0 commit comments

Comments
 (0)