|
@@ -288,6 +288,7 @@ void TextSource::UpdateFont()
|
|
|
lf.lfUnderline = underline;
|
|
lf.lfUnderline = underline;
|
|
|
lf.lfStrikeOut = strikeout;
|
|
lf.lfStrikeOut = strikeout;
|
|
|
lf.lfQuality = ANTIALIASED_QUALITY;
|
|
lf.lfQuality = ANTIALIASED_QUALITY;
|
|
|
|
|
+ lf.lfCharSet = DEFAULT_CHARSET;
|
|
|
|
|
|
|
|
if (!face.empty()) {
|
|
if (!face.empty()) {
|
|
|
wcscpy(lf.lfFaceName, face.c_str());
|
|
wcscpy(lf.lfFaceName, face.c_str());
|