mirror of https://github.com/buggins/dlangui.git
fix build error
This commit is contained in:
parent
d61d3ee1a4
commit
3810b5848c
|
@ -206,7 +206,7 @@ class FreeTypeFontFile {
|
|||
if (replacement) {
|
||||
ch_glyph_index = FT_Get_Char_Index(_face, replacement);
|
||||
if (ch_glyph_index == 0) {
|
||||
dchar replacement = getReplacementChar(replacement);
|
||||
replacement = getReplacementChar(replacement);
|
||||
if (replacement) {
|
||||
ch_glyph_index = FT_Get_Char_Index(_face, replacement);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue