We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e92bf commit 15c05ebCopy full SHA for 15c05eb
webgl/lessons/webgl-text-glyphs.md
@@ -54,17 +54,17 @@ the last sample to do that.
54
+ "m", // 12,
55
+ "n", // 13,
56
+ "o", // 14,
57
- + "p", // 14,
58
- + "q", // 14,
59
- + "r", // 14,
60
- + "s", // 14,
61
- + "t", // 14,
62
- + "u", // 14,
63
- + "v", // 14,
64
- + "w", // 14,
65
- + "x", // 14,
66
- + "y", // 14,
67
- + "z", // 14,
+ + "p", // 15,
+ + "q", // 16,
+ + "r", // 17,
+ + "s", // 18,
+ + "t", // 19,
+ + "u", // 20,
+ + "v", // 21,
+ + "w", // 22,
+ + "x", // 23,
+ + "y", // 24,
+ + "z", // 25,
68
].map(function(name) {
69
* var textCanvas = makeTextCanvas(name, 10, 26);
70
0 commit comments