Package: string2path Title: Rendering Font into 'data.frame' Version: 0.3.1.9000 Authors@R: c(person(given = "Hiroaki", family = "Yutani", role = c("aut", "cre"), email = "yutani.ini@gmail.com", comment = c(ORCID = "0000-0002-3385-7233")), person(given = "The authors of the dependency Rust crates", role = c("ctb"), comment = "see inst/AUTHORS file for details")) Description: Extract glyph information from font data, and translate the outline curves to flattened paths or tessellated polygons. The converted data is returned as a 'data.frame' in easy-to-plot format. License: MIT + file LICENSE Depends: R (>= 4.2) Imports: tibble, cli Suggests: testthat (>= 3.0.0), vdiffr URL: https://yutannihilation.github.io/string2path/, https://github.com/yutannihilation/string2path BugReports: https://github.com/yutannihilation/string2path/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: Cargo (Rust's package manager), rustc, fontconfig Biarch: true Config/testthat/edition: 3 Config/string2path/MSRV: 1.88.0 Config/pak/sysreqs: libfontconfig1-dev libclang-dev Repository: https://yutannihilation.r-universe.dev Date/Publication: 2026-04-22 15:16:46 UTC RemoteUrl: https://github.com/yutannihilation/string2path RemoteRef: HEAD RemoteSha: 528b776869e059fb2a737f6ede17e15bf4284407 NeedsCompilation: yes Packaged: 2026-06-21 09:02:23 UTC; root Author: Hiroaki Yutani [aut, cre] (ORCID: ), The authors of the dependency Rust crates [ctb] (see inst/AUTHORS file for details) Maintainer: Hiroaki Yutani