mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
5a287473fd
Support emoji characters and minor characters. JIRA issue: CORE-19030 NOTE: Not every emoji is supported yet (No ZWJ support). Surrogate pairs only. NOTE: This feature only works if the appropriate font is selected. - Add IS_HIGH_SURROGATE and IS_LOW_SURROGATE macros. - Add Utf32FromSurrogatePair helper function to convert a surrogate pair to a UTF-32 code point. - Convert the surrogate pairs in the text in TextIntGetTextExtentPoint, IntGetTextDisposition, and IntExtTextOutW functions. |
||
---|---|---|
.. | ||
drivers | ||
gdi | ||
include | ||
printing | ||
reactx | ||
user | ||
CMakeLists.txt | ||
napi.h | ||
pch.h | ||
sys-stubs.S | ||
w32ksvc32.h | ||
w32ksvc64.h | ||
win32k.h | ||
win32k.rc | ||
win32k.spec | ||
win32kp.h |