diff options
Diffstat (limited to 'src/layout/box.nim')
-rw-r--r-- | src/layout/box.nim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/layout/box.nim b/src/layout/box.nim index d461f0f5..d7ae3400 100644 --- a/src/layout/box.nim +++ b/src/layout/box.nim @@ -23,6 +23,9 @@ type width*: int height*: int + InlineSpacing* = ref object of InlineAtom + word*: InlineWord + InlineWord* = ref object of InlineAtom str*: string fontstyle*: CSSFontStyle |