BooksFont

public struct BooksFont : Sendable

Undocumented

  • Undocumented

    See more

    Declaration

    Swift

    public struct FixedFaceAccessor : Sendable
  • Undocumented

    See more

    Declaration

    Swift

    public enum Style : Sendable
  • Undocumented

    Declaration

    Swift

    public var style: Style
  • Undocumented

    Declaration

    Swift

    public var size: CGFloat
  • Undocumented

    Declaration

    Swift

    public init(
        style: Style,
        size: CGFloat
    )