1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2025-04-21 12:27:27 +03:00

Measurement text size looked (almost) right on the screen but the size was all

wrong when printing.

- postscript.c: "realsize" incorrectly assumed that device space used units of
  1/72 inch
- postscript.c: decreased measurement text size from 10 pt to 8.5 pt



git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5560 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner
2009-08-27 23:44:40 +00:00
parent 94223a8c54
commit 5b9918ced0
2 changed files with 6 additions and 2 deletions

3
TODO
View File

@@ -78,3 +78,6 @@ Future directions:
- advanced: silk line width
- future: consider editing non-canvas items (e.g., variable names/values) in
place
- add a means to cut&paste and copy&paste objects, and perhaps also variables
(to move objects, we need to make sure all references are included. besides
that, copy&paste should be a slight variation of delete/undelete)