Skip to content
This repository was archived by the owner on Jul 23, 2022. It is now read-only.
This repository was archived by the owner on Jul 23, 2022. It is now read-only.

Dropped initial ideas #5

Open
Open
@ergl

Description

@ergl

I'm wondering what's the best way to handle initials, especially dropped initials. For raised initials, I'm basically doing the following, which works "fine":

(q
    (q [(font-size-adjust "300%")] "L")
    (q "orem ipsum dolor sit amet, consectetur adipiscing elit. Mauris semper augue vel ligula convallis, ..."))

For dropped initials, I thought of using the above, combined with font-baseline-shift. The problem with that is that the following text has to reflow accordingly. Looking at mbutterick/quad#37 I see that baseline shift is intended for sub/superscript text, and not this. I wonder if you have any ideas of how this could be supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions