]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - particles/particlefont.pl
Fix compilation units
[xonotic/xonotic-data.pk3dir.git] / particles / particlefont.pl
index fd5b6df696acd923654f5054838518d23e82d5b3..2579d3b9f07250f6214bc84e6685f8587568feaf 100644 (file)
@@ -58,7 +58,8 @@ for my $row(0..$rows-1)
                        checkmagick $magick->Annotate(
                                x => $s0 * $pixw + 2,
                                y => $t1 * $pixh - 2,
-                               text => $i
+                               text => $i,
+                               font => '/usr/share/fonts/TTF/DejaVuSansMono.ttf'
                        );
                }
                ++$i;
@@ -84,7 +85,8 @@ for my $beam(0..$beams-1)
                checkmagick $magick->Annotate(
                        x => $s0 * $pixw + 2,
                        y => $t1 * $pixh - 2,
-                       text => $i
+                       text => $i,
+                       font => '/usr/share/fonts/TTF/DejaVuSansMono.ttf'
                );
        }
        ++$i;