mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 07:17:13 -04:00
Fixes a problem with Chinese text rendering, closes #369
This commit is contained in:
parent
c053a4e33a
commit
872c472bfe
@ -167,7 +167,7 @@ public final class Style {
|
||||
this.mattersForSize = builder.mattersForSize;
|
||||
|
||||
stroke = new BasicStroke(thickness, builder.endCap, BasicStroke.JOIN_MITER, 10f, dash, 0f);
|
||||
font = new Font("Arial", fontStyle, fontSize);
|
||||
font = new Font(null, fontStyle, fontSize);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user