You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to create a UFOOperator on the fly using fonts that are open in RoboFont. I'm adding sources with addSource with the font object set in the SourceDescriptor. However, getFonts() doesn't return the fonts after the UFOOperator is populated. It looks like self.fonts is only updated in loadFonts and updateFonts with the latter being dependent on the fonts already existing. Should self.fonts update when addSource is called or should self.fonts be updated by the entity that called addSource?
The demo below runs in RoboFont with > 1 one open.
I'm trying to create a UFOOperator on the fly using fonts that are open in RoboFont. I'm adding sources with
addSource
with the font object set in the SourceDescriptor. However,getFonts()
doesn't return the fonts after the UFOOperator is populated. It looks likeself.fonts
is only updated inloadFonts
andupdateFonts
with the latter being dependent on the fonts already existing. Shouldself.fonts
update whenaddSource
is called or shouldself.fonts
be updated by the entity that calledaddSource
?The demo below runs in RoboFont with > 1 one open.
The text was updated successfully, but these errors were encountered: