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:
cxl 2015-09-11 12:46:39 +00:00
parent afc330c54f
commit bdbbeca30e
8 changed files with 99 additions and 19 deletions

View file

@ -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)