Thanks for your reply.
Changing the alignment requires a conversion, right? I tried converting to EPUB with the option "Left Align" ticked but the resulting file still shows the same defects...
The CSS in "stylesheet.css" for the "t" selectors is the the following:
Quote:
.t1 {
-moz-font-feature-settings: "liga" 0;
-ms-transform: matrix(0.759826, 0, 0, 0.759826, 0, 0);
-ms-transform-origin: 0 100%;
-webkit-transform: matrix(0.759826, 0, 0, 0.759826, 0, 0);
-webkit-transform-origin: 0 100%;
border-bottom: 0;
border-top: 0;
bottom: 712.386738px;
color: rgb(0, 0, 0);
display: block;
font-family: ff2;
font-size: 1.33333em;
font-style: normal;
font-weight: normal;
height: 31.898749px;
left: 366.766739px;
letter-spacing: 0;
line-height: 1.2;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
position: absolute;
text-indent: 1.5em;
text-shadow: -0.015em 0 transparent, 0 0.015em transparent, 0.015em 0 transparent, 0 -0.015em transparent;
transform: matrix(0.759826, 0, 0, 0.759826, 0, 0);
transform-origin: 0 100%;
visibility: visible;
white-space: pre-wrap;
width: 7545px;
word-spacing: 0;
|
Similarly, there are 4596 ".pcalibre" entries, which include this stuff:
Quote:
}
.pcalibre4596 {
-moz-font-feature-settings: "liga" 0;
-ms-transform: matrix(0.737031, 0, 0, 0.759826, 0, 0);
-ms-transform-origin: 0 100%;
-webkit-transform: matrix(0.737031, 0, 0, 0.759826, 0, 0);
-webkit-transform-origin: 0 100%;
border-bottom: 0;
border-top: 0;
bottom: 491.460946px;
color: rgb(0, 0, 0);
display: block;
font-family: ffe;
font-size: 1.33333em;
font-style: normal;
font-weight: normal;
height: 31.05px;
left: 990.830985px;
letter-spacing: -0.375px;
line-height: 1.2;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 0;
padding-top: 0;
position: absolute;
text-indent: 1.5em;
text-shadow: -0.015em 0 transparent, 0 0.015em transparent, 0.015em 0 transparent, 0 -0.015em transparent;
transform: matrix(0.737031, 0, 0, 0.759826, 0, 0);
transform-origin: 0 100%;
visibility: visible;
white-space: pre-wrap;
width: 7545px;
word-spacing: 0.825px;
}
|
If I understand well, those are parameters that define the characteristics of each character in the text, like font, alignement, size...?
If so, why are there so many of them?