The Java `org.eclipse.swt.custom.StyledText.getLineHeight` method retrieves the height of a single line in the styled text widget. This method returns the height in pixels, which can be useful for calculations or layout purposes when working with styled text.
Java StyledText.getLineHeight - 18 examples found. These are the top rated real world Java examples of org.eclipse.swt.custom.StyledText.getLineHeight extracted from open source projects. You can rate examples to help us improve the quality of examples.