Removed Uniscribe from the Windows build process and header file list. Also more TODOs. Next major goal: reinstating the font button.
This commit is contained in:
parent
c4b6149ec2
commit
230d23765a
|
@ -3,6 +3,7 @@
|
|||
|
||||
// TODO have a ligature
|
||||
// TODO the hiding and showing does not work properly on GTK+
|
||||
// TODO using the arrow keys allows us to walk back to the end of the line; IIRC arrow keys shouldn't do that
|
||||
|
||||
static const char *text =
|
||||
"Each of the glyphs an end user interacts with are called graphemes. "
|
||||
|
|
|
@ -76,10 +76,9 @@ macro(_handle_static)
|
|||
COMMENT "Copying libui.res")
|
||||
endmacro()
|
||||
|
||||
# notice that usp10 comes before gdi32
|
||||
# TODO prune this list
|
||||
set(_LIBUI_LIBS
|
||||
user32 kernel32 usp10 gdi32 comctl32 uxtheme msimg32 comdlg32 d2d1 dwrite ole32 oleaut32 oleacc uuid
|
||||
user32 kernel32 gdi32 comctl32 uxtheme msimg32 comdlg32 d2d1 dwrite ole32 oleaut32 oleacc uuid
|
||||
PARENT_SCOPE)
|
||||
|
||||
if(NOT MSVC)
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <d2d1.h>
|
||||
#include <d2d1helper.h>
|
||||
#include <dwrite.h>
|
||||
#include <usp10.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue