diff options
Diffstat (limited to 'src/w32fns.c')
-rw-r--r-- | src/w32fns.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/w32fns.c b/src/w32fns.c index 189a27c62f1..e91097ba20e 100644 --- a/src/w32fns.c +++ b/src/w32fns.c @@ -9242,6 +9242,16 @@ Default is nil. This variable has effect only on NT family of systems, not on Windows 9X. */); w32_use_fallback_wm_chars_method = 0; + DEFVAR_BOOL ("w32-disable-new-uniscribe-apis", + w32_disable_new_uniscribe_apis, + doc: /* Non-nil means don't use new Uniscribe APIs. +The new APIs are used to access OTF features supported by fonts. +This is intended only for debugging of the new Uniscribe-related code. +Default is nil. + +This variable has effect only on Windows Vista and later. */); + w32_disable_new_uniscribe_apis = 0; + #if 0 /* TODO: Port to W32 */ defsubr (&Sx_change_window_property); defsubr (&Sx_delete_window_property); |