Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/validate_fonts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ validate_font_symbols() {

# Convert Text characters into list of unicodes in a UTF-32 format: \U12345678
while IFS= read -r char; do
hex="$(printf "$char" | iconv -f UTF-8 -t UTF-32BE | xxd -p)"
hex="$(printf "%s" "$char" | iconv -f UTF-8 -t UTF-32BE | xxd -p)"
# Skip some characters
if [[ " ${SKIP_CHARS[@]} " =~ " $hex " ]]; then
continue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ class VirtusizeWebViewFragment : DialogFragment() {
}

val transport = resultMsg.obj as WebView.WebViewTransport
binding.webView.addView(popupWebView)
transport.webView = popupWebView
resultMsg.sendToTarget()
}
Expand Down
Binary file modified virtusize/src/main/res/font/subset_noto_sans_jp_bold.ttf
Binary file not shown.
Binary file modified virtusize/src/main/res/font/subset_noto_sans_jp_regular.ttf
Binary file not shown.
Binary file modified virtusize/src/main/res/font/subset_noto_sans_kr_bold.ttf
Binary file not shown.
Binary file modified virtusize/src/main/res/font/subset_noto_sans_kr_regular.ttf
Binary file not shown.