37 Commits

Author SHA1 Message Date
Adrian-George Bostan
d340ce57e0 Add link annotation support for TOC lines 2019-01-11 17:10:00 +02:00
Denys Smirnov
2e820f3ac5 textencoding: remove unused rune <-> glyph methods from the interface 2019-01-01 22:15:22 +02:00
Denys Smirnov
f6506204d7 fonts: simplify code by getting width of runes in font instead of glyphs 2018-12-28 01:38:48 +02:00
Denys Smirnov
3687c83b37 errors should start with a lower case 2018-12-15 18:49:15 +05:00
Denys Smirnov
3f7ad73812 refactor some receiver and method names; fix typos in comments 2018-12-11 04:37:00 +02:00
Denys Smirnov
9f0df8945d don't use XXX for TODOs 2018-12-09 21:39:11 +02:00
Denys Smirnov
99f3184879 define slices with a var instead of an empty literal 2018-12-09 19:28:50 +02:00
Gunnsteinn Hall
12ea1a5927
Merge branch 'v3' into font_codes_strict 2018-12-07 15:15:27 +00:00
Adrian-George Bostan
05b9ddcb2e Fix split text chunks containing link annotations 2018-12-03 20:01:50 +02:00
Adrian-George Bostan
080cf29fa0 Further improve code documentation 2018-12-01 11:56:38 +02:00
Adrian-George Bostan
7912d378a9 Improve documentation comments 2018-12-01 11:47:22 +02:00
Adrian-George Bostan
4a6d5da26c Add default link style to paragraph 2018-11-30 18:45:48 +02:00
Adrian-George Bostan
9ac309464a Adjust annotation position for all paragraph alignments 2018-11-30 18:21:47 +02:00
Adrian-George Bostan
09e41acdf9 Reverse internal link coordinate system Y axis 2018-11-30 18:09:05 +02:00
Denys Smirnov
fb4a087a93 textencoding: introduce GlyphName type 2018-11-29 23:24:40 +02:00
Adrian-George Bostan
585470eebe Add styled paragraph support for internal link annotations 2018-11-28 22:19:30 +02:00
Adrian-George Bostan
e14d898abf Add styled paragraph support for external link annotations 2018-11-28 21:28:27 +02:00
Adrian-George Bostan
b8a0299ca7 Remove unnecessary table member 2018-10-22 22:09:56 +03:00
Adrian-George Bostan
8cbb57960d Add SetText method to the styled paragraph component 2018-10-22 22:07:08 +03:00
Adrian-George Bostan
d2ed3db2c2 Fix StyledParagraph Reset method prototype 2018-10-12 23:33:50 +03:00
Adrian-George Bostan
90ba15f56d Instantiate component only through creator and cache default fonts 2018-10-12 23:00:02 +03:00
Adrian-George Bostan
db93b6e873 Add getMaxLineWidth method on StyledParagraph 2018-10-08 17:34:57 +03:00
Adrian-George Bostan
d4da6857b7 Enable styled paragraph wrap only if width has been set 2018-10-07 18:46:13 +03:00
Adrian-George Bostan
f0f9d3a482 Add example of manual wrapping for TOC line 2018-10-04 18:23:05 +03:00
Adrian-George Bostan
4ea74cca3e Merge remote-tracking branch 'upstream/v3' into toc 2018-10-03 17:37:19 +03:00
Adrian-George Bostan
5be78fa40a Improve comments for the styled paragraph component 2018-09-30 19:52:30 +03:00
Adrian-George Bostan
6819172880 Add documentation comments for the TOC and TOCLine components. 2018-09-30 19:26:11 +03:00
Adrian-George Bostan
138b240ae2 Add TOCLine component 2018-09-27 20:55:58 +03:00
Denys Smirnov
4b01f8f6ae update code after merge with master 2018-09-26 01:46:13 +03:00
Adrian-George Bostan
3885bb9e20 Fix StyledParagraph wrapping issue when used inside table cell 2018-09-25 21:15:20 +03:00
Adrian-George Bostan
464489c657 Fix some comment typos 2018-09-25 20:48:50 +03:00
Adrian-George Bostan
fdda96e870 Add comment to the styled paragraph Reset method 2018-09-24 19:51:42 +03:00
Adrian-George Bostan
2f30e325eb Add Reset method for the StyledParagraph component 2018-09-24 18:25:05 +03:00
Adrian-George Bostan
4330ca3973 Fix text alignments for the Styled paragraph component 2018-09-24 18:05:07 +03:00
Adrian-George Bostan
c4f0bdb402 Remove right trailing space on paragraph text wrap 2018-09-24 17:34:45 +03:00
Adrian-George Bostan
f78e7d6633 Add Append method for the StyledParagraph component 2018-09-24 16:41:43 +03:00
Adrian-George Bostan
1b5b6fa31f Add StyleParagraph component 2018-09-23 17:58:33 +03:00