Package: lofifonts 0.1.0.9000
lofifonts: Text Rendering with Bitmap and Vector Fonts
Alternate font rendering is useful when rendering to novel graphics outputs where modern font rendering is not available or not appropriate. Bitmap and vector fonts allow for bespoke rendering using pixel coordinates and line drawing. A selection of fonts is included and all can be rendered to a matrix of pixel locations or returned as pixel coordinates and collections of stroke endpoints.
Authors:
lofifonts_0.1.0.9000.tar.gz
lofifonts_0.1.0.9000.zip(r-4.5)lofifonts_0.1.0.9000.zip(r-4.4)lofifonts_0.1.0.9000.zip(r-4.3)
lofifonts_0.1.0.9000.tgz(r-4.4-any)lofifonts_0.1.0.9000.tgz(r-4.3-any)
lofifonts_0.1.0.9000.tar.gz(r-4.5-noble)lofifonts_0.1.0.9000.tar.gz(r-4.4-noble)
lofifonts_0.1.0.9000.tgz(r-4.4-emscripten)lofifonts_0.1.0.9000.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
- font_info - Font information
- font_names - Font names
Last updated 13 hours agofrom:82a11cdc2c. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-win | OK | Oct 29 2024 |
R-4.5-linux | OK | Oct 29 2024 |
R-4.4-win | OK | Oct 29 2024 |
R-4.4-mac | OK | Oct 29 2024 |
R-4.3-win | OK | Oct 29 2024 |
R-4.3-mac | OK | Oct 29 2024 |
Exports:bitmap_text_coordsbitmap_text_matrixbitmap_text_rastervector_text_coordsvector_text_matrixvector_text_raster
Dependencies:
Fontsheets for bitmap fonts
Rendered frombitmap-fontsheets.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2024-10-28
Started: 2024-10-28
Fontsheets for vector fonts
Rendered fromvector-fontsheets.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2024-10-28
Started: 2024-10-28
Unicode Support
Rendered fromunicode-support.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2024-10-28
Started: 2024-10-28
Using bitmap fonts
Rendered frombitmap-fonts.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2024-10-28
Started: 2024-10-28
Using vector fonts
Rendered fromvector-fonts.Rmd
usingknitr::rmarkdown
on Oct 29 2024.Last update: 2024-10-28
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 |
Font information | font_info |
Font names | font_names |
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 |