Here the text has a correct size, but only the first
character of each text is rendered correctly.
I cant find the rest of the text in most cases,
in instance I see the second character rendered at
a position that is on the same line as the first
character, but a *large* distance to the *left*
of the first character.
I did print in landscape, if that matters.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems like the strange rendering depends on font in
use, I have added a project files with some examples
that shows that monospaced fonts are broken, while
others are not.
The test file is in CVS:
src/net/sourceforge/circuitsmith/test files/text-test.cp
Printing ok: bitstream vera sans, lucida sans, bitstream
charter, lucida bright.
Printing wrong: courier, dialog.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I wonder if this has something to do with the graphics
context having fractional metrics set to false. I'll maybe
make it print to the console if it ever encounters one like
this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=349101
It seems that the text is just very small on the printout. I've been
investigating the scasling but I haven't yet figured out why it's so
small.
Logged In: YES
user_id=349101
I noticed today that it works in Windows. Wierd.
Logged In: YES
user_id=862119
Here the text has a correct size, but only the first
character of each text is rendered correctly.
I cant find the rest of the text in most cases,
in instance I see the second character rendered at
a position that is on the same line as the first
character, but a *large* distance to the *left*
of the first character.
I did print in landscape, if that matters.
Logged In: YES
user_id=862119
It seems like the strange rendering depends on font in
use, I have added a project files with some examples
that shows that monospaced fonts are broken, while
others are not.
The test file is in CVS:
src/net/sourceforge/circuitsmith/test files/text-test.cp
Printing ok: bitstream vera sans, lucida sans, bitstream
charter, lucida bright.
Printing wrong: courier, dialog.
Logged In: YES
user_id=349101
I wonder if this has something to do with the graphics
context having fractional metrics set to false. I'll maybe
make it print to the console if it ever encounters one like
this.