mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
28 lines
624 B
Markdown
28 lines
624 B
Markdown
---
|
|
title: IKeymanPackageContentFonts Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageContentFonts` interface lists the fonts included in
|
|
the package.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > [`IKeymanCollection`](../IKeymanCollection)
|
|
> >
|
|
> > > **`IKeymanPackageContentFonts`**
|
|
|
|
## Properties
|
|
|
|
[`Items[Index]`](Items) <span class="readonly">read only</span>
|
|
: Returns an
|
|
[`IKeymanPackageContentFont`](../IKeymanPackageContentFont)
|
|
reference for the font identified by `Index`.
|
|
|
|
[`IndexOf()`](IndexOf)
|
|
: Gets the index of a font by filename in the collection.
|