Cargo Features
[dependencies]
sdl2-unifont = { version = "1.0.2", default-features = false, features = ["plane-0", "plane-1"] }
- default = plane-0
-
By default, we include the Basic Multilingual Plane, but not the Supplementary plane. The SMP is generally only useful for emoji support, so only specify the "plane-1" feature if you are expecting to need to render those.
- plane-0 default
-
Features to include the Unicode BMP or SMP
- plane-1