Value | Meaning |
---|---|
DWRITE_FACTORY_TYPE_SHARED | <summary> Shared factory allow for re-use of cached font data across multiple in process components. Such factories also take advantage of cross process font caching components for better performance. </summary> |
DWRITE_FACTORY_TYPE_ISOLATED | <summary> Objects created from the isolated factory do not interact with internal DirectWrite state from other components. </summary> |