Hi,
the docx file has lowercase text uppercased by style (ie. All Caps in font settings of style).
When converting to epub, everything works, text is included in lowercase, and CSS style has
text-transform: uppercase;
BUT: When font subsetting is on, the uppercase letters are not "counted in" and therefore not included in ttf in epub file.
There are workarounds (uppercase in word, which is bleh, or not subsetting which produces unnecessarily large epubs).
Kovid, is this fixable, or should I "work around"?
the docx file has lowercase text uppercased by style (ie. All Caps in font settings of style).
When converting to epub, everything works, text is included in lowercase, and CSS style has
text-transform: uppercase;
BUT: When font subsetting is on, the uppercase letters are not "counted in" and therefore not included in ttf in epub file.
There are workarounds (uppercase in word, which is bleh, or not subsetting which produces unnecessarily large epubs).
Kovid, is this fixable, or should I "work around"?