Skip to content

Commit 056379d

Browse files
committed
commented old textX functions in p5.Renderer2D.js
1 parent 14f2634 commit 056379d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/core/p5.Renderer2D.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1030,12 +1030,12 @@ class Renderer2D extends Renderer {
10301030
}
10311031

10321032
//////////////////////////////////////////////
1033-
// TYPOGRAPHY
1033+
// TYPOGRAPHY (see src/type/textCore.js)
10341034
//
10351035
//////////////////////////////////////////////
10361036

10371037

1038-
1038+
/*
10391039
_renderText(p, line, x, y, maxY, minY) {
10401040
if (y < minY || y >= maxY) {
10411041
return; // don't render lines beyond our minY/maxY bounds (see #5785)
@@ -1100,7 +1100,7 @@ class Renderer2D extends Renderer {
11001100
return p;
11011101
}
11021102
1103-
/*_applyTextProperties() {
1103+
_applyTextProperties() {
11041104
let font;
11051105
const p = this._pInst;
11061106

0 commit comments

Comments
 (0)