mirror of
https://libwebsockets.org/repo/libwebsockets
synced 2024-11-21 16:47:52 +00:00
e3dca87f23
This adds optional display list support to lws_display, using DLOs (Display List Objects). DLOs for rectangle / rounded rectangle (with circle as the degenerate case), PNGs, JPEG and compressed, antialiased bitmapped fonts and text primitives are provided. Logical DLOs are instantiated on heap and listed into an lws_display_list owner, DLOs handle attributes like position, bounding box, colour + opacity, and local error diffusion backing buffer. When the display list is complete, it can be rasterized a line at a time, with scoped error diffusion resolved, such that no allocation for the framebuffer is required at any point. DLOs are freed as the rasterization moves beyond their bounding box. Adds a platform registry binding names and other metadata to lws_display fonts / PNGs / JPEGs. Provides registration, destruction and best match selection apis. |
||
---|---|---|
.. | ||
FiraSansCondensed-Bold10.mcufont.h | ||
FiraSansCondensed-Bold12.mcufont.h | ||
FiraSansCondensed-Bold14.mcufont.h | ||
FiraSansCondensed-Bold16.mcufont.h | ||
FiraSansCondensed-Bold20.mcufont.h | ||
FiraSansCondensed-Bold24.mcufont.h | ||
FiraSansCondensed-Bold32.mcufont.h | ||
FiraSansCondensed-Bold.ttf | ||
FiraSansCondensed-Regular10.mcufont.h | ||
FiraSansCondensed-Regular12.mcufont.h | ||
FiraSansCondensed-Regular14.mcufont.h | ||
FiraSansCondensed-Regular16.mcufont.h | ||
FiraSansCondensed-Regular20.mcufont.h | ||
FiraSansCondensed-Regular24.mcufont.h | ||
FiraSansCondensed-Regular32.mcufont.h | ||
FiraSansCondensed-Regular.ttf | ||
import.sh | ||
OFL.txt |