Crates.io | unicode_font |
lib.rs | unicode_font |
version | 0.1.1 |
source | src |
created_at | 2023-11-09 13:12:27.65197 |
updated_at | 2023-11-09 13:14:49.763751 |
description | Convert unicode characters between fonts. |
homepage | https://crates.io/crates/unicode_font |
repository | https://github.com/saona-raimundo/unicode_font |
max_upload_size | |
id | 1030164 |
size | 2,301,555 |
Convert unicode characters between fonts.
Unicode Standard Annex #44 defines Character Decomposition Mapping.
In particular, characters are given a <font>
tag to indicate some characters are a font variant of others.
On top of these variants, we add carefully selected variants, like superscript, subscript and squared.
This extension is included by default and can be turned off.
We use a builder script that takes into account the folder unidata
.
The script is the crate builder
.
Run this crate to update unicode_font
's maps.
We opted for this strategy as opposed to a building script build.rs
to speed up compilation of dependent crates.