merge_fonts (3) Linux Manual Page
NAME merge_fonts – Merges two fonts into one font. Allegro game programming library. SYNOPSIS #include <allegro.h> FONT *merge_fonts(FONT *f1, FONT *f2) DESCRIPTION This function merges the character ranges from two fonts and returns a new font containing all characters in the old fonts. In general, you cannot merge fonts of different types (eg, TrueType fonts…
