Hi Patrick,
First of all, thank you for your continuous work on Pastiera!
I have a small quality-of-life suggestion regarding visual accessibility and candidate visibility: would it be possible to add an option (or a theme parameter) to render suggested words in bold font in the candidate bar?
Use case / Benefit: When typing quickly on a physical keyboard, having the word suggestions displayed in bold text makes them significantly easier to spot and read at a glance.
Implementation detail: In the Compose rendering for the candidate bar (FullSuggestionsBar.kt), applying fontWeight = FontWeight.Bold to the candidate Text elements (or exposing a boolean property like suggestionBold in KeyboardThemePreset) would offer great visual contrast.
Thank you for considering this enhancement!
Cheers,
Hi Patrick,
First of all, thank you for your continuous work on Pastiera!
I have a small quality-of-life suggestion regarding visual accessibility and candidate visibility: would it be possible to add an option (or a theme parameter) to render suggested words in bold font in the candidate bar?
Use case / Benefit: When typing quickly on a physical keyboard, having the word suggestions displayed in bold text makes them significantly easier to spot and read at a glance.
Implementation detail: In the Compose rendering for the candidate bar (FullSuggestionsBar.kt), applying fontWeight = FontWeight.Bold to the candidate Text elements (or exposing a boolean property like suggestionBold in KeyboardThemePreset) would offer great visual contrast.
Thank you for considering this enhancement!
Cheers,