Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » UppHub » SvgDraw
Re: SvgDraw [message #14898 is a reply to message #14887] Wed, 19 March 2008 09:40 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14265
Registered: November 2005
Ultimate Member
I see Smile

bool SvgDraw::ExcludeClipOp(const Rect& r)

Removes the r from current painting clip - means anything you draw inside r will not be drawn.

bool SvgDraw::IntersectClipOp(const Rect& r)

Painting clip will be intersection of current and r.

Rect SvgDraw::GetClipOp() const

You should return minal bounding rect for current clip. Anyway, returning Rect(-INT_MAX, -INT_MAX, INT_MAX, INT_MAX) is OK as well.

The rest can wait. However, the real question: Does SVG embed fonts? IMO, it should, just like PDF. In PdfDraw, 95% of code is dealing with this Wink

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Another CImgCtrl (Zoom, drag, m. wheel, print, print embedded, etc )
Next Topic: Job opportunity for Ultimate++ developer
Goto Forum:
  


Current Time: Fri Jul 04 21:21:13 CEST 2025

Total time taken to generate the page: 0.04078 seconds