Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Set fonts for SWT applications from command line or in properties files

In some cases I want to set fonts from command line or
in properties files instead of creating a Font object and
calls setFont() in code.
How can I do it ?
 
Thanks in advance.
Cuong

Back to the top