Package: textshaping Title: Bindings to the 'HarfBuzz' and 'Fribidi' Libraries for Text Shaping Version: 1.0.5.9000 Authors@R: c( person("Thomas Lin", "Pedersen", , "thomas.pedersen@posit.co", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-5147-4711")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) Description: Provides access to the text shaping functionality in the 'HarfBuzz' library and the bidirectional algorithm in the 'Fribidi' library. 'textshaping' is a low-level utility package mainly for graphic devices that expands upon the font tool-set provided by the 'systemfonts' package. License: MIT + file LICENSE URL: https://github.com/r-lib/textshaping BugReports: https://github.com/r-lib/textshaping/issues Depends: R (>= 3.2.0) Imports: lifecycle, stats, stringi, systemfonts (>= 1.3.2.9000), utils Suggests: covr, grDevices, grid, knitr, rmarkdown, testthat (>= 3.0.0) LinkingTo: cpp11 (>= 0.2.1), systemfonts (>= 1.0.0) VignetteBuilder: knitr Config/build/compilation-database: true Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-23 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: freetype2, harfbuzz, fribidi Remotes: r-lib/systemfonts Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libicu-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2026-03-18 10:34:44 UTC RemoteUrl: https://github.com/r-lib/textshaping RemoteRef: HEAD RemoteSha: 67c94db6939cd4ca9c2915d7ffb6858a79ce80cd NeedsCompilation: yes Packaged: 2026-07-01 10:15:34 UTC; root Author: Thomas Lin Pedersen [cre, aut] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Thomas Lin Pedersen