Trying to understand and clear confusion in Github "mnum" update

That would be great.

According to this post:

All you have to do is replace this:

strcat(font, ";common");
current_preset_.font = mkstr(font);

with this:

current_preset_.font = format_pattern(FONT_PATTERN, font);

And then FONT_PATTERN should become available to all saber_fett263_buttons.f users.

This should be a great addition to the collection!