spiegel-keyman/windows/docs/engine/api/IKeymanPackageContentFonts/index.md
2024-10-31 10:17:54 +07:00

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.