From e84f038725a11b56cb08d1bf047f15adb5e0070c Mon Sep 17 00:00:00 2001 From: Jaro Date: Sun, 18 Jun 2023 02:55:24 +0200 Subject: [PATCH] Prepare for vertical-align in BoxOptions. --- src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs | 2 ++ src/Data/Text/ParagraphLayout/Internal/TextOptions.hs | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs b/src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs index 028799a..8c921c9 100644 --- a/src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs +++ b/src/Data/Text/ParagraphLayout/Internal/BoxOptions.hs @@ -21,6 +21,8 @@ data BoxOptions = BoxOptions -- This can be used to reserve space for a left margin, border, -- and/or padding. + -- TODO: textVerticalAlign + } deriving (Eq) diff --git a/src/Data/Text/ParagraphLayout/Internal/TextOptions.hs b/src/Data/Text/ParagraphLayout/Internal/TextOptions.hs index b1c8b59..8bd69e3 100644 --- a/src/Data/Text/ParagraphLayout/Internal/TextOptions.hs +++ b/src/Data/Text/ParagraphLayout/Internal/TextOptions.hs @@ -40,7 +40,6 @@ data TextOptions = TextOptions -- When applied to the root box in a paragraph, this is also used to -- determine the base direction of the paragraph. - -- TODO: textVerticalAlign -- TODO: textLetterSpacing -- TODO: textWordSpacing -- TODO: textFontFeatures -- 2.30.2