Hello,
I'm working on creating a numbered list and it's not quite getting written correctly. The text indents, but there is no number before each item.
$list = new PHPRtfLite_List_Numbering($rtf, PHPRtfLite_List_Numbering::TYPE_ARABIC_NUM, $font);
$list->addItem(t('Item 1'));
$list->addItem(t('Item 2'));
$section->addList($list);
The output renders:

Is there something additional that I'm missing?
Hello,
I'm working on creating a numbered list and it's not quite getting written correctly. The text indents, but there is no number before each item.
The output renders:
Is there something additional that I'm missing?