Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/PDFMathTranslate/PDFMathTranslate
/ on_vfont_change
Function
on_vfont_change
pdf2zh/gui.py:657–659 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
655
return
gr.update(visible=False)
656
657
def
on_vfont_change(value):
658
ConfigManager.set(
"PDF2ZH_VFONT"
, value)
659
return
value
660
661
output_title = gr.Markdown(
"## Translated"
, visible=False)
662
output_file_mono = gr.File(
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected