Constructing text with astericks

Kagamin spam at here.lot
Fri Jun 1 07:50:27 UTC 2018


I don't think bitmaps are a good idea, keep your font in text 
format with characters indexed by code unit:
immutable string[][] font=[
...
[ //'i'
"*",
"*",
"*",
"*",
"*"],
...
[ //'s'
"*****",
"*    ",
"*****",
"    *",
"*****"],
...
];


More information about the Digitalmars-d-learn mailing list