I am making a keyboard app (general purpose, not just for a specific textview). Currently when the user presses a key the following code happens:
getCurrentInputConnection().commitText("string",1);
Is there anyway I can set the font of the input string? That way if the user presses the button instead of sending a message with the default font it will send it with a custom font.