---
title: "toFontFamily"
description: "Create a [FontFamily] from this single [Font]."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun Font.toFontFamily() = FontFamily(this)
```


Create a `FontFamily` from this single `Font`.



