mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
RichText: RichTextLayoutTracer added npy parameter to TableCell
git-svn-id: svn://ultimatepp.org/upp/trunk@1655 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
91f7073523
commit
7f7c10aaac
4 changed files with 5 additions and 4 deletions
|
|
@ -105,7 +105,7 @@ struct RichTextLayoutTracer {
|
|||
virtual void EndTable(PageY y);
|
||||
virtual void TableRow(const Rect& page, PageY y, int i, const RichTable& table);
|
||||
virtual void EndTableRow(PageY y);
|
||||
virtual void TableCell(const Rect& page, PageY y, int i, int j, const RichTable& table);
|
||||
virtual void TableCell(const Rect& page, PageY y, int i, int j, const RichTable& table, PageY ny);
|
||||
virtual void EndTableCell(PageY y);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue