---
title: "multiple(factor:)"
framework: foundation
role: symbol
role_heading: Type Method
path: "foundation/attributedstring/lineheight/multiple(factor:)"
---

# multiple(factor:)

Constant line height based on a multiple of the point size.

## Declaration

```swift
static func multiple(factor: CGFloat) -> AttributedString.LineHeight
```

## Discussion

Discussion Definines the line height based on the largest point size multiplied by factor, regardless of the effective ascent and descent of the fonts in use.
