Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Justin Piper
VuhDo
Commits
668ee328
Commit
668ee328
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
-- Re-enable LibSharedMedia fonts for zhCN, zhTW, and koKR locales
parent
946242af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
VuhDoGuiToolbox.lua
VuhDoGuiToolbox.lua
+1
-2
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoGuiToolbox.lua
View file @
668ee328
...
...
@@ -290,9 +290,8 @@ end
-- Liefert sicheren Fontnamen. Falls in LSM nicht (mehr) vorhanden oder
-- in asiatischem Land den Standard-Font zurckliefern. Genauso wenn als Argument nil geliefert wurde
function
VUHDO_getFont
(
aFont
)
if
(
aFont
or
""
)
~=
""
and
sIsNotInChina
then
if
(
aFont
or
""
)
~=
""
then
for
_
,
tFontInfo
in
pairs
(
VUHDO_FONTS
)
do
if
aFont
==
tFontInfo
[
1
]
then
return
aFont
;
end
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
668ee328
...
...
@@ -10,6 +10,7 @@ Known issues:
Bugfixes:
-- Re-enable LibSharedMedia fonts for zhCN, zhTW, and koKR locales
Improvements:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment