diff options
Diffstat (limited to 'example')
| -rw-r--r-- | example/app.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/app.ts b/example/app.ts index 696d1d17a..4026bbc04 100644 --- a/example/app.ts +++ b/example/app.ts @@ -55,6 +55,7 @@ fetch(url.href).then(response => for (let i = 33; i <= 126; i++) { face_render_glyph(face, atlas, i); } + //face_render_glyph(face, atlas, "橋".codePointAt(0)); //face_render_glyph(face, atlas, "p".codePointAt(0)); // Debug our canvas |
