Package com.teamten.typeset
Class Ligature
java.lang.Object
com.teamten.typeset.Ligature
Represents a single ligature.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMulti()
The multi-character version of the ligature (e.g., "fi").int
The single-character version of the ligature (e.g., "fi"), as a code point.The single-character version of the ligature (e.g., "fi"), as a string.Replace all instances of the ligature in the string with the single-char version.
-
Constructor Details
-
Ligature
-
-
Method Details
-
getMulti
The multi-character version of the ligature (e.g., "fi"). -
getSingleString
The single-character version of the ligature (e.g., "fi"), as a string. -
getSingleChar
public int getSingleChar()The single-character version of the ligature (e.g., "fi"), as a code point. -
replace
Replace all instances of the ligature in the string with the single-char version.
-