[JAVA2D] AttributedString and Outline

2006-11-10 Thread Michele Puccini
Hello, I'm using TextLayouts made by AttributedStrings and I need to outline (Stroke) the characters. Sadly I didn't find any Outline TextAttribute, so I would like to know how to implement it. More generally it would be nice to implement virtually any kind of TextAttribute i.e. Emboss, Shadow,

Re: [JAVA2D] AttributedString and Outline

2006-11-10 Thread Jan Bösenberg (INCORS GmbH)
Hi Michele, can't you simply use getOutline(AffineTransform transform) in TextLayout? Cheers Jan Michele Puccini schrieb: Hello, I'm using TextLayouts made by AttributedStrings and I need to outline (Stroke) the characters. Sadly I didn't find any Outline TextAttribute, so I would like to

[JAVA2D] Gray Rect fix of Java2 SE 6

2006-11-10 Thread Michele Puccini
I'm facing some graphics performance issues by running my apps on Java2SE 6, never experienced on Java2SE 5. Is possible to temporarily disable the Gray Rect fix (I have some suspects) ? Mik -- === To unsubscribe, send

Re: [JAVA2D] AttributedString and Outline

2006-11-10 Thread Phil Race
Vincent Hardy's book Java 2D API Graphics comes with a GLF toolkit which supports many effects. There are examples of embossed text and other effects. I believe the toolkit is available for download. Use your favourite search engine. You can also take a look at the java 2D demo. This does use

Re: [JAVA2D] AttributedString and Outline

2006-11-10 Thread Nidel, Mike
FYI: I remember hearing that this book is out of print. I guess I was lucky enough to get a copy. You can probably find a copy on a used book website (or at the library!) but I've heard of people having trouble finding it. -Original Message- From: Discussion list for Java 2D API