mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
14 lines
250 B
Markdown
14 lines
250 B
Markdown
---
|
|
title: IKeymanPackageContentFont::Name Property
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageContentFont::Name` property returns the TrueType full
|
|
name of the font, read from the font NAME table.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
readonly string Name
|
|
```
|