837 Commits

Author SHA1 Message Date
Vladimir
c634874ed5 Change include for appsettings.h 2025-01-13 01:25:57 +05:00
Vladimir
a743565796 Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
2025-01-13 01:23:52 +05:00
Vladimir
aa75abf179 Replace class QName; with #include <QName> 2025-01-13 01:20:06 +05:00
Vladimir
6a2be552f5 Remove unused height/width 2025-01-12 23:28:55 +05:00
Vladimir
7a995fcffe Remove unused height/width 2025-01-12 23:17:47 +05:00
Vladimir
cd7ea86c74 Remove unused background color parameter 2025-01-12 23:16:47 +05:00
Vladimir
679f792264 Uniformity of line breaks 2025-01-12 19:17:03 +05:00
Vladimir
9cac710750 Comment unused code 2025-01-12 00:15:47 +05:00
Vladimir
61f3993b25 Reuse code from CanvasResize feature with some modifications 2025-01-12 00:09:19 +05:00
Vladimir
b53c6cac6e Apply optional offset 2022-06-27 03:31:18 +05:00
Vladimir
fb0e3a2659 Remove duplicated code 2022-06-27 03:26:25 +05:00
Vladimir
97cfff88c3 Fix shift operations for two axis at one time 2022-06-27 03:14:47 +05:00
Vladimir
d96e9ff613 Implemented align method 2022-06-27 01:47:58 +05:00
Vladimir
db053468df Add uniform method to shift images 2022-06-27 01:04:10 +05:00
Vladimir
3fe324c22b Remove non usable columns from view 2022-06-26 22:58:46 +05:00
Vladimir
6e9a44db37 Rename dialog 2022-06-26 02:38:07 +05:00
Vladimir
07c39461b9 Add operation to images and fonts 2022-06-26 01:52:55 +05:00
Vladimir
713b8c5021 Reuse code from CanvasResize feature with some modifications 2022-06-26 01:51:16 +05:00
Vladimir
ca3da3f097 Add new tag 'fnt_size_units' 2022-06-02 23:10:59 +05:00
Vladimir
afa5b212fb Fix font document loading 2022-06-02 23:01:39 +05:00
Vladimir
7d93e1b16f Add font size units to font document 2022-06-02 19:47:57 +05:00
Vladimir
03028c8864 Use points instead pixels
Need to add selection pixels/points
2022-04-04 08:45:05 +05:00
Linus Heck
551a7d3538 Add PainterPath includes s.t. this project builds using clang 2022-01-25 10:39:49 +05:00
Vladimir
1708998eca Add tag doc_name_ws_lc, rename doc_name_ws_caps to doc_name_ws_uc 2021-12-27 11:46:35 +05:00
Vladimir
6d825396ef Add glyph size calculation on new font creation 2021-12-27 11:08:46 +05:00
Vladimir
3b2162b2e9 Use zero value as fallback to use scanning width 2021-11-29 19:22:33 +05:00
Vladimir
05d81f5795 Add configuration parameter Blocks Per Line 2021-11-29 19:12:55 +05:00
Vladimir
d1bcea4b26 Split data to fixed number of blocks per code line 2021-11-29 18:34:33 +05:00
Vladimir
c3c85f6f5a Add tag doc_name_ws_caps 2021-11-29 16:31:48 +05:00
Vladimir
d9e0d39045 Convert QImage back to ARGB32 after applying filters 2021-08-30 20:14:46 +05:00
Vladimir
e866a799c7 Revert "fix wrong pixel access for monochrome QImage"
This reverts commit 7d79f7ec7a.
2021-08-30 20:14:15 +05:00
Andreas Reischuck
7d79f7ec7a fix wrong pixel access for monochrome QImage 2021-08-06 23:55:16 +02:00
Vladimir
8d9b572edc Find min/max character codes 2021-07-05 22:30:10 +05:00
Vladimir
036b48a7ca Add tag definitions 2021-07-05 20:33:25 +05:00
Vladimir
94642bee39 Directly using of character code 2021-03-20 12:58:48 +05:00
Vladimir
50238ff79e Add tag 2021-03-07 01:43:05 +05:00
Vladimir
454de54ef6 Rename tags 2021-03-07 01:42:57 +05:00
Vladimir
e5d92ac887 Fix tag values for glyphs of zero size 2021-03-07 01:07:54 +05:00
Vladimir
b47db75c78 Crop image in the beginning 2021-03-05 00:23:19 +05:00
Vladimir
4c1a36ee17 Fix min size calculation 2021-03-05 00:09:14 +05:00
Vladimir
0f2bc7d711 Add tags for each image 2021-03-04 20:06:42 +03:00
Vladimir
8ffe6cdfcd Fix warnings from Qt 5.15 2021-03-03 21:22:52 +03:00
Vladimir
4d822a89fe Add bool CompactGlyphs to FontOptions class 2021-03-02 21:07:54 +03:00
Vladimir
57810755a6 Fix including QPainterPath header 2020-08-16 19:31:02 +05:00
Vladimir
a498bff709 Added tag out_char_offset for offset of character's data in font table. 2020-07-16 17:10:34 +05:00
Vladimir
6d2516b328 Added tag for chararcter's index in font table 2020-05-17 01:46:10 +05:00
Vladimir
1f6df9414c Added option to skip non-representable characters 2020-04-05 19:29:03 +05:00
Vladimir
7da6ada4f5 Encode problem characters with escape sequence 2020-04-05 18:26:06 +05:00
Vladimir
4a47515397 Do not encode characters, what cannot be encoded with specified encoding 2020-04-05 17:37:25 +05:00
Vladimir
6176acabbd Test 2, 8, 16 2019-07-08 23:40:23 +05:00