mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
18 lines
495 B
Markdown
18 lines
495 B
Markdown
---
|
|
title: IKeymanKeyboard::Version GetCharsUsed Method
|
|
---
|
|
|
|
## Introduction
|
|
|
|
The `IKeymanKeyboard::GetCharsUsed` method returns the character
|
|
repertoire of the keyboard layout, that is, the Unicode characters that
|
|
the keyboard generates and references. This can be helpful for
|
|
determining support for a given keyboard, e.g. related fonts, and is
|
|
built up by scanning all the keyboard output and context strings in the
|
|
keyboard layout.
|
|
|
|
## Specification
|
|
|
|
``` clike
|
|
string GetCharsUsed(void)
|
|
```
|