33 Commits

Author SHA1 Message Date
Vladimir
a743565796 Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
2025-01-13 01:23:52 +05:00
Vladimir
8ffe6cdfcd Fix warnings from Qt 5.15 2021-03-03 21:22:52 +03:00
Vladimir
b946072838 Added new parameters to command line mode of font conversion 2018-02-10 11:46:23 +05:00
Vladimir
ef82387a09 Some cleanup 2017-12-20 19:00:11 +05:00
Vladimir
8b5594e812 Added namespace to settings 2017-12-19 19:32:51 +05:00
Vladimir
e99b15fde0 Added namespace to parser 2017-12-13 13:08:28 +05:00
Vladimir
6903e4b077 Structure tFontParameters renamed to FontParameters 2017-12-13 11:50:39 +05:00
Vladimir
f9a9e9c242 Added namespace to tFontParameters 2017-12-13 11:48:07 +05:00
Vladimir
b892543d89 Added namespace for data containers and models 2017-12-13 11:23:17 +05:00
Vladimir
12b56c961d References in CommandLine 2017-10-07 17:38:44 +05:00
Vladimir
19e26c3db0 Removed conditions from cmdline 2017-10-05 21:27:17 +05:00
Vladimir
a34a7c2168 Implemented conversion from existing font document 2017-06-25 12:32:35 +05:00
Vladimir
048246cf50 Added input font document filename 2017-06-25 12:29:28 +05:00
Vladimir
b9fae87352 Added enum for font's conversion submodes 2017-06-25 12:28:40 +05:00
Vladimir
b05eca9bad Typo fixed 2017-06-25 12:27:52 +05:00
Vladimir
13e1da5fd5 Code style changed with plugin Beautifier and Artistic Style 2016-10-15 19:31:03 +05:00
Vladimir
0d9208c892 Empty lines removed 2016-10-15 17:50:36 +05:00
Vladimir
afa19da8b4 Removed delimiter lines //-------------- 2016-10-15 17:50:29 +05:00
Vladimir
4fd85b563a Fixed argument for foreground/background command line option 2016-07-21 20:49:19 +05:00
Vladimir
5d5ca63158 Added new options 'foreground color' and 'background color' 2016-07-17 22:50:11 +05:00
Vladimir
c43bd6da0c Remove option 'font alpha-channel' 2016-07-17 20:58:22 +05:00
Vladimir
cd3fc26336 Fixed CID 128353
Fixed uninitialized ascent/descent font properties in command line mode.
2016-06-27 18:58:57 +05:00
Vladimir
d49b1a77ed Renamed accessors to info in DataContainer 2016-06-09 21:09:27 +05:00
Vladimir
475cd4f010 Uninitialized fields #32776 2015-11-12 18:23:39 +05:00
Vladimir
b555ef213c Added alpha channel option to command line 2015-11-02 20:33:32 +05:00
Vladimir
71efd8d5c9 Font parameters combined to structure 2015-11-02 20:30:14 +05:00
Vladimir
6dff720433 Alpha-channel added to drawing options of font 2015-11-02 19:57:24 +05:00
Vladimir
fe4aa93981 Bold/Italic replaced by Style in command-line mode 2014-09-11 18:45:59 +06:00
Vladimir
87ce37f30d Added endianess option 2014-08-02 02:11:11 +06:00
Vladimir
8af398a71a Use characters range and encoding 2014-08-02 01:45:38 +06:00
Vladimir
17fe3f0151 Added options for encoding and range 2014-08-02 01:17:03 +06:00
Vladimir
bd67322845 Mode updated for fonts 2014-08-02 01:00:35 +06:00
Vladimir
8bab60f30d ModeConvertImage copied to ModeConvertFont 2014-08-01 23:46:14 +06:00