summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendfont.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/rendfont.h')
-rw-r--r--src/emu/rendfont.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/rendfont.h b/src/emu/rendfont.h
index 31a0781bd59..62ce244d69a 100644
--- a/src/emu/rendfont.h
+++ b/src/emu/rendfont.h
@@ -52,11 +52,11 @@ private:
public:
glyph()
: width(0),
- xoffs(0), yoffs(0),
- bmwidth(0), bmheight(0),
- rawdata(NULL),
- texture(NULL) { }
-
+ xoffs(0), yoffs(0),
+ bmwidth(0), bmheight(0),
+ rawdata(NULL),
+ texture(NULL) { }
+
INT32 width; // width from this character to the next
INT32 xoffs, yoffs; // X and Y offset from baseline to top,left of bitmap
INT32 bmwidth, bmheight; // width and height of bitmap