Calculate block width from BlockStack & RenderContext

This commit is contained in:
Christian Muehlhaeuser
2019-12-07 19:49:24 +01:00
parent 7404a91eb4
commit 71e84251b3
8 changed files with 41 additions and 37 deletions
+1
View File
@@ -4,4 +4,5 @@ type RenderContext struct {
style map[StyleType]ElementStyle
blockStack *BlockStack
table *TableElement
options Options
}