ultimatepp/uppsrc/RichText/RichText.upp
cxl 7710948f88 uppsrc: .icpp files replaced by INITIALIZE/INITIALIZER
git-svn-id: svn://ultimatepp.org/upp/trunk@10424 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-13 09:24:24 +00:00

40 lines
624 B
Text

description "Rich-text data structures and painting, including RTF and HTML export/import\3770,0,128";
uses
plugin\png,
Draw;
file
RichText.h options(BUILDER_OPTION) PCH,
Object.cpp,
RichImage.cpp,
Para.h,
ParaData.cpp,
ParaType.cpp,
ParaPaint.cpp,
Txt.h,
HeaderFooter.cpp,
TxtData.cpp,
TxtPaint.cpp,
TxtOp.cpp,
Format.cpp,
Table.h,
TableCell.cpp,
TableLayout.cpp,
TablePaint.cpp,
TableData.cpp,
Text.h,
TextPaint.cpp,
TextStyle.cpp,
TextData.cpp,
TextTable.cpp,
EncodeQtf.cpp,
ParseQtf.cpp,
EncodeHTML.cpp,
Util.cpp,
RichText.iml,
Info readonly separator,
srcdoc.tpp,
src.tpp,
Copying;