File: NEWS.md

package info (click to toggle)
r-cran-fontquiver 0.2.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,460 kB
  • sloc: sh: 13; makefile: 2
file content (39 lines) | stat: -rw-r--r-- 1,244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

# fontquiver 0.2.1

- Set minimum R version to 3.0.0.


# fontquiver 0.2.0

- Add Liberation and Symbola fonts

- Removed `font_bitstream_vera()` and `font_dejavu()` getters. They
  are replaced by a family of generic font getters: `font()` to
  retrieve the font for a given variant and style, and `fonts()` to
  retieve all fonts defined in a fontset.

- Add `font_families()` and `font_faces()` to retrieve font files
  organised according to R's nomenclature of fonts. Conversely there is
  now `font_variants()` and `font_styles()` which organise fonts
  according to fontconfig's categories. Also, `font_symbol()`
  allows to retrieve a symbol font defined by a fontset (currently
  only the Symbola fontset defines one).

- `htmlFontDependency()` now takes fonts and collections of fonts (as
  returned by `font_families()` and friends) as argument.

- `htmlFontDependency()` now uses the style-linking idiom for
  generating CSS.


# fontquiver 0.1.0

Initial release

- Add `font_bitstream_vera()` and `font_dejavu()`. The latter require
  installing the fontDejaVu package from Github:
  `devtools::install_github("lionel-/fontDejaVu")`.

- Implement `htmlFontDependency()` to include font dependency in web
  pages or applications.