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

Instance Method

property(forName:)propertyForName:propertyForName_

Returns the property for the specified name.

Declaration

func property(forName name: GSPropertyName) -> GSInfoProperty?

Declaration

- (GSInfoProperty *) propertyForName:(GSPropertyName) name;

Declaration

propertyForName_(name: GSPropertyName) -> GSInfoProperty

Parameters

name

The name of the property.

Return Value

The property, or nil if not found.