dwrite: Handle Unicode platform when looking for name record codepage.
This commit is contained in:
parent
fb37d215cd
commit
c457d0f107
@ -930,6 +930,8 @@ static UINT get_name_record_codepage(enum OPENTYPE_PLATFORM_ID platform, USHORT
|
|||||||
UINT codepage = 0;
|
UINT codepage = 0;
|
||||||
|
|
||||||
switch (platform) {
|
switch (platform) {
|
||||||
|
case OPENTYPE_PLATFORM_UNICODE:
|
||||||
|
break;
|
||||||
case OPENTYPE_PLATFORM_MAC:
|
case OPENTYPE_PLATFORM_MAC:
|
||||||
switch (encoding)
|
switch (encoding)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user