antialiasing
Font Anti-Aliasing on iPad SDK
I\'m using a custom pixel font on the iPad SDK,开发者_如何学Python and I\'m trying to find a way to disable font anti-aliasing for UIFont. Pixel fonts usually work best when they don\'t have Anti-alia[详细]
2022-12-28 01:59 分类:问答Is there a decent vector / spline library for php?
Does anyone know of the best way to render clean vectors into a php image and then serve it as a jpeg/png?[详细]
2022-12-27 18:33 分类:问答rendering an antialiased spiral
I have looked at this example using php and GD to piecewise-render a spiral with small arcs. What I would like to do is render an approximation to a spiral that is as mathematically accurate as possib[详细]
2022-12-26 00:18 分类:问答Enabling Direct3D-specific features (transparency AA)
I am trying to enable transparency antialiasin开发者_如何学编程g in my Ogre-Direct3D application, but it just won\'t work.[详细]
2022-12-25 04:54 分类:问答Disabling Anti-Aliasing for fonts
I\'m writing a retro type开发者_运维技巧 game for the iPhone, and need to render a pixel style font to the screen. However, it looks nice and sharp when I run it in the simulator, but not when I run i[详细]
2022-12-22 09:32 分类:问答how to make JTextPane paint anti-aliased font?
in the a swing app i\'m rendering text with a custom JComponent, using Graphics.drawString(). here is a sample:[详细]
2022-12-20 17:33 分类:问答How to get polygon antialiasing to work?
I\'m using these function calls: glEnable(GL_BLEND) glEnable(GL_POLYGON_SMOOTH) glBlendFunc(GL_SRC_ALPHA开发者_如何转开发_SATURATE, GL_ONE)[详细]
2022-12-16 06:55 分类:问答Java Font Rendering: Must general AA really be turned off for subpixel AA?
I have been attempting to enhance my GUI system written in Java to use subpixel antialiasing and have been successful, except for one remaining anomaly. This is a follow on to my other question from y[详细]
2022-12-15 15:15 分类:问答AntiAlias failed when draw string with certain angle in GDI+
I am using the following code to draw Strings. In GDI+ Graphics tempFontGr(XXX); Matrix* myPathMatrix = NULL;[详细]
2022-12-14 23:21 分类:问答How can I inherit the system's anti-alias setting for painting text to off-screen images like swing does?
When I run my swing GUI applications under Java 6, they automatically use my configured sub-pixel anti-alias settings for all fonts.The result is much improved over standard AA options.[详细]
2022-12-14 15:23 分类:问答