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 13d217e commit 1a34c2dCopy full SHA for 1a34c2d
Sources/SwiftRichString/Attributes/FontData.swift
@@ -21,7 +21,7 @@ internal let WATCHOS_SYSTEMFONT_SIZE: CGFloat = 12.0
21
/// User don't interact with this object directly but via `Style`'s properties.
22
/// Using the `attributes` property this object return a valid instance of the attributes to describe
23
/// required behaviour.
24
-public class FontData {
+public struct FontData {
25
26
private static var DefaultFont = Font.systemFont(ofSize: 12.0)
27
0 commit comments