[DejaVu-bugs] [Bug 51117] Request for 5 characters for Penobscot alphabet

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jun 15 13:46:40 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=51117

--- Comment #1 from James Cloos <cloos at jhcloos.com> 2012-06-15 13:46:40 PDT ---
> 1. kw (the w is a superscript)
> 2. hw (w is superscript)

Those two are not a single character in the UCS; the ʷ is:

  U+02B7 MODIFIER LETTER SMALL W

and it looks like all of the DejaVu faces support that character.

> 3. ss (2 s's placed close together)
> 4. kk (2 k's placed close together)

You can simulate those two with kerning.  It’ll take a little more code,
but will be usable with essentially any font.

> 5. čč (2 č's close together)

Again, use kerning.  The individual chars are:

  U+010D LATIN SMALL LETTER C WITH CARON
  U+010C LATIN CAPITAL LETTER C WITH CARON

Looking at the font you attached, you may not require any kerning
after all; just set ss as ss, kk as kk and čč as čč.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the DejaVu-bugs mailing list