What are some common pitfalls in FPDF documentation that may lead to confusion when trying to adjust line spacing in MultiCell?

One common pitfall in FPDF documentation is the lack of clear instructions on adjusting line spacing in MultiCell. To adjust line spacing in MultiCell, you need to set the cell height parameter in the MultiCell function. This parameter represents the height of each line in the MultiCell block.

// Set line spacing in MultiCell
$pdf->MultiCell(0, 10, 'This is a MultiCell with line spacing of 10', 0, 'L');