BooksFontAccessor

public struct BooksFontAccessor : Sendable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var font: @Sendable (BooksFont) -> UIFont
  • Undocumented

    Declaration

    Swift

    public init(font: @escaping @Sendable (BooksFont) -> UIFont = defaultFontImplementation)
  • Undocumented

    Declaration

    Swift

    @Sendable
    public static func defaultFontImplementation(_ font: BooksFont) -> UIFont