Skip to content

Commit

Permalink
[WIP][BiDi]attempt/concept of bidi handling
Browse files Browse the repository at this point in the history
Rudimentary attempt to use the BIDI_Reorder routine from wine's gdi in the ROS text rendering function...
Currently does not compile at all
  • Loading branch information
peterooch committed Mar 1, 2018
1 parent 27a2d1d commit dbd50cb
Show file tree
Hide file tree
Showing 4 changed files with 789 additions and 8 deletions.
1 change: 1 addition & 0 deletions win32ss/CMakeLists.txt
Expand Up @@ -157,6 +157,7 @@ list(APPEND SOURCE
gdi/ntgdi/arc.c
gdi/ntgdi/bezier.c
gdi/ntgdi/bitblt.c
gdi/ntgdi/bidi.c
gdi/ntgdi/bitmaps.c
gdi/ntgdi/cliprgn.c
gdi/ntgdi/coord.c
Expand Down

0 comments on commit dbd50cb

Please sign in to comment.