Skip to content
Glyphs
  • Python
  • Core:
  • Objective-C
  • Swift
  • Python
  • GlyphsCore
    • GSShape
      • GSPath
        • GSNode
          • type
  1. GlyphsCore
  2. GSShape
  3. GSPath
  4. GSNode

Instance Property

type

The type of the node.

Declaration

var type: GSNode.NodeType { get set }

Declaration

@property (nonatomic, assign) GSNodeType type;

Declaration

See also type in the Python API

pyobjc_instanceMethods.type() -> GSNodeType
pyobjc_instanceMethods.setType_(type: GSNodeType)

See Also

Type

  • GSNode.NodeTypeGSNodeTypeGSNodeType

    The type of path segment that the node describes.

  • typeFast

    More efficient access to the node type.

  • typeTag

    A character representing the type of the node.