Package: lofifonts 0.1.3.9001
lofifonts: Text Rendering with Bitmap and Vector Fonts
Alternate font rendering is useful when rendering text to novel graphics outputs where modern font rendering is not available or where bespoke text positioning is required. Bitmap and vector fonts allow for custom layout and rendering using pixel coordinates and line drawing. Formatted text is created as a data.frame of pixel coordinates (for bitmap fonts) or stroke coordinates (for vector fonts). All text can be easily previewed as a matrix or raster image. A selection of fonts is included with this package.
Authors:
lofifonts_0.1.3.9001.tar.gz
lofifonts_0.1.3.9001.zip(r-4.5)lofifonts_0.1.3.9001.zip(r-4.4)lofifonts_0.1.3.9001.zip(r-4.3)
lofifonts_0.1.3.9001.tgz(r-4.5-any)lofifonts_0.1.3.9001.tgz(r-4.4-any)lofifonts_0.1.3.9001.tgz(r-4.3-any)
lofifonts_0.1.3.9001.tar.gz(r-4.5-noble)lofifonts_0.1.3.9001.tar.gz(r-4.4-noble)
lofifonts_0.1.3.9001.tgz(r-4.4-emscripten)lofifonts_0.1.3.9001.tgz(r-4.3-emscripten)
lofifonts.pdf |lofifonts.html✨
lofifonts/json (API)
NEWS
# Install 'lofifonts' in R: |
install.packages('lofifonts', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/coolbutuseless/lofifonts/issues
Last updated 17 days agofrom:3840d4f2ac. Checks:5 OK, 3 NOTE. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 21 2025 |
R-4.5-win | NOTE | Feb 21 2025 |
R-4.5-mac | NOTE | Feb 21 2025 |
R-4.5-linux | NOTE | Feb 21 2025 |
R-4.4-win | OK | Feb 21 2025 |
R-4.4-mac | OK | Feb 21 2025 |
R-4.3-win | OK | Feb 21 2025 |
R-4.3-mac | OK | Feb 21 2025 |
Exports:bitmap_text_coordsbitmap_text_matrixbitmap_text_nativerasterbitmap_text_rasterconvert_bm_font_to_lofiget_lofi_fontget_lofi_namesvector_text_coordsvector_text_matrixvector_text_nativerastervector_text_raster
Dependencies:
Fontsheets for bitmap fonts
Rendered frombitmap-fontsheets.Rmd
usingknitr::rmarkdown
on Feb 21 2025.Last update: 2024-10-30
Started: 2024-10-28
Fontsheets for vector fonts
Rendered fromvector-fontsheets.Rmd
usingknitr::rmarkdown
on Feb 21 2025.Last update: 2024-10-30
Started: 2024-10-28
Unicode Support
Rendered fromunicode-support.Rmd
usingknitr::rmarkdown
on Feb 21 2025.Last update: 2024-11-03
Started: 2024-10-28
Using bitmap fonts
Rendered frombitmap-fonts.Rmd
usingknitr::rmarkdown
on Feb 21 2025.Last update: 2024-11-03
Started: 2024-10-28
Using vector fonts
Rendered fromvector-fonts.Rmd
usingknitr::rmarkdown
on Feb 21 2025.Last update: 2024-11-03
Started: 2024-10-28
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create a data.frame of pixel coordinate information of the rendered text | bitmap_text_coords |
Create a binary matrix of the rendered text | bitmap_text_matrix |
Create a native raster image of the rendered text | bitmap_text_nativeraster |
Create a raster image of the rendered text | bitmap_text_raster |
Convert a 'bittermelon' 'bm_font' to a lofi font | convert_bm_font_to_lofi |
Fetch an included 'lofi' font | get_lofi_font |
Return the names of all included fonts | get_lofi_names |
A description of the 'lofi' font format used to store fonts for this package | lofi |
Plot a lofi raster | plot.lofi-raster |
Print summary information about a lofi font | print.lofi |
Create data.frame of glyph information for the given text. | vector_text_coords |
Create a binary matrix of the rendered text | vector_text_matrix |
Create a nativeraster of the rendered text | vector_text_nativeraster |
Create a raster image of the rendered text | vector_text_raster |