forked from lakmeer/zbalermorna
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathunicode.html
16 lines (15 loc) · 889 Bytes
/
unicode.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: Zbalermorna Unicode Space
permalink: /unicode/
---
<div class="container">
<div class="row">
<div class="column">
{% capture md %}{% include_relative doc/unicode.md %}{% endcapture %}
{{ md | markdownify }}
<h2>Encoding</h2>
<p>To make it easier to develop fonts, the <a href="https://github.com/{{ site.repository }}/tree/master/tools/zbalermorna.ps"><code>tools/zbalermorna.ps</code></a> encoding can be loaded into FontForge to see all of the characters used in Zbalermrona texts. The optional Latin punctuation is listed first. The order/arrangement here only matters if you use a 16-character-wide display in FontForge. This is really only useful after the names/code points are created - a separate process is needed for that currently.</p>
<pre><code>{% include_relative tools/zbalermorna.ps %}</code></pre>
</div>
</div>
</div>