Quote:
Originally Posted by NiLuJe
@PoP: That's insane, I love it! ;p.
The other, non-scalable approach is a glyph per PNG w/ transparency.
Or going the extra mile and encoding that as a proper font in the Hex format, which we can then convert & bundle in fbink  .
...
Sidebar
...
|
I think it is fun to keep the scaling. Building in a 32x32 pixels font would be ideal, a worthy extra mile for special effects. Would you need some manpower?
Sidebar:
Yes I know, it is the assignment to a variable that gives me an
unterminated quoted string shell error.
I will gladly use your new
./fbink -qe one liner and stop fighting puzzling shell substitutions.
Code:
[root@kindle us]# fbink '' 2>&1 | grep Line | sed 's/.*Line length: \(.*\) cols.
*/\1/'
44
[root@kindle us]# MC="$(fbink '' 2>&1 | grep Line | sed 's/.*Line length: \(.*\)
cols.*/\1/'"
>