Package: string2path
Title: Rendering Font into 'data.frame'
Version: 0.2.2
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
RoxygenNote: 7.3.2
SystemRequirements: Cargo (Rust's package manager), rustc
Biarch: true
Config/testthat/edition: 3
Config/string2path/MSRV: 1.78.0
NeedsCompilation: yes
Packaged: 2025-03-25 22:39:42 UTC; yutan
Author: Hiroaki Yutani [aut, cre] (<https://orcid.org/0000-0002-3385-7233>),
  The authors of the dependency Rust crates [ctb] (see inst/AUTHORS file
    for details)
Maintainer: Hiroaki Yutani <yutani.ini@gmail.com>
Repository: CRAN
Date/Publication: 2025-03-25 23:20:02 UTC
