Browse Source

fix installer for Eau Sans

master
boB Rudis 2 years ago
parent
commit
51d802eb5e
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      NAMESPACE
  2. 4
      R/install-fonts.R
  3. 13
      man/install_clean_sans.Rd
  4. 23
      man/install_eau_sans.Rd

1
NAMESPACE

@ -7,6 +7,7 @@ export(ell)
export(elr)
export(elt)
export(install_clean_sans)
export(install_eau_sans)
export(install_goldman_sans)
export(install_goldman_sans_condensed)
export(install_inter)

4
R/install-fonts.R

@ -78,8 +78,8 @@ install_clean_sans <- function() {
#' @export
#' @references [Eau Sans](http://www.yoworks.com/eau/index.html)
#' @examples
#' install_clean_sans()
install_clean_sans <- function() {
#' install_eau_sans()
install_eau_sans <- function() {
install_font("Eau Sans", "eau-sans")
}

13
man/install_clean_sans.Rd

@ -5,31 +5,18 @@
\title{Install Clear Sans}
\usage{
install_clean_sans()
install_clean_sans()
}
\description{
Clear Sans has minimized, unambiguous characters and slightly narrow proportions, making it
ideal for UI design. Its strong, recognizable forms avoid distracting ambiguity, making it
comfortable for reading short UI labels and long passages in both screen and print.
Eau Sans is (via the creator): "In 1992, I wanted to design a perfectly faceless typeface of my own.
I chose Eau, meaning water in French, as the name. I planned to do two variations; a sanserif and
a Roman serif style version. I could not decide on the design details for the Roman variation,
so only the sanserif version was completed. Although I think that Eau Sans needs more refinement,
present it here as it was originally designed. At the time of release, I re-formatted the Eau Sans
family with numeric characters in three variations: proportional, lining and old-styled figures.
This typeface is used for my electronic sound project: parabola."
}
\note{
\href{https://github.com/intel/clear-sans/blob/main/LICENSE.txt}{Clear Sans Font License}
}
\examples{
install_clean_sans()
install_clean_sans()
}
\references{
\href{https://github.com/intel/clear-sans}{Clean Sans}
\href{http://www.yoworks.com/eau/index.html}{Eau Sans}
}

23
man/install_eau_sans.Rd

@ -0,0 +1,23 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/install-fonts.R
\name{install_eau_sans}
\alias{install_eau_sans}
\title{Install Eau Sans}
\usage{
install_eau_sans()
}
\description{
Eau Sans is (via the creator): "In 1992, I wanted to design a perfectly faceless typeface of my own.
I chose Eau, meaning water in French, as the name. I planned to do two variations; a sanserif and
a Roman serif style version. I could not decide on the design details for the Roman variation,
so only the sanserif version was completed. Although I think that Eau Sans needs more refinement,
present it here as it was originally designed. At the time of release, I re-formatted the Eau Sans
family with numeric characters in three variations: proportional, lining and old-styled figures.
This typeface is used for my electronic sound project: parabola."
}
\examples{
install_eau_sans()
}
\references{
\href{http://www.yoworks.com/eau/index.html}{Eau Sans}
}
Loading…
Cancel
Save