Closed GoogleCodeExporter closed 9 years ago
Terminus font doesn't contain the glyphs for h/v line.
Original comment by zgchan...@gmail.com
on 7 Oct 2010 at 5:01
Um, by typing
setfont ter-m16n
showconsolefont
there are clearly glyphs for horizontal/vertical lines in there.
Original comment by zhaga...@gmail.com
on 7 Oct 2010 at 5:49
Do you use the same console Terminus psf font in fbterm? Terminus ttf font
doesn't contain h/v line glyphs.
fbterm depends on freetype2 lib for font selection and text rendering.
I won't treat psf font as a special case and add specific codes in fbterm.
Original comment by zgchan...@gmail.com
on 7 Oct 2010 at 6:24
That is very interesting, because as far as I can see the Terminus font package
in Arch installs only pcf fonts, not ttf ones. See
http://www.archlinux.org/packages/community/i686/terminus-font/
and click "View the file list for terminus-font" at bottom.
Anyways this may a freetype2 issue as you suggested, since it does load all the
character glyphs correctly but not the glyphs for lines.
Original comment by zhaga...@gmail.com
on 7 Oct 2010 at 6:34
I tested the terminus pcf font on ubuntun, it contains h/v line glyphs.
but the map from glyph index to unicode value is NOT correct.
freetype2 recognizes h/v line glyphs of terminus pcf font as unicode
0x0012/0x0019,
the correct values should be 0x2500/0x2502.
Original comment by zgchan...@gmail.com
on 7 Oct 2010 at 1:36
Original issue reported on code.google.com by
zhaga...@gmail.com
on 7 Oct 2010 at 1:39