Other packages > Find by keyword >

showtext  

Using Fonts More Easily in R Graphs
View on CRAN: Click here


Download and install showtext package within the R console
Install from CRAN:
install.packages("showtext")

Install from Github:
library("remotes")
install_github("cran/showtext")

Install by package version:
library("remotes")
install_version("showtext", "0.9-7")



Attach the package and use:
library("showtext")
Maintained by
Yixuan Qiu
[Scholar Profile | Author Map]
First Published: 2014-01-01
Latest Update: 2023-05-03
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.
How to cite:
Yixuan Qiu (2014). showtext: Using Fonts More Easily in R Graphs. R package version 0.9-7, https://cran.r-project.org/web/packages/showtext. Accessed 21 Apr. 2025.
Previous versions and publish date:
0.2 (2014-01-01 20:34), 0.3 (2015-03-11 07:53), 0.4-1 (2015-04-27 14:59), 0.4-2 (2015-05-24 07:57), 0.4-3 (2015-09-20 17:50), 0.4-4 (2015-10-30 01:30), 0.4-5 (2016-10-14 08:16), 0.4-6 (2017-01-05 14:22), 0.5-1 (2018-01-16 09:53), 0.5 (2017-09-22 23:36), 0.6 (2019-01-10 19:30), 0.7-1 (2020-01-27 19:40), 0.7 (2019-06-11 06:40), 0.8-1 (2020-05-25 21:00), 0.8 (2020-05-09 07:50), 0.9-1 (2020-11-14 15:30), 0.9-2 (2021-01-10 06:10), 0.9-3 (2021-07-26 06:50), 0.9-4 (2021-08-14 11:20), 0.9-5 (2022-02-09 17:30), 0.9-6 (2023-05-03 17:50), 0.9 (2020-08-13 07:20)
Other packages that cited showtext R package
View showtext citation profile
Other R packages that showtext depends, imports, suggests or enhances
Complete documentation for showtext
Functions, R codes and Examples using the showtext R package
Some associated functions: showtext_auto . showtext_begin . showtext_end . showtext_opts . 
Some associated R codes: deprecate.R . showtext.R . zzz.R .  Full showtext package functions and examples
Downloads during the last 30 days
03/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/20Downloads for showtext6007008009001000110012001300140015001600170018001900TrendBars

Today's Hot Picks in Authors and Packages

bssn  
Birnbaum-Saunders Model
It provides the density, distribution function, quantile function, random number generator, reliabil ...
Download / Learn more Package Citations See dependency  
bigsparser  
Sparse Matrix Format with Data on Disk
Provide a sparse matrix format with data stored on disk, to be used in both R and C++. This is inte ...
Download / Learn more Package Citations See dependency  
HellCor  
The Hellinger Correlation
Empirical value of the Hellinger correlation, a measure of dependence between two continuous random ...
Download / Learn more Package Citations See dependency  
discretecdAlgorithm  
Coordinate-Descent Algorithm for Learning Sparse Discrete Bayesian Networks
Structure learning of Bayesian network using coordinate-descent algorithm. This algorithm is design ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA