mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-08 22:20:22 +01:00
Truetype subset: add missing unicode ranges to cmap
A couple of unicode ranges were missing from the cmap generated for latin fonts. https://bugs.freedesktop.org/show_bug.cgi?id=31878
This commit is contained in:
parent
2ae2be36d4
commit
47b81b9fea
1 changed files with 2 additions and 0 deletions
|
|
@ -408,6 +408,7 @@ static cmap_unicode_range_t winansi_unicode_ranges[] = {
|
|||
{ 0x0020, 0x007f },
|
||||
{ 0x00a0, 0x00ff },
|
||||
{ 0x0152, 0x0153 },
|
||||
{ 0x0160, 0x0161 },
|
||||
{ 0x0178, 0x0178 },
|
||||
{ 0x017d, 0x017e },
|
||||
{ 0x0192, 0x0192 },
|
||||
|
|
@ -416,6 +417,7 @@ static cmap_unicode_range_t winansi_unicode_ranges[] = {
|
|||
{ 0x2013, 0x2026 },
|
||||
{ 0x2030, 0x2030 },
|
||||
{ 0x2039, 0x203a },
|
||||
{ 0x20ac, 0x20ac },
|
||||
{ 0x2122, 0x2122 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue