mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
@@ -1585,7 +1585,7 @@ function statusText(status) {
|
|||||||
function fontDetail(font) {
|
function fontDetail(font) {
|
||||||
const parts = [];
|
const parts = [];
|
||||||
if (font.familyName && font.familyName !== font.fontName) {
|
if (font.familyName && font.familyName !== font.fontName) {
|
||||||
parts.push(`族 ${font.familyName}`);
|
parts.push(`字体族 ${font.familyName}`);
|
||||||
}
|
}
|
||||||
if (font.charset) {
|
if (font.charset) {
|
||||||
parts.push(`字符集 ${font.charset}`);
|
parts.push(`字符集 ${font.charset}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user