Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSLayer
      • GSLayer Metrics
        • GSMetricStore
          • metric
  1. GlyphsCore
  2. GSLayer
  3. GSLayer Metrics
  4. GSMetricStore

Instance Property

metric

Declaration

weak var metric: GSMetric? { get set }

Declaration

@property (nonatomic, weak) GSMetric * metric;

Declaration

See also metric in the Python API

pyobjc_instanceMethods.metric() -> GSMetric
pyobjc_instanceMethods.setMetric_(metric: GSMetric)