---
title: fontSize
framework: spritekit
role: symbol
role_heading: Instance Property
path: spritekit/sklabelnode/fontsize
---

# fontSize

The size of the font used in the label.

## Declaration

```swift
var fontSize: CGFloat { get set }
```

## Mentioned in

Adding Text to a Scene

## Discussion

Discussion The default font size is 32 points.

## See Also

### Specifying a Label’s Font

- [fontColor](spritekit/sklabelnode/fontcolor.md)
- [fontName](spritekit/sklabelnode/fontname.md)
