mirror of https://github.com/buggins/dlangui.git
fix console mode build - close #465
This commit is contained in:
parent
24b3b5ed61
commit
5ab50e327f
|
@ -13,7 +13,8 @@ class ConsoleFont : Font {
|
|||
_spaceWidth = 1;
|
||||
_glyph.blackBoxX = 1;
|
||||
_glyph.blackBoxY = 1;
|
||||
_glyph.width = 0;
|
||||
_glyph.widthPixels = 1;
|
||||
_glyph.widthScaled = 1 << 6;
|
||||
_glyph.originX = 0;
|
||||
_glyph.originY = 0;
|
||||
_glyph.subpixelMode = SubpixelRenderingMode.None;
|
||||
|
|
|
@ -1 +1 @@
|
|||
v0.9.155
|
||||
v0.9.156
|
Loading…
Reference in New Issue