# Functions
NewCode create a Code.
NewFont create a Font.
NewImage create an Image.
NewLine create a Line Helper.
NewMath create a Math.
NewSignature create a Signature.
NewTableList create a TableList.
NewText create a Text.
# Interfaces
Code is the abstraction which deals of how to add QrCodes or Barcode in a PDF.
Font is the abstraction which deals of how to set font configurations.
Image is the abstraction which deals of how to add images in a PDF.
Line is the abstraction which deals with lines.
MarotoGridPart is the abstraction to deal with the gris system inside the table list.
Math is the abstraction which deals with useful calc.
Signature is the abstraction which deals of how to add a signature space inside PDF.
TableList is the abstraction to create a table with header and contents.
Text is the abstraction which deals of how to add text inside PDF.