Tagged Questions

0
votes
1answer
11 views

XNA Antialias question!

Hi! I've got problems with XNA and antialiasing. I can activate it using graphics.PreferMultiSampling = true; graphics.ApplyChanges(); however - it's only 2x an …
0
votes
1answer
20 views

Draw emf antialiased

Is there a way to draw an emf metafile (exported form a drawing tool) with antialiasing enabled? The tools I tried are not capable of exporting emf files antaliased so I wonderd if …
0
votes
4answers
638 views

iPhone OS 3.0 + OpenGL ES 2.0. Is anyone seeing better anti-aliasing?

I have been unable to find a way to anti-alias my rendering on iPhone OS 3.0 + OpenGL ES 2.0. I had assumed there would be multisampling but that appears to not be the case. I've b …
3
votes
1answer
36 views

OpenGL AntiAliasing and Background Quad

I'm drawing a background behind my 3D scene which works as expected (code below). I'm also anti-aliasing the scene using the accumulation buffer (chapter 10 of the red book). ... …
3
votes
2answers
65 views

Add shadow (recessed text effect) to Cocoa label without degrading text rendering quality

I'd like to create statusbar with text effect like in Safari or iTunes, i.e. recessed text. However, if I simply add shadow in Interface Builder using Core Animation panel, OS …
2
votes
3answers
121 views

Problem embedding font and displaying it correctly in Flash

Hi guys, I'm looking for the right textfield parameters or work-around for my latest problem here dealing with Flash fonts & text fields. I have a textFormat and textField gen …
0
votes
1answer
13 views

flash antialiased systemfonts

Hi! is there any way in flash to get text antialiased, which is rendered with a systemfont (without embedding any fonts into the swf)? if so - how to do it? thanks
0
votes
2answers
38 views

Disabling antialiasing on a WPF image

Hi Guys, I'm writing a small Login dialog, and have embedded a banner at the top of the dialog for aesthetic reasons. All went well, except that by default, WPF anti aliases the e …
2
votes
1answer
71 views

Why do my Windows Forms strings look so ugly when anti-aliased?

I'm rendering some strings manually on top of a GraphicsBox, because you can't have a Label with a treansparent backdrop. No matter which rendering mode I try though, I can't get …
3
votes
1answer
169 views

Why does my Quartz arcs display thicker than the straight lines?

Hi! I'm trying to create a custom UIButton that should look like a UIButtonTypeRoundedRect. In my drawRect:, I'm creating a path with first one call to CGContextMoveToPoint() and …
1
vote
2answers
74 views

Weird anti-aliasing in custom view

I have a custom UIView which is drawn using its -[drawRect:] method. The problem is that the anti-aliasing acts very weird as black lines horizontal or vertical lines are drawn ve …
0
votes
0answers
51 views

Why can’t I display slashes when using anti-alias dynamic text fields in Flash CS4.

I know what you're thinking - "Dumbass hasn't embedded his fonts" - right? Well wrong, I've told it to embedded Numerals, Punctuation and into Include these characters I have type …
0
votes
1answer
58 views

EMF with forced antialiasing

Hello, Our program needs to generate vector graphics, and we chose EMF for that. However, it seems that other programs render these images non-antialiased. I found that SVG format …
1
vote
1answer
77 views

How to change the background of an image with transparent pixels?

The exact background color is known. Imagine an anti-aliased font on a green background. Now we want to change the background color of the image to red. So.. How do I extract the …
2
votes
3answers
138 views

How to use ClearType with double buffering on Compact Framework?

When I draw a string into a buffer, the resulting output is not anti-aliased the way I'd expect. This code illustrates the problem... just put this in a standard smart device proje …

1 2 next
15 30 50 per page