---
title: labelFont
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfthumbnailview/labelfont
---

# labelFont

Returns the font used to label the thumbnails.

## Declaration

```swift
@NSCopying var labelFont: NSFont? { get set }
```

## Return Value

Return Value The font used in the thumbnail labels.

## Discussion

Discussion Typically, the label of a thumbnail is the page number of the page it represents.

## See Also

### Working with Thumbnail View Display Characteristics

- [maximumNumberOfColumns](pdfkit/pdfthumbnailview/maximumnumberofcolumns.md)
- [backgroundColor](pdfkit/pdfthumbnailview/backgroundcolor.md)
