Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Graphics.Vty.UnicodeWidthTable.Types
Synopsis
- data UnicodeWidthTable = UnicodeWidthTable {}
- data WidthTableRange = WidthTableRange {
- rangeStart :: Word32
- rangeSize :: Word32
- rangeColumns :: Word8
Documentation
data UnicodeWidthTable Source #
A run-length-encoded table of Unicode character widths.
Constructors
UnicodeWidthTable | |
Fields
|
Instances
data WidthTableRange Source #
A range of code points in a width table.
Constructors
WidthTableRange | |
Fields
|
Instances
Show WidthTableRange Source # | |
Defined in Graphics.Vty.UnicodeWidthTable.Types | |
Eq WidthTableRange Source # | |
Defined in Graphics.Vty.UnicodeWidthTable.Types Methods (==) :: WidthTableRange -> WidthTableRange -> Bool Source # (/=) :: WidthTableRange -> WidthTableRange -> Bool Source # |