0
votes
2answers
39 views
Is it possible to disable anti-aliasing in CSS when using @font-face with pixel fonts?
I want to use a pixel font on the web. I'm including it using @font-face however all the browsers are applying anti-aliasing to the font. I can't seem to find a CSS rule to disable …
1
vote
2answers
116 views
iPhone Animation: how to anti-alias?
Hi all,
I was looking at some animations in my iPhone app and felt like it was kind of ugly. And then I undertsood it: it just doesn't animate through subpixel states.
So, in ca …
0
votes
1answer
192 views
How to avoid Alias when rotate the image in gdi+?
I have a problem on roating an Image on a canvas in gdi+, I am using the following code, however I find there are alias on the edge.
myPathMatrix.Rotate(GetDCAngle(), MatrixOrder …
0
votes
1answer
334 views
HTML Canvas: draw image without anti-aliasing
I want to do pixel-true rendering of some images on my Canvas. Right now, I obtain the images through Javascript, so my images are HTMLImageElement instances. I can draw these on t …
1
vote
1answer
94 views
Specify antialias property in the command line
I remember, not too long ago, somebody post a link on how to specify the global rendering hints to use anti-alias in java.
Unfortunately I can't find the question.
How can I spec …
1
vote
3answers
752 views
CALayer and CGGradientRef anti-aliasing?
Hello all. I'm having an odd issue with CALayer drawing for the iPhone. I have a root layer which adds a bunch of sublayers representing "bubbles". The end result is supposed to …
2
votes
2answers
591 views
Anti-aliasing artifacts in WPF
I have a bizarre rendering issue when I'm trying to use anti-aliased graphics in WPF.
Here's a simplified version.
If I use the following XAML
<Window x:Class="RenderingBug.W …
4
votes
3answers
237 views
Anti-aliasing: Preferred ways of determing maximum frequency?
I've been reading up a bit on anti-aliasing and it seems to make sense, but there is one thing I'm not too sure of. How exactly do you find the maximum frequency of a signal (in th …
2
votes
2answers
570 views
Anti-aliasing not working when resizing a UIWebView
I'd like to add a Web View to my app at 60% scale (like seen in Safari in the browse other windows view):
Notice how the content looks nice and Aliased!
If I try and add the sa …
1
vote
2answers
170 views
How to: Font smoothing test
The real question is this:
I am trying to figure out the effect of font smoothing in my web page. On my LCD panel the text looks the same with font smoothing on/off.
Are there a …
0
votes
2answers
479 views
How can I turn off anti-aliasing for one specific JLabel?
How can I turn off anti-aliasing for one specific JLabel? It uses a very small font which might look better without anti-aliasing.
If important, I'm using Java 1.5 on Mac OS X.
