Create initial sketch of fonts.d
commitba6aa8d115ab3cfb3b959d7dd7e4cf45efe72dc8
authorPhilip Pavlick <swashdev@pm.me>
Sat, 21 Mar 2020 00:51:55 +0000 (20 19:51 -0500)
committerPhilip Pavlick <swashdev@pm.me>
Sat, 21 Mar 2020 00:51:55 +0000 (20 19:51 -0500)
tree275cd6156714a4176cd3e129b3992c71f9dda662
parent2647512446689812ec2096c0e109c85b168660de
Create initial sketch of fonts.d

A new file, fonts.d, has been added, which defines a struct used to
store where a font is accessed and the appropriate tile height and width
for that font.

All of the code inside the new file is wrapped in a `version( sdl )`
specification so that it is not read by versions which do not make use
of it.
src/fonts.d [new file with mode: 0644]