/usr/share/metview/etc/MTEXTRules is in metview-data 5.0.0~beta.1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | %if TEXT_LINE_COUNT <> 10 %and TEXT_LINE_COUNT <> 4 %and TEXT_LINE_COUNT <> 5 %and TEXT_LINE_COUNT <> 6 %and TEXT_LINE_COUNT <> 7 %and TEXT_LINE_COUNT <> 8 %and TEXT_LINE_COUNT <> 9 %then
%unset TEXT_LINE_4
%if TEXT_LINE_COUNT <> 10 %and TEXT_LINE_COUNT <> 9 %then
%unset TEXT_LINE_9
%if TEXT_LINE_COUNT <> 10 %and TEXT_LINE_COUNT <> 8 %and TEXT_LINE_COUNT <> 9 %then
%unset TEXT_LINE_8
%if TEXT_LINE_COUNT <> 10 %then
%unset TEXT_LINE_10
%if TEXT_LINE_COUNT <> 10 %and TEXT_LINE_COUNT <> 7 %and TEXT_LINE_COUNT <> 8 %and TEXT_LINE_COUNT <> 9 %then
%unset TEXT_LINE_7
%if TEXT_BORDER <> ON %then
%unset TEXT_BORDER_LINE_STYLE
%unset TEXT_BORDER_THICKNESS
%unset TEXT_BORDER_COLOUR
%if TEXT_LINE_COUNT <> 10 %and TEXT_LINE_COUNT <> 2 %and TEXT_LINE_COUNT <> 3 %and TEXT_LINE_COUNT <> 4 %and TEXT_LINE_COUNT <> 5 %and TEXT_LINE_COUNT <> 6 %and TEXT_LINE_COUNT <> 7 %and TEXT_LINE_COUNT <> 8 %and TEXT_LINE_COUNT <> 9 %then
%unset TEXT_LINE_2
%if TEXT_LINE_COUNT <> 10 %and TEXT_LINE_COUNT <> 5 %and TEXT_LINE_COUNT <> 6 %and TEXT_LINE_COUNT <> 7 %and TEXT_LINE_COUNT <> 8 %and TEXT_LINE_COUNT <> 9 %then
%unset TEXT_LINE_5
%if TEXT_MODE <> POSITIONAL %then
%unset TEXT_BOX_X_LENGTH
%unset TEXT_BOX_Y_LENGTH
%unset TEXT_BOX_X_POSITION
%unset TEXT_BOX_Y_POSITION
%if TEXT_LINE_COUNT <> 1 %and TEXT_LINE_COUNT <> 10 %and TEXT_LINE_COUNT <> 2 %and TEXT_LINE_COUNT <> 3 %and TEXT_LINE_COUNT <> 4 %and TEXT_LINE_COUNT <> 5 %and TEXT_LINE_COUNT <> 6 %and TEXT_LINE_COUNT <> 7 %and TEXT_LINE_COUNT <> 8 %and TEXT_LINE_COUNT <> 9 %then
%unset TEXT_LINE_1
%if TEXT_LINE_COUNT <> 10 %and TEXT_LINE_COUNT <> 6 %and TEXT_LINE_COUNT <> 7 %and TEXT_LINE_COUNT <> 8 %and TEXT_LINE_COUNT <> 9 %then
%unset TEXT_LINE_6
%if TEXT_LINE_COUNT <> 10 %and TEXT_LINE_COUNT <> 3 %and TEXT_LINE_COUNT <> 4 %and TEXT_LINE_COUNT <> 5 %and TEXT_LINE_COUNT <> 6 %and TEXT_LINE_COUNT <> 7 %and TEXT_LINE_COUNT <> 8 %and TEXT_LINE_COUNT <> 9 %then
%unset TEXT_LINE_3
|