Commit 5c912972 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

dwrite: Implement mark glyph filtering.

parent 2e79405e
...@@ -459,6 +459,8 @@ struct scriptshaping_cache ...@@ -459,6 +459,8 @@ struct scriptshaping_cache
{ {
struct dwrite_fonttable table; struct dwrite_fonttable table;
unsigned int classdef; unsigned int classdef;
unsigned int markattachclassdef;
unsigned int markglyphsetdef;
} gdef; } gdef;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment