You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of using a singular font's bitmap corresponding library we should move to fontdue so we can import any .ttf file into our application and render it on our operating system.
Requirements
Global Memory Allocator
The fontdue crate requires an allocator for some of its methods that collect to a Vec.
Instead of using a singular font's bitmap corresponding library we should move to
fontdue
so we can import any.ttf
file into our application and render it on our operating system.Requirements
fontdue
crate requires an allocator for some of its methods that collect to aVec
.Implementation Checklist
FontWriter
usesfontdue
under the hood instead ofnoto-sans-mono-bitmap
The text was updated successfully, but these errors were encountered: