Quantcast

Fix for the Russian character support issue. Apparently the font FRIZQT__.TTF has an issue displaying russian characters. So instead of forcing everyone to use ARIALN.TTF, I made it a boolean function to check for the russian locale and replace the font accordingly. I'm going to use this function to implement a font selection option in the BagSync config window.

Author Xruptor <xruptor@manaflux.com>
Author date 2018-07-23 22:02:28
Author local date 2018-07-23 18:02:28 -0400
Committer Xruptor <xruptor@manaflux.com>
Committer date 2018-07-23 22:02:28
Committer local date 2018-07-23 18:02:28 -0400
Commit 883e7369574b1909750c393721a095592b34388b
Tree 22e26591d448cb337600a4ecfc6e908ca39b5c68
Parent 49601dd90f8482a606b466961045819526197325
Fix for the Russian character support issue.  Apparently the font FRIZQT__.TTF has an issue displaying russian characters.  So instead of forcing everyone to use ARIALN.TTF, I made it a boolean function to check for the russian locale and replace the font accordingly.  I'm going to use this function to implement a font selection option in the BagSync config window.