ufoProcessor icon indicating copy to clipboard operation
ufoProcessor copied to clipboard

Copy `com.typemytype.robofont.italicSlantOffset` value

Open LettError opened this issue 1 year ago • 3 comments

If the sources have an entry for com.typemytype.robofont.italicSlantOffset, it would be convenient to copy this value to instances.

Arguments:

  • the glyphs will be drawn with this offset.
  • RF will use this value and compensate for it when generating binaries.
  • I don't think the value needs to be interpolated.

Code would need to check specifically if the sources for the discrete location of the instance have the value set.

LettError avatar May 28 '24 18:05 LettError

+1

the fallback value is 0 if that lib key is not available

typemytype avatar May 28 '24 19:05 typemytype

This value relates to glyph geometry. Therefore it would be eligible for interpolation.

LettError avatar Jun 16 '24 16:06 LettError

https://github.com/LettError/ufoProcessor/pull/61

LettError avatar Jun 16 '24 17:06 LettError