altos/draw: Add more fonts
[fw/altos] / src / draw / ao_draw.h
index 43301cafbcb1632c3d1a5fc7065414e03d668e7b..fbbc61c419cc909653c149ad7aaf92c2b707154a 100644 (file)
@@ -27,7 +27,7 @@ struct ao_bitmap {
 };
 
 struct ao_coord {
-       int16_t         x, y;
+       float   x, y;
 };
 
 struct ao_pattern {
@@ -107,6 +107,12 @@ ao_text(const struct ao_bitmap     *dst,
        uint32_t                fill,
        uint8_t                 rop);
 
+void
+ao_logo(const struct ao_bitmap *dst,
+       const struct ao_font    *font,
+       uint32_t                fill,
+       uint8_t                 rop);
+
 extern const struct ao_font FrutigerLT_Roman_50_font;
 
 #define AO_SHIFT       5