mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
15 lines
311 B
Markdown
15 lines
311 B
Markdown
---
|
|
title: IKeymanPackage::Fonts Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackage::Fonts` property returns an
|
|
[`IKeymanPackageContentFonts`](../IKeymanPackageContentFonts) reference
|
|
which lists the fonts included within the package.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly IKeymanPackageContentFonts* Fonts
|
|
```
|