View Single Post
Old 08-12-2018, 06:52 AM   #24
PoP
 curly᷂͓̫̙᷊̥̮̾ͯͤͭͬͦͨ ʎʌɹnɔ
PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.PoP ought to be getting tired of karma fortunes by now.
 
PoP's Avatar
 
Posts: 3,018
Karma: 50506927
Join Date: Dec 2010
Location: ♁ ᴺ₄₅°₃₀' ᵂ₇₃°₃₇' ±₆₀"
Device: K3₃.₄.₃ PW3&4₅.₁₃.₃
Quote:
Originally Posted by NiLuJe View Post
@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/'"
>
PoP is offline   Reply With Quote