LyricsSection
class LyricsSection: PDFElement
A PDF lyrics section element
-
The section with lyrics
-
All the chords from the song
Declaration
Swift
let chords: [ChordDefinition]
-
Init the lyrics section element
Declaration
Swift
init(_ section: Song.Section, chords: [ChordDefinition])
Parameters
section
The section with lyrics
chords
All the chords from the song
-
Draw the lyrics section element
Declaration
Swift
func draw(rect: inout CGRect, calculationOnly: Bool, pageRect: CGRect)
Parameters
rect
The available rectangle
calculationOnly
Bool if only the Bounding Rect should be calculated
pageRect
The page size of the PDF document
-
A PDF line element for a
See moreLyricsSection
Declaration
Swift
class Line: PDFElement