So I'm going to have to define a proper character encoding. I don't mind; I've actually wanted to create an encoding before, just for fun.
I so did a count of the letters in the guide, and came up with 127. It's a perfect amount except… That is
just the letters. Once the ten digits and punctuation are accounted for, we're looking at somewhere between 138 and 146 characters, depending on how much punctuation is encoded as being unique to Inkling.
I'm planning on doing two things:
The first task is to create an 8-bit super-set of the American Standard Code for Information Interchange (ASCII). This would only be for embedded and obsolete systems, but it's good to have around just in case anyone wants to do something that needs it. Unfortunately, it wouldn't include unique designations for the numerals or punctuation, but it's still worth doing as it's barely any more work beyond the next task…
The second task is defining code points for Inkling in the Private Use Area (PUA) of Unicode, specifically the PUA in the Basic Multilingual Plane. This would make Inkling support in software simple, as Inkling would then usable in every program that already exists with Unicode support, as long a font providing the proper glyphs can be specifically used. Then the only difficulty should be inputting text in Inkling.
Additionally, I'm planning on creating the PUA assignments such that, when this is complete, the Inkling script can be included in the
Under-ConScript Unicode Registry. It would be nice to also do this for the Octoling language project as well.
Perhaps a new way of generating Inkling characters would help me unify the PDF and make it look a bit more professional.
Have you considered using desktop publishing software instead of a word processor? They're a bit different than word processors are, but they're much nicer to use for anything that isn't just a bunch of boring paragraphs. (At the least, that's in my opinion.)
The most notable desktop publishing programs would be Adobe's InDesign, and
Scribus, the latter of which is free, in both meanings of the word (No monetary cost
and unconstrained in actions).