dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
lcd_distribution_lut
dlangui
platforms
windows
win32fonts
Undocumented in source.
version(Windows)
static if
(
BACKEND_GUI
)
struct
lcd_distribution_lut (
int
maxv
= 65
) {
this
(double prim, double second, double tert);
uint
primary
(int v);
uint
secondary
(int v);
uint
tertiary
(int v);
}
Constructors
this
this
(double prim, double second, double tert)
Undocumented in source.
Members
Functions
primary
uint
primary
(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
secondary
uint
secondary
(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
tertiary
uint
tertiary
(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dlangui
platforms
windows
win32fonts
classes
Win32Font
Win32FontManager
functions
LVWin32FontEnumFontFamExProc
initWin32FontsTables
pitchAndFamilyToFontFamily
prepare_lcd_glyph
structs
lcd_distribution_lut