printed ~master (2020-12-27T16:45:33Z)
Dub
Repo
CharRange
printed
font
opentype
A POD-type to represent a range of Unicode characters.
struct
CharRange {
dchar
start
;
dchar
stop
;
}
Members
Variables
start
dchar
start
;
Undocumented in source.
stop
dchar
stop
;
Undocumented in source.
Meta
Source
See Implementation
printed
font
opentype
classes
OpenTypeFile
OpenTypeFont
enums
FontBaseline
OpenTypeFontStyle
OpenTypeFontWeight
structs
CharRange
OpenTypeTextMetrics
A POD-type to represent a range of Unicode characters.