mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
17 lines
353 B
Markdown
17 lines
353 B
Markdown
---
|
|
title: IKeymanPackageContentFonts::IndexOf Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanPackageContentFonts::IndexOf` method returns the zero-based
|
|
index of the file in the collection that has a filename matching the
|
|
`Filename` parameter.
|
|
|
|
If no file matches, then the method returns `-1`.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
long IndexOf(string Filename)
|
|
```
|