Package com.iizix.swt
Class BoldFontStyler
java.lang.Object
org.eclipse.jface.viewers.StyledString.Styler
com.iizix.swt.BoldFontStyler
A Styler for Viewers with Bold fonts.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorDescriptionBoldFontStyler
(Viewer viewer) Constructs a Styler for StyledString that sets a bold font.Method Summary
Constructor Details
BoldFontStyler
Constructs a Styler for StyledString that sets a bold font.- Parameters:
viewer
- The viewer.
Method Details
applyStyles
Sets the new bold font.- Specified by:
applyStyles
in classStyledString.Styler