Is there a way to show different fonts/font-sizes depending on whether it’s a Java function name, or keyword, etc?
Is there a way to show different fonts/font-sizes depending on whether it’s a Java
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If no one else is going to say anything then I’ll say no, there’s no way to have different fonts and sizes in a single Text editor. The editor has as part of its internal configuration a means to determine which text is a reserved word, comment, etc. and the editor framework is able to color the text based on that syntactic parsing. However, there is no support for changing the font or font size of the text.