mirror of https://github.com/buggins/dlangui.git
win32 fonts size
This commit is contained in:
parent
9db29a19cd
commit
de4c374197
|
|
@ -86,7 +86,7 @@ struct CustomCharProps {
|
||||||
this.color = color;
|
this.color = color;
|
||||||
this.textFlags = 0;
|
this.textFlags = 0;
|
||||||
}
|
}
|
||||||
this(uint color, bool underline, bool strikeThrough) {
|
this(uint color, bool underline, bool strikeThrough = false) {
|
||||||
this.color = color;
|
this.color = color;
|
||||||
if (underline)
|
if (underline)
|
||||||
this.textFlags |= TextFlag.Underline;
|
this.textFlags |= TextFlag.Underline;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue