Package: showtext Type: Package Title: Using Fonts More Easily in R Graphs Version: 0.9-8 Date: 2026-03-21 Authors@R: c( person("Yixuan", "Qiu", , "yixuan.qiu@cos.name", c("aut", "cre")), person("Dave", "Raggett", , "dsr@w3.org", "ctb", comment = "UTF-8 library. See the AUTHORS file for details") ) Description: Making it easy to use various types of fonts ('TrueType', 'OpenType', Type 1, web fonts, etc.) in R graphs, and supporting most output formats of R graphics including PNG, PDF and SVG. Text glyphs will be converted into polygons or raster images, hence after the plot has been created, it no longer relies on the font files. No external software such as 'Ghostscript' is needed to use this package. Depends: sysfonts (>= 0.7.1), showtextdb (>= 2.0) Imports: grDevices Suggests: knitr, rmarkdown, prettydoc, curl, jsonlite SystemRequirements: zlib, libpng, FreeType URL: https://github.com/yixuan/showtext BugReports: https://github.com/yixuan/showtext/issues License: Apache License (>= 2.0) Copyright: see file COPYRIGHTS VignetteBuilder: knitr, rmarkdown RoxygenNote: 7.3.3 Encoding: UTF-8 Config/pak/sysreqs: libfreetype6-dev libpng-dev zlib1g-dev Repository: https://ar-puuk.r-universe.dev Date/Publication: 2026-03-21 05:32:03 UTC RemoteUrl: https://github.com/yixuan/showtext RemoteRef: HEAD RemoteSha: f4c498d9be9f249de1c3f9cba2bebd7f0e0ab980 NeedsCompilation: yes Packaged: 2026-06-23 23:55:42 UTC; root Author: Yixuan Qiu [aut, cre], Dave Raggett [ctb] (UTF-8 library. See the AUTHORS file for details) Maintainer: Yixuan Qiu