sc: filter: rtf: add method "WriteFontTable"
commit2d5732b254134da7942687ea3b1bb04859cc9c34
authorHenry Castro <hcastro@collabora.com>
Tue, 25 Jul 2023 19:36:52 +0000 (25 15:36 -0400)
committerHenry Castro <hcastro@collabora.com>
Wed, 2 Aug 2023 14:07:29 +0000 (2 16:07 +0200)
tree9e990640b156f5341bed3796a091c101a97dbe12
parent81d59f2c125dff57fdfa17b119d6007f25ef500a
sc: filter: rtf: add method "WriteFontTable"

Write the font table while visiting column/row and
get the unique index to reference it.

"The \fonttbl control word introduces the font table group.
Unique \fN control words define each font available in the document,
and are used to reference that font throughout the document."

Signed-off-by: Henry Castro <hcastro@collabora.com>
Change-Id: I20c5d1128972f5ec9b9b2e246f466bdb173ef8a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154906
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155261
sc/source/filter/inc/rtfexp.hxx
sc/source/filter/rtf/rtfexp.cxx