Adjust to new CJK font width
This commit is contained in:
parent
7f0a3a16d7
commit
5e97bfa1e8
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ constexpr char32_t ZWSP = U'\u200B'; // Zero-width space
|
|||
std::unordered_map<uint32_t, Art> Fonts;
|
||||
std::unordered_map<uint32_t, std::array<uint8_t, 256>> FontKerns;
|
||||
std::array<int, 6> FontSizes = { 12, 24, 30, 42, 46, 22 };
|
||||
std::array<uint8_t, 6> FontFullwidth = { 16, 21, 29, 41, 43, 16 };
|
||||
std::array<uint8_t, 6> FontFullwidth = { 17, 21, 29, 41, 43, 16 };
|
||||
std::array<int, 6> LineHeights = { 12, 26, 38, 42, 50, 22 };
|
||||
std::array<int, 6> BaseLineOffset = { -3, -2, -3, -6, -7, 3 };
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue