win32 fonts size

This commit is contained in:
Vadim Lopatin 2015-02-10 11:24:45 +03:00
parent 9db29a19cd
commit de4c374197
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ struct CustomCharProps {
this.color = color;
this.textFlags = 0;
}
this(uint color, bool underline, bool strikeThrough) {
this(uint color, bool underline, bool strikeThrough = false) {
this.color = color;
if (underline)
this.textFlags |= TextFlag.Underline;