Strikeout values are not written to font
-
I noticed that the values in
RFont.info.openTypeOS2StrikeoutSize
andRFont.info.openTypeOS2StrikeoutPosition
are not written into a generated OTF. Instead, theopenTypeOS2StrikeoutSize
is always the same as thepostscriptUnderlineThickness
and theopenTypeOS2StrikeoutPosition
is set to the x-height * 0.6, it looks like some kind of FDK fallback is taking place there.
-
hm, weird
ufo2fdk adds those value correctly into the source .otf before sending it to fdk
see https://github.com/typesupply/ufo2fdk/blob/master/Lib/ufo2fdk/outlineOTF.py#L321-L329