Units of Padding -- Pixels?
Hello again,
There seems to be some kind of unit Kauderwelsch: Most of the time there is cm for width, height, left, etc. -- and then there is pixels for padding -- how does that get printed?
And when I set up a style with font-size 8 then the Text objects which use them have font-size 8.25 -- is this pt vs px?
There seems to be some kind of unit Kauderwelsch: Most of the time there is cm for width, height, left, etc. -- and then there is pixels for padding -- how does that get printed?
And when I set up a style with font-size 8 then the Text objects which use them have font-size 8.25 -- is this pt vs px?
Comments
When you use the Windows "Font Dialog" and select 8pt, you'll get 8.25pt - it's a .Net issue, you can see it anywhere in the VS2008 IDE. I can't fix that.