Difficult-Rocket/Difficult_Rocket/guis/format/html.jl

19 lines
266 B
Julia
Raw Normal View History

2022-04-26 22:05:58 +08:00
#=
html:
- Julia version: 1.7.2
- Author: shenjack
- Date: 2022-04-26
=#
using PyCall
include("../../utils/translate.jl")
struct default_style
2022-04-30 13:56:57 +08:00
font_name::String
2022-04-26 22:05:58 +08:00
font_size::UInt8
bold::Bool
italic::Bool
end
2022-04-30 13:56:57 +08:00
default_style = default_style(fonts.HOS)