Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSInstance
      • interpolatedFont:
  1. GlyphsCore
  2. GSInstance

Instance Method

interpolatedFont()interpolatedFont:interpolatedFont_

The interpolated font proxy.

Declaration

func interpolatedFont() throws -> GSInterpolationFontProxy

Declaration

- (GSInterpolationFontProxy *) interpolatedFont:(NSError **) error;

Declaration

interpolatedFont_() -> tuple[GSInterpolationFontProxy, NSError]