Added width to StyleInterface

This commit is contained in:
2024-03-07 01:06:40 +01:00
parent 51f7259fe9
commit 8a0c9ccffc
9 changed files with 51 additions and 3 deletions

View File

@ -17,6 +17,11 @@ class BrailleTallDotsStyle implements StyleInterface
mb_chr(0x281b),
];
}
public function getWidth(): int
{
return 1;
}
}
/*
@ -39,4 +44,4 @@ class BrailleTallDotsStyle implements StyleInterface
28Fx | ⣰ ⣱ ⣲ ⣳ ⣴ ⣵ ⣶ ⣷ ⣸ ⣹ ⣺ ⣻ ⣼ ⣽ ⣾ ⣿
*/
*/