We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa573ca commit e9fced6Copy full SHA for e9fced6
Sources/SwiftWin32/Text Display and Fonts/Font.swift
@@ -177,7 +177,7 @@ private func LogicalToPoint(_ logical: Int32) -> Double {
177
public class Font {
178
internal var hFont: FontHandle
179
180
- /// Creating Fonts
+ // MARK - Creating Fonts
181
182
/// Returns an instance of the system font for the specified text style with
183
/// scaling for the user's selected content size category.
@@ -236,7 +236,7 @@ public class Font {
236
return Font(owning: CreateFontIndirectW(&lfFont))
237
}
238
239
- /// Creating System Fonts
+ // MARK - Creating System Fonts
240
241
/// Returns the font object for standard interface items in the specified
242
/// size.
0 commit comments