Uses of Record Class
javafx.scene.text.TextLineInfo
Packages that use TextLineInfo
Package
Description
Provides the set of classes for fonts and renderable Text Node.
-
Uses of TextLineInfo in javafx.scene.text
Methods in javafx.scene.text that return TextLineInfoModifier and TypeMethodDescriptionabstract TextLineInfo
LayoutInfo.getTextLine
(int index, boolean includeLineSpacing) Returns theTextLineInfo
object which contains information about the text line at indexindex
.Methods in javafx.scene.text that return types with arguments of type TextLineInfoModifier and TypeMethodDescriptionabstract List
<TextLineInfo> LayoutInfo.getTextLines
(boolean includeLineSpacing) Returns the immutable list of text lines in the layout.