aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/doc/drawtext
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-05-29 21:36:26 +0200
committerGitHub <noreply@github.com>2020-05-29 21:36:26 +0200
commit0cadd4bd12bc824d010396c855fa450774e6f619 (patch)
tree7f404a52ff372a1e2e785db2b8cf11736f2f3212 /src/libui_sdl/libui/doc/drawtext
parentcd7487d53f8207277fc44f7983513fe6892a3409 (diff)
parent8ddd82ca2c7c8844a1d3c2cc7418d03976c9c52e (diff)
Merge pull request #635 from Arisotura/qt
Qt
Diffstat (limited to 'src/libui_sdl/libui/doc/drawtext')
-rw-r--r--src/libui_sdl/libui/doc/drawtext13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/libui_sdl/libui/doc/drawtext b/src/libui_sdl/libui/doc/drawtext
deleted file mode 100644
index 9d37713..0000000
--- a/src/libui_sdl/libui/doc/drawtext
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-