~jaro/balkon

01147c08dd7b20fc8c675830d45fcca035b231a4 — Jaro 1 year, 7 months ago 9541909
Fix style: non-ASCII characters in comments.
1 files changed, 2 insertions(+), 2 deletions(-)

M src/Data/Text/ParagraphLayout/Internal/Fragment.hs
M src/Data/Text/ParagraphLayout/Internal/Fragment.hs => src/Data/Text/ParagraphLayout/Internal/Fragment.hs +2 -2
@@ 25,11 25,11 @@ data Fragment = Fragment
    -- want to use for detecting position-based events such as mouse clicks.
    --
    -- Beware that actual glyphs will not be drawn exactly to the borders of
    -- this rectangle – they may be offset inwards and they can also extend
    -- this rectangle -- they may be offset inwards and they can also extend
    -- outwards!
    --
    -- These are not the typographic bounding boxes that you use for determining
    -- the area to draw on – you need FreeType or a similar library for that.
    -- the area to draw on -- you need FreeType or a similar library for that.
    --
    -- The origin coordinates are relative to the paragraph.