We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edb4f12 commit 1e3c2d3Copy full SHA for 1e3c2d3
sample/textRenderingMsdf/meta.ts
@@ -5,7 +5,8 @@ fonts are more complex to implement than using Canvas 2D to generate text, but t
5
text looks smoother while using less memory than the Canvas 2D approach, especially at high
6
zoom levels. They can be used to render larger amounts of text efficiently.
7
8
-The font texture is generated using [Don McCurdy's MSDF font generation tool](https://msdf-bmfont.donmccurdy.com/)`,
+The font texture is generated using [Don McCurdy's MSDF font generation tool](https://msdf-bmfont.donmccurdy.com/),
9
+which is built on [Viktor Chlumský's msdfgen library](https://github.com/Chlumsky/msdfgen).`,
10
filename: __DIRNAME__,
11
sources: [
12
{ path: 'main.ts' },
0 commit comments