Package: lofifonts 0.1.3
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.tar.gz
lofifonts_0.1.3.zip(r-4.5)lofifonts_0.1.3.zip(r-4.4)lofifonts_0.1.3.zip(r-4.3)
lofifonts_0.1.3.tgz(r-4.4-any)lofifonts_0.1.3.tgz(r-4.3-any)
lofifonts_0.1.3.tar.gz(r-4.5-noble)lofifonts_0.1.3.tar.gz(r-4.4-noble)
lofifonts_0.1.3.tgz(r-4.4-emscripten)lofifonts_0.1.3.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 15 days agofrom:294be64136. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win | OK | Nov 07 2024 |
R-4.5-linux | OK | Nov 07 2024 |
R-4.4-win | OK | Nov 07 2024 |
R-4.4-mac | OK | Nov 07 2024 |
R-4.3-win | OK | Nov 07 2024 |
R-4.3-mac | OK | Nov 07 2024 |
Exports:bitmap_text_coordsbitmap_text_matrixbitmap_text_rasterconvert_bm_font_to_lofiget_lofi_fontget_lofi_namesvector_text_coordsvector_text_matrixvector_text_raster
Dependencies:
Fontsheets for bitmap fonts
Rendered frombitmap-fontsheets.Rmd
usingknitr::rmarkdown
on Nov 07 2024.Last update: 2024-10-30
Started: 2024-10-28
Fontsheets for vector fonts
Rendered fromvector-fontsheets.Rmd
usingknitr::rmarkdown
on Nov 07 2024.Last update: 2024-10-30
Started: 2024-10-28
Unicode Support
Rendered fromunicode-support.Rmd
usingknitr::rmarkdown
on Nov 07 2024.Last update: 2024-11-03
Started: 2024-10-28
Using bitmap fonts
Rendered frombitmap-fonts.Rmd
usingknitr::rmarkdown
on Nov 07 2024.Last update: 2024-11-03
Started: 2024-10-28
Using vector fonts
Rendered fromvector-fonts.Rmd
usingknitr::rmarkdown
on Nov 07 2024.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 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 raster image of the rendered text | vector_text_raster |