mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
24 lines
436 B
Markdown
24 lines
436 B
Markdown
---
|
|
title: IKeymanPackageContentFont Interface
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageContentFont` interface describes a font within a
|
|
package.
|
|
|
|
## Interface Hierarchy
|
|
|
|
`IDispatch`
|
|
|
|
> [`IKeymanObject`](../IKeymanObject)
|
|
>
|
|
> > **`IKeymanPackageContentFont`**
|
|
|
|
## Properties
|
|
|
|
[`Filename`](Filename)
|
|
: The filename of the font, without path.
|
|
|
|
[`Name`](Name)
|
|
: The TrueType full name of the font, read from the font NAME table.
|