Skip to content
Snippets Groups Projects

dwrite PE

Open Alexandre Julliard requested to merge dwrite-pe into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
240 241 font_object_handle font_object;
241 242 void *data_context;
242 243 p_dwrite_fontface_get_font_object get_font_object;
244 struct
245 {
246 struct wine_rb_tree tree;
  • 240 241 font_object_handle font_object;
    241 242 void *data_context;
    242 243 p_dwrite_fontface_get_font_object get_font_object;
    244 struct
    245 {
    246 struct wine_rb_tree tree;
    Please register or sign in to reply
    Loading