spiegel-keyman/android/docs/engine
Eberhard Beilharz 1191e4387f
fix(android): fix setting font
PR #16146 introduced a problem with selecting a different font as
display font so that we always ended up with not setting the font.
This was caused by the font filenames now being a URL (which is necessary
because they get processed by the web engine). However, the Android code
checks for the existence of the font in order to create the typeface,
which only works for local paths.

This PR modifies and simplifies `KMKeyboard.getFontFilename` to return the
full path, renames `KMKeyboard.txtFont` and `KMKeyboard.oskFont` to make
it clearer that they contain a path and not a URL.

Also initialize `KMKeyboard.oskFontPath` with empty string instead of
`null`. This makes it consistent with` txtFontPath` and with the
documented behavior of `KMManager.getKeyboardOskFontFilename()` (which
returns `KMKeyboard.oskFontPath`).

Follows: #16146
Fixes: #16187
Build-bot: release:android
2026-07-02 19:52:35 +02:00
..
guides chore: increment to alpha 19.0 2025-02-11 14:14:15 +07:00
KeyboardEventHandler refactor(android): move Android Engine help in-repo 2024-10-31 10:08:17 +07:00
KMAPro docs(android): Document Keyman API for keyboard font change 2025-11-28 10:55:54 +07:00
KMKeyboard refactor(android): move Android Engine help in-repo 2024-10-31 10:08:17 +07:00
KMManager fix(android): fix setting font 2026-07-02 19:52:35 +02:00
index.md docs(android): Document Keyman API for keyboard font change 2025-11-28 10:55:54 +07:00
whatsnew.md docs(android): Document Keyman API for keyboard font change 2025-11-28 10:55:54 +07:00