Files
koreader/spec/unit
poire-z e699a1ee22 TextBoxWidget: use xtext for text shaping
Alternative code to size, split lines and draw text with
the help of the xtext Lua C module.
Enabled by default (can be disabled via an added menu
item in "Developer options").

New properties can be specified by calling widgets, only
used when xtext is used:
- lang: use specified language instead of the UI language
- para_direction_rtl: true/false to override the default
  direction for the UI language
- auto_para_direction: detect direction of each paragraph
  in text
- alignment_strict: prevent the inversion of the specified
  alignment= that is done when a paragraph direction is
  set or detected as RTL.

Also: fix possible memory leak (present even when not using xtext)
by calling :free() in onCloseWidget() like it's done in ImageWidget.
2019-11-16 18:41:14 +01:00
..
2017-10-12 19:39:52 +02:00
2016-04-19 00:01:28 -07:00
2018-03-01 20:40:23 +01:00
2017-10-10 14:08:49 +02:00
2017-01-30 05:53:44 -08:00
2017-04-24 08:27:29 +02:00
2016-08-10 10:42:51 -07:00
2017-09-23 20:24:45 +02:00