mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
PdfDraw, RichText: PdfDraw and RichText->PDF export now support urls #1183
git-svn-id: svn://ultimatepp.org/upp/trunk@8915 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
afc330c54f
commit
bdbbeca30e
8 changed files with 99 additions and 19 deletions
|
|
@ -113,6 +113,8 @@ void Draw::EndNative() {}
|
|||
|
||||
int Draw::GetCloffLevel() const { return 0; }
|
||||
|
||||
void Draw::Escape(const String& data) {}
|
||||
|
||||
// -------------------------------
|
||||
|
||||
void Draw::SysDrawImageOp(int x, int y, const Image& img, Color color)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue