Added width to StyleInterface
This commit is contained in:
@ -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 | ⣰ ⣱ ⣲ ⣳ ⣴ ⣵ ⣶ ⣷ ⣸ ⣹ ⣺ ⣻ ⣼ ⣽ ⣾ ⣿
|
||||
|
||||
|
||||
*/
|
||||
*/
|
||||
|
Reference in New Issue
Block a user