PowerPDF: added mixed roundrect (rounded and squared corners) support

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2183 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jesusr
2011-12-05 17:57:15 +00:00
parent 7e58ddcf57
commit 6d2a15426e
4 changed files with 114 additions and 12 deletions

View File

@ -78,6 +78,8 @@ type
Left, Top, Right, Bottom: Single;
end;
TPdfCorners = set of (pcTopLeft, pcBottomLeft, pcBottomRight, pcTopRight);
TPdfObjectType = (otDirectObject, otIndirectObject, otVirtualObject);
TPdfAlignment = (paLeftJustify, paRightJustify, paCenter);