GridSection
class GridSection: PDFElement
A PDF grid section element
-
The section with grids
-
All the chords from the song
Declaration
Swift
let chords: [ChordDefinition] -
Init the grid section element
Declaration
Swift
init(_ section: Song.Section, chords: [ChordDefinition])Parameters
sectionThe section with grids
chordsAll the chords from the song
-
Draw the grid section element
Declaration
Swift
func draw(rect: inout CGRect, calculationOnly: Bool, pageRect: CGRect)Parameters
rectThe available rectangle
calculationOnlyBool if only the Bounding Rect should be calculated
pageRectThe page size of the PDF document
View on GitHub