<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PencilKit",
  "identifier" : "/documentation/PencilKit/PKInkingToolReference/minimumWidth(forInkType:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "PencilKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PKInkingTool(cm)minimumWidthForInkType:"
  },
  "title" : "minimumWidth(forInkType:)"
}
-->

# minimumWidth(forInkType:)

Returns the minimum allowed line width for the specified tool type.

```
class func minimumWidth(forInkType inkType: __PKInkType) -> CGFloat
```

## Parameters

`inkType`

The type of tool whose minimum line width you want.

## Return Value

The minimum line width (in points) for the specified tool type.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)