diff options
Diffstat (limited to 'dw/style.hh')
-rw-r--r-- | dw/style.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/style.hh b/dw/style.hh index 12ca1664..12b7cbde 100644 --- a/dw/style.hh +++ b/dw/style.hh @@ -715,6 +715,7 @@ public: int ascent, descent; int spaceWidth; int xHeight; + int zeroWidth; static Font *create (Layout *layout, FontAttrs *attrs); static bool exists (Layout *layout, const char *name); |