font: working on rendering glyphs in canvas

This commit is contained in:
Mitchell Hashimoto
2022-12-05 10:54:40 -08:00
parent d3b46eeeaf
commit 19e326dab6
5 changed files with 209 additions and 37 deletions

View File

@@ -6,6 +6,8 @@
<script type="module" src="app.ts"></script>
</head>
<body>
Open your console, we are just debugging here.
<p>Open your console, we are just debugging here.</p>
<p>The font rendering canvas should show below. This shows a single glyph.</p>
<div id="face-canvas" style="display: inline-block; border: 1px solid red;"></div>
</body>
</html>