In Ubuntu Font Family 0.80, the unmapped single-line ANSI box-drawing characters alternate characters (*.001) were renamed and mapped in:
if name[-4:] == '.001' and name[0:-4] not in post.glyphOrder: post.glyphOrder[x] = name[0:-4]
msMap[agl.AGL2UV[name]] = name
uniMap[agl.AGL2UV[name]] = name
Ideally this change could be made in the .vfb files to continuity in future releases. The code that was used is:
In Ubuntu Font Family 0.80, the unmapped single-line ANSI box-drawing characters alternate characters (*.001) were renamed and mapped in:
if name[-4:] == '.001' and name[0:-4] not in post.glyphOrder: post.glyphOrder[x] = name[0:-4] agl.AGL2UV[ name]] = name agl.AGL2UV[ name]] = name
msMap[
uniMap[
Ideally this change could be made in the .vfb files to continuity in future releases. The code that was used is:
patch- monospaced- mono.py: :map_line_ drawing_ alternates( f) bazaar. launchpad. net/~sladen/ ubuntu- font-family/ midstream/ revision/ 35
http://