marquee
Markdown Parser and Renderer for R Graphics. Contribute to r-lib/marquee development by creating an account on GitHub.
marquee is filling in the typographic details — outlines, border types, real font metrics for underlines.
◆Recent moves
- 11mo ago
Bug fixes for relative sizes, outlines and guide width
Four fixes covering em() on relative styles, outline glyphs, force_body_margin and width propagation in guide_marquee(). Cleanup ten days after 1.2.0, mostly touching the features that release introduced.
View source ↗ - 11mo ago
Border and outline line types; underlines follow font metrics
border_type and outline_type styles arrive, border_size is renamed to border_width for consistency, and underline and strikethrough now take their width and position from the font rather than being approximated. The last of those is what separates rendered markdown from typeset text.
View source ↗ - 11mo ago
Rotated text width fixed; factor input supported
element_marquee() stops miscalculating width for rotated text, accepts factor input and falls back to element_text() for expressions, and the package no longer opens a graphics device when none exists. Image URLs without a declared format are now sniffed.
View source ↗ - 0y ago
Text outlines, size shortcuts and images from URLs
A {.size} shortcut sets font size inline, a full outline style family lands with width, join and mitre controls, and PNG and JPEG images can be pulled from URLs. Several bullet-list placement bugs go with it.
View source ↗ - 1y ago
1.0 settles margin collapsing and inline decoration spacing
Margin collapsing follows CSS rules more closely, with backgrounds and borders halting collapse, and force_body_margin gives callers an override that geom_marquee() and element_marquee() switch on. Inline padding now reserves space during shaping, and devices without the new glyphs capability are supported.
View source ↗