Commit graph

8 commits

Author SHA1 Message Date
Olga Miller 5c50012f71 Updated loading of the system fonts (by listing all existing /system/fonts/*.ttf files),
removed adjustment of italic and bold selection for fonts with suffix "-Italic" or "-Bold"
2024-12-29 17:01:16 +01:00
Olga Miller 4fc704604b Gradle updates 29, with necessary replacement of android.support by androidx 2020-06-18 22:35:44 +02:00
Olga Miller c3917bb40d Moved the outline inset to getBounds (where float rectangle is used) and enlarged the inset
(Because e.g. "k" in "Droid Sans Mono" has very sharp corners, which were outside the active text shadow)
2017-03-11 21:07:24 +01:00
Olga Miller 68701fc5a1 Considered the outline in the text bounds calculation,
Renamed (forgotten) "border" to "outline",
Removed one "inset" call in drawShadow
2017-03-11 20:09:06 +01:00
Olga Miller b5915841fb Renamed "border" to "outline"
Renamed local variables in init*Spinner in EditTextActivity
2017-03-04 16:02:17 +01:00
Olga Miller 6533062eb7 Added border (bool, size, color) to Label, added border switch to EditTextActivity, draw white border of fixed size 2017-03-04 14:48:28 +01:00
Olga Miller 7af631dae6 Implemented jumping of the activated Label inside the screen, if it was outside
(because it could be far outside after screen orientation change),

Changed the minimum for decision, whether Label is outside, to minimum of defined minimum size and one letter size,
Added TextOverlay.Position class
2017-01-04 18:00:22 +01:00
Olga Miller 6a5cf6b221 Initial commit 2017-01-03 18:32:45 +01:00