PDFConstants

public enum PDFConstants

Constants used throught the framework

  • Default font size for objects

    In earlier versions the default UIFont.systemFontSize was used, but during implementation of macOS support, findings showed that it differs toNSFont.systemFontSize. Therefore the new default font size is declared here.

    Declaration

    Swift

    public static let defaultFontSize: CGFloat