mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
video: Add stb TrueType font renderer
This is a header file which provides a fairly light-weight TrueType rendering implementation. It is pulled from http://nothings.org/. The code style does not comply with U-Boot but I think it is best to leave alone to permit the source to be synced later if needed. The only change is to fix a reference to fabs() which should route through a macro to allow U-Boot to provide its own version. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8a36287a01
commit
8340ef6278
1 changed files with 3240 additions and 0 deletions
3240
drivers/video/stb_truetype.h
Normal file
3240
drivers/video/stb_truetype.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue