feat: 完成四种字母描红开发
This commit is contained in:
@@ -97,8 +97,7 @@ export function drawLetterInFourLineGrid(
|
||||
bold?: boolean;
|
||||
},
|
||||
) {
|
||||
const fontFamily =
|
||||
options?.fontFamily ?? fontFamilyOf(sizes._profile);
|
||||
const fontFamily = options?.fontFamily ?? fontFamilyOf(sizes._profile);
|
||||
const color = options?.color ?? '#1a1a1a';
|
||||
const bold = options?.bold ?? false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user