# 基础功能
# 查询所有支持的字体
# 请求 URL:
http://host:port/heycloud/api/render/fonts
# 请求方式:
- GET
# 内置支持中文的字体
Noto Sans CJK SC Regular
思源黑体(默认)Noto Serif CJK SC Regular
思源宋体FZFangSong-Z02S Regular
仿宋FZHei-B01S Regular
黑体FZKai-Z03S Regular
楷体FZShuSong-Z01S Regular
宋体
# 请求示例:
GET http://host:port/heycloud/api/render/fonts
# 正确响应示例:
{
"result": ["DejaVu Math TeX Gyre Regular","DejaVu Sans Bold","DejaVu Sans Bold Oblique","DejaVu Sans Book","DejaVu Sans Condensed","DejaVu Sans Condensed Bold","DejaVu Sans Condensed Bold Oblique","DejaVu Sans Condensed Oblique","DejaVu Sans ExtraLight","DejaVu Sans Mono Bold","DejaVu Sans Mono Bold Oblique","DejaVu Sans Mono Book","DejaVu Sans Mono Oblique","DejaVu Sans Oblique","DejaVu Serif Bold","DejaVu Serif Bold Italic","DejaVu Serif Book","DejaVu Serif Condensed","DejaVu Serif Condensed Bold","DejaVu Serif Condensed Bold Italic","DejaVu Serif Condensed Italic","DejaVu Serif Italic","FZFangSong-Z02S Regular","FZHei-B01S Regular","FZKai-Z03S Regular","FZShuSong-Z01S Regular","Noto Sans CJK SC Regular","Noto Serif CJK SC Regular"]
}
# 错误响应示例:
{
"error": "ERROR",
"message": "错误信息"
}