[
https://issues.apache.org/jira/browse/UIMA-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568596#action_12568596
]
Thilo Goetz commented on UIMA-777:
----------------------------------
The way to set the font in a text area is:
Font font = new Font("Arial Unicode MS", Font.PLAIN, 12);
this.textArea.setFont(font);
> CVD: add font selection
> -----------------------
>
> Key: UIMA-777
> URL: https://issues.apache.org/jira/browse/UIMA-777
> Project: UIMA
> Issue Type: Wish
> Components: Tools
> Affects Versions: 2.2.1
> Reporter: Thilo Goetz
> Priority: Minor
>
> To better support various international scripts, it would be nice if users
> could choose the text font in CVD. Currently, when the Swing default text
> font can't display the characters, there is no way to properly view input
> text.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.