]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Wavefont: corrected description and metadata.pb
authorRosalie Wagner <mail@rosaliewagner.com>
Fri, 16 Jun 2023 09:59:45 +0000 (11:59 +0200)
committerRosalie Wagner <mail@rosaliewagner.com>
Fri, 16 Jun 2023 09:59:45 +0000 (11:59 +0200)
ofl/wavefont/DESCRIPTION.en_us.html
ofl/wavefont/METADATA.pb

index 44c20126352a7ac06cd11b2394ab0ee6185ae391..2e611de876e514efe0e35b7da64f44c7778b5864 100644 (file)
@@ -1 +1,13 @@
-N/A
\ No newline at end of file
+<p>Wavefont is a variable font with a Weight, Round, and Vertical Alignment axes for rendering data: waveforms, spectrums, diagrams, bars etc.</p>
+
+<p>Wavefont bars correspond to values from 0 to 100, assigned to different characters:
+    <ul>
+        </li>0-9 chars are for simplified manual input with step 10 (bar height = number).</li>
+        <li>a-z/A-Z for manual input with step 2, softened at edges a and Z (bar height = number of letter).</li>
+        <li>U+0100-017F for 0..127 values with step 1.</li>
+    </ul>
+</p>
+
+<p>letter-spacing CSS property with ch units is useful to adjust distance between bars, 1ch === 1 bar width.</p>
+
+<p>To contribute, see <a href="https://github.com/dy/wavefont">github.com/dy/wavefont</a></p>
index 254b581bdc8334fd65088b2cf9721874c0d667fa..79c656c6e3f0e92cb33d504e91c6ac8bc2fec17c 100644 (file)
@@ -30,7 +30,12 @@ axes {
   min_value: 1.0
   max_value: 400.0
 }
+registry_default_overrides {
+  key: "ROND"
+  value: 100
+}
 source {
   repository_url: "https://github.com/dy/wavefont"
   commit: "9eb7f500992b970bab0e695254f09e2a21801cf7"
 }
+minisite_url: "https://dy.github.io/wavefont/out"