diff readme.txt @ 2547:dbd15c13f5bb

Android: Implement most of the font functions and control/widget color. Add an Android section in dwtest for picking fonts and folders. Minor update to the readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 14 May 2021 11:29:00 +0000
parents 457c91634881
children 56183bef6793
line wrap: on
line diff
--- a/readme.txt	Thu May 13 22:52:11 2021 +0000
+++ b/readme.txt	Fri May 14 11:29:00 2021 +0000
@@ -86,7 +86,7 @@
 Added new function dw_window_compare() to check if two window handles
     reference the same object.  Necessary in the Android port since
     handles passed to callbacks are local references, so they don't
-    match the handles saved during window creation.
+    always match the handles saved during window creation.
 Added support for dw_window_set_font() with a NULL font parameter.
     This resets the font used on the widget to the default font.
 Fixed GTK warnings on GTK3 caused by using Pango style font syntax.