|
ReactOS 0.4.17-dev-934-g091855f
|
#include <stdarg.h>#include "windef.h"#include "winternl.h"#include "dwrite.h"#include "dwrite_private.h"#include "wine/unixlib.h"

Go to the source code of this file.
Classes | |
| struct | create_font_object_params |
| struct | release_font_object_params |
| struct | get_glyph_outline_params |
| struct | get_glyph_count_params |
| struct | get_glyph_advance_params |
| struct | get_glyph_bbox_params |
| struct | get_glyph_bitmap_params |
| struct | get_design_glyph_metrics_params |
Macros | |
| #define | UNIX_CALL(func, params) WINE_UNIX_CALL( unix_ ## func, params ) |
Definition at line 98 of file unixlib.h.