Quote:
Originally Posted by tshering
1) You replace "true" by "false". Since "false" has one byte more than "true", you have to remove one byte. You can remove, e.g. the end of line byte (HEX0A) after "false;", or the tab (HEX09) before "qproperty-visible".
2) You change [deviceCodeName="dragon"] to something like [deviceCodeName="Tragon"]. As a result the value false from "* {qproperty-visible: false;}" will be applied to the Aura too.
Before you tar and compress, check that the file size has not changed.
|
So as I uderstand: if I want to change Avenir font to something else I must enter font which name is exactly as long as "Avenir" (6 letters/bytes)? Or maybe shorter names would be ok? And how about sideloaded fonts like popular Charis SIL? Would it be ok to use them?
Or maybe all of that concerns only those logic true/false values?