DO NOT REPLY [Bug 49263] [PATCH] NativeTextHandler ignores AWT Font AffineTransform

2012-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49263

Glenn Adams gad...@apache.org changed:

   What|Removed |Added

   Priority|P3  |P2

--- Comment #4 from Glenn Adams gad...@apache.org 2012-04-11 03:21:47 UTC ---
increase priority for bugs with a patch

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49263] [PATCH] NativeTextHandler ignores AWT Font AffineTransform

2012-04-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49263

--- Comment #3 from Glenn Adams gl...@skynav.com 2012-04-07 01:42:56 UTC ---
resetting P2 open bugs to P3 pending further review

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49263] [PATCH] NativeTextHandler ignores AWT Font AffineTransform

2010-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49263

Julien Aym julien.a...@gmail.com changed:

   What|Removed |Added

 OS/Version|Windows XP  |All

--- Comment #1 from Julien Aym julien.a...@gmail.com 2010-05-07 04:06:10 EDT 
---
I also noticed that the NativeTextHandler always writes the graphics current
AffineTransform (which often is the identity matrix).

It would be nice if the NativeTextHandler checks if it really has to write the
graphics current AffineTransform (as in the different draw method of
PSGraphics):
boolean newTransform = gen.getCurrentState().checkTransform(trans)
 !trans.isIdentity();
if (newTransform) {
gen.concatMatrix(trans);
}

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


DO NOT REPLY [Bug 49263] [PATCH] NativeTextHandler ignores AWT Font AffineTransform

2010-05-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49263

Julien Aym julien.a...@gmail.com changed:

   What|Removed |Added

  Attachment #25413|0   |1
is obsolete||

--- Comment #2 from Julien Aym julien.a...@gmail.com 2010-05-07 04:08:25 EDT 
---
Created an attachment (id=25414)
 -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25414)
Enhanced patch with the check for the graphics transform.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.