mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
cleaning up bezierDetail/curveDetail stuff a little.. prepping for
outline/shape stuff in opengl
This commit is contained in:
@@ -713,9 +713,9 @@ public class PGraphics2 extends PGraphics {
|
||||
boolean savedSmooth = smooth;
|
||||
if (textFont.smooth != savedSmooth) {
|
||||
g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING,
|
||||
textFont.smooth ?
|
||||
RenderingHints.VALUE_ANTIALIAS_ON :
|
||||
RenderingHints.VALUE_ANTIALIAS_OFF);
|
||||
textFont.smooth ?
|
||||
RenderingHints.VALUE_ANTIALIAS_ON :
|
||||
RenderingHints.VALUE_ANTIALIAS_OFF);
|
||||
}
|
||||
|
||||
g2.setColor(fillColorObject);
|
||||
|
||||
Reference in New Issue
Block a user