Package: string2path
Title: Rendering Font into 'data.frame'
Version: 0.0.3
Authors@R: 
    person(given = "Hiroaki",
           family = "Yutani",
           role = c("aut", "cre"),
           email = "yutani.ini@gmail.com",
           comment = c(ORCID = "0000-0002-3385-7233"))
Description: Extract glyph information from a font file, 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.0)
Imports: tibble
Suggests: testthat (>= 3.0.0), systemfonts
URL: https://yutannihilation.github.io/string2path/,
        https://github.com/yutannihilation/string2path
BugReports: https://github.com/yutannihilation/string2path/issues
Encoding: UTF-8
RoxygenNote: 7.1.2
SystemRequirements: Cargo (rustc package manager)
Biarch: true
Config/testthat/edition: 3
Config/string2path/MSRV: 1.41.0
Config/string2path/windows_toolchain: stable-msvc
Config/string2path/crate_name: string2path
Config/string2path/github_repo: yutannihilation/string2path
Config/string2path/github_tag: build_20210921-1
Config/string2path/binary_sha256sum: list(
        `aarch64-apple-darwin-libstring2path.a` =
        "4a34f99cec66610746b20d456b1e11b346596c22ea1935c1bcb5ef1ab725f0e8",
        `i686-pc-windows-gnu-libstring2path.a` =
        "ceda54184fb3bf9e4cbba86848cb2091ff5b77870357f94319f9215fadfa5b25",
        `ucrt-x86_64-pc-windows-gnu-libstring2path.a` =
        "26a05f6ee8c2f625027ffc77c97fc8ac9746a182f5bc53d64235999a02c0b0dc",
        `x86_64-apple-darwin-libstring2path.a` =
        "be65f074cb7ae50e5784e7650f48579fff35f30ff663d1c01eabdc9f35c1f87c",
        `x86_64-pc-windows-gnu-libstring2path.a` =
        "26a05f6ee8c2f625027ffc77c97fc8ac9746a182f5bc53d64235999a02c0b0dc"
        )
NeedsCompilation: yes
Packaged: 2021-09-26 09:22:05 UTC; yutani
Author: Hiroaki Yutani [aut, cre] (<https://orcid.org/0000-0002-3385-7233>)
Maintainer: Hiroaki Yutani <yutani.ini@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-26 09:30:02 UTC
