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]
All associated links for this package
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
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
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

psoptim  
Particle Swarm Optimization
Particle swarm optimization - a basic variant. ...
Download / Learn more Package Citations See dependency  
mipplot  
An Open-Source Tool for Visualization of Climate Mitigation Scenarios
Generic functions to produce area/bar/box/line plots of data following IAMC (Integrated Assessment M ...
Download / Learn more Package Citations See dependency  
exif  
Read EXIF Metadata from JPEGs
Extracts Exchangeable Image File Format (EXIF) metadata, such as camera make and model, ISO speed an ...
Download / Learn more Package Citations See dependency  
smoothic  
Variable Selection Using a Smooth Information Criterion
Implementation of the SIC epsilon-telescope method, either using single or distributional (multipara ...
Download / Learn more Package Citations See dependency  
bdots  
Bootstrapped Differences of Time Series
Analyze differences among time series curves with p-value adjustment for multiple comparisons intro ...
Download / Learn more Package Citations See dependency  
CirclesIntersections  
Algorithm for Computation of the Intersection Areas of N Circles
Implementation of Librino, Levorato, and Zorzi (2014) algorithm for computat ...
Download / Learn more Package Citations See dependency  

22,114

R Packages

188,080

Dependencies

55,244

Author Associations

22,115

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net. Contact Us / Suggestions / Concerns