mirror of https://github.com/buggins/dlangui.git
fix issue #1
This commit is contained in:
parent
3fa5612e90
commit
71a1e4cc78
|
@ -163,7 +163,8 @@ private class FreeTypeFontFile {
|
|||
return true; // successfully opened
|
||||
}
|
||||
|
||||
static static dchar getReplacementChar(dchar code) {
|
||||
/// find some suitable replacement for important characters missing in font
|
||||
static dchar getReplacementChar(dchar code) {
|
||||
switch (code) {
|
||||
case UNICODE_SOFT_HYPHEN_CODE:
|
||||
return '-';
|
||||
|
|
Loading…
Reference in New Issue