-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wavefont: corrected description and metadata.pb
- Loading branch information
1 parent
c5c35e2
commit 238d2e2
Showing
2 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
N/A | ||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters