BooksTextStyle

public struct BooksTextStyle

Undocumented

  • Undocumented

    Declaration

    Swift

    public var color: UIColor
  • Undocumented

    Declaration

    Swift

    public var font: BooksFont
  • Undocumented

    Declaration

    Swift

    public init(
        color: UIColor,
        font: BooksFont
    )