Re: Text blurred in application

2008-11-29 Thread Kyle Sluder
On Sat, Nov 29, 2008 at 5:12 PM, Adil Saleem <[EMAIL PROTECTED]> wrote: > My scenario is a little different than what you have described. I don't have > images on buttons. I have my custom window (which is a black colored image) > and on it are the static texts. These texts are displaying blurred

Re: Text blurred in application

2008-11-29 Thread Adil Saleem
te: > From: Richard Somers <[EMAIL PROTECTED]> > Subject: Re: Text blurred in application > To: cocoa-dev@lists.apple.com > Date: Saturday, November 29, 2008, 8:57 AM > I just discovered part of my problem. The pdf image was > being scaled down slightly even though there was

Re: Text blurred in application

2008-11-29 Thread Ricky Sharp
On Nov 29, 2008, at 10:57 AM, Richard Somers wrote: I just discovered part of my problem. The pdf image was being scaled down slightly even though there was plenty of room for it inside the NSButton. The default scaling is "Proportionally Down". Change this to "None" and the image now is a

Re: Text blurred in application

2008-11-29 Thread Richard Somers
I just discovered part of my problem. The pdf image was being scaled down slightly even though there was plenty of room for it inside the NSButton. The default scaling is "Proportionally Down". Change this to "None" and the image now is always sharp, at least for a User Interface Resolution

Re: Text blurred in application

2008-11-29 Thread Richard Somers
The pdf canvas size is 25 points x 25 points and displayed full size in the button. It contains only vector graphics. I thought pdf would be the best thing for the simple graphics but it is hard to get it pixel perfect. Many of the paths have pixel exact boundaries within the graphics appli

Re: Text blurred in application

2008-11-29 Thread Benjamin Dobson
Make sure the PDF is not larger than the button and that it does not contain bitmaps. On 28 Nov 2008, at 23:44:41, Richard Somers wrote: On Nov 28, 2008, at 3:06AM, Adil Saleem wrote: But the static text is not readable when application is launched. It is too blurred. I have been using

Re: Text blurred in application

2008-11-28 Thread Richard Somers
On Nov 28, 2008, at 3:06AM, Adil Saleem wrote: But the static text is not readable when application is launched. It is too blurred. I have been using pdf files for NSButton images. Sometimes the images will be blurred. I have not figured it out yet. Richard _

Re: Text blurred in application

2008-11-28 Thread Adil Saleem
I am running it on Leopard and Core animation is turned off. --- On Fri, 11/28/08, Benjamin Dobson <[EMAIL PROTECTED]> wrote: > From: Benjamin Dobson <[EMAIL PROTECTED]> > Subject: Re: Text blurred in application > To: cocoa-dev@lists.apple.com > Date: Friday, Novembe

Re: Text blurred in application

2008-11-28 Thread Benjamin Dobson
On 28 Nov 2008, at 10:06:28, Adil Saleem wrote: Hi, I am having a problem with the way my application displays text. In my application, i have some NSTextFields (static text) on a custom window of mine. But the static text is not readable when application is launched. It is too blurred. A

Text blurred in application

2008-11-28 Thread Adil Saleem
Hi, I am having a problem with the way my application displays text. In my application, i have some NSTextFields (static text) on a custom window of mine. But the static text is not readable when application is launched. It is too blurred. At first i thought it was because the text size is smal