2011-09-29 14:36:54 |
Paul Sladen |
bug |
|
|
added bug |
2011-09-29 14:37:18 |
Paul Sladen |
ubuntu-font-family: importance |
Undecided |
Medium |
|
2011-09-29 14:37:18 |
Paul Sladen |
ubuntu-font-family: status |
New |
Triaged |
|
2011-09-29 14:37:18 |
Paul Sladen |
ubuntu-font-family: milestone |
|
0.81 |
|
2011-09-29 14:37:18 |
Paul Sladen |
ubuntu-font-family: assignee |
|
Shiraaz Gabru (shiraaz) |
|
2011-09-29 15:54:13 |
Paul Sladen |
summary |
Remap single-line box-drawing characters |
Mono: Remap single-line box-drawing characters |
|
2011-09-29 15:56:18 |
Paul Sladen |
description |
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:
patch-monospaced-mono.py::map_line_drawing_alternates(f)
http://bazaar.launchpad.net/~sladen/ubuntu-font-family/midstream/revision/35 |
In Ubuntu Font Family 0.80, the unmapped single-line ANSI box-drawing 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:
patch-monospaced-mono.py::map_line_drawing_alternates(f)
http://bazaar.launchpad.net/~sladen/ubuntu-font-family/midstream/revision/35 |
|
2011-09-29 15:56:42 |
Paul Sladen |
description |
In Ubuntu Font Family 0.80, the unmapped single-line ANSI box-drawing 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:
patch-monospaced-mono.py::map_line_drawing_alternates(f)
http://bazaar.launchpad.net/~sladen/ubuntu-font-family/midstream/revision/35 |
In Ubuntu Font Family 0.80, the unmapped single-line ANSI box-drawing 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 provide continuity in future releases. The code that was used is:
patch-monospaced-mono.py::map_line_drawing_alternates(f)
http://bazaar.launchpad.net/~sladen/ubuntu-font-family/midstream/revision/35 |
|
2011-11-27 16:11:11 |
Shiraaz Gabru |
ubuntu-font-family: milestone |
0.81 |
0.9x-engineering |
|