PDFTextStyle

public class PDFTextStyle

TODO: Documentation

  • Name of style

    Declaration

    Swift

    public var name: String
  • Font of object

    Declaration

    Swift

    public var font: UIFont?
  • Text color of object

    Declaration

    Swift

    public var color: UIColor?
  • Initalizer

    Declaration

    Swift

    public init(name: String, font: UIFont? = nil, color: UIColor? = nil)

    Parameters

    name

    Name of style

    font

    Font of text, defaults to nil

    color

    Color of text, defaults to nil