mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Use a handle instead of an ID in each font lookup; this saves doing the font set lookup each time
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3802 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -1928,3 +1928,8 @@
|
||||
not being coordinated correctly.
|
||||
* configs/stm3210e-eval/nsh2: Enable FAT long file name support
|
||||
* sched/sem_timedwait.c: Add the standard sem_timedwait() interface.
|
||||
* graphics/nxfonts/nxfonts_getfont.c, nxfonts_bitmap.c,
|
||||
Makefile.source, and include/nuttx/nxfonts.h: Support for multiple
|
||||
fonts included. A new interface, nxf_getfonthandle() takes a font
|
||||
ID and returns a handle that is now used at all other font interfaces
|
||||
to specify which of the multiple fonts to use.
|
||||
|
||||
Reference in New Issue
Block a user