voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
GlyphWidthRange
voxelman
gui
textedit
texteditorview
Undocumented in source.
struct
GlyphWidthRange (
R
) {
import
std
.
utf
:
decodeFront
;
;
import
std
.
typecons
:
Yes
;
;
TextViewSettingsRef
settings
;
R
input
;
int
x
;
size_t
byteOffset
;
int
opApply
(int delegate(int x, int width) del);
}
Members
Functions
opApply
int
opApply
(int delegate(int x, int width) del)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
byteOffset
size_t
byteOffset
;
Undocumented in source.
input
R
input
;
Undocumented in source.
settings
TextViewSettingsRef
settings
;
Undocumented in source.
x
int
x
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
gui
textedit
texteditorview
functions
glyphWidthRange
keyPressToCommand
registerComponents
textWidth
structs
GlyphWidthRange
TextEditorLineNumbersData
TextEditorLineNumbersLogic
TextEditorViewportData
TextEditorViewportLogic