Re: [OpenJDK 2D-Dev] Thoughts about font implementation

2008-09-19 Thread Igor Nekrestyanov
- It probably does increase perceived footprint although results will probably vary by platform and we'd need to see if people will accept that. I did what I hope is a reasonably fair comparison of the two approaches, reading all font files on my XP system takes mem usage up to 160Mb

Re: [OpenJDK 2D-Dev] Thoughts about font implementation

2008-09-19 Thread Roman Kennke
Hi Phil, > - I think its probably peformance neutral - at least as can be >detected in the SE JDK. Yeah, that's what I found too. If anything, it becomes very little faster, but that can also be normal jitter during testing. > - It probably does increase perceived footprint although >res