From 70e4841d311d68689724768157cc9cbfbde7a9fc Mon Sep 17 00:00:00 2001 From: StapleButter Date: Sat, 9 Sep 2017 02:30:51 +0200 Subject: another UI attempt, I guess. sorry. --- src/libui_sdl/libui/doc/drawtext | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/libui_sdl/libui/doc/drawtext (limited to 'src/libui_sdl/libui/doc/drawtext') diff --git a/src/libui_sdl/libui/doc/drawtext b/src/libui_sdl/libui/doc/drawtext new file mode 100644 index 0000000..9d37713 --- /dev/null +++ b/src/libui_sdl/libui/doc/drawtext @@ -0,0 +1,13 @@ +on some unix systems, alpha blending fonts may not be available; this depends on your installed version of pango and is determined at runtime by libui + +uiDrawTextLayoutExtents: document that the extent width can be greater than the requested width if the requested width is small enough that only one character can fit + + +font matching is closest match but the search method is OS defined + + +weight names in libui do not necessarily line up with their OS names + + +uiDrawFontHandle() may not return a unique handle per instance + -- cgit v1.2.3