3 #include "gdipp_config/render_config_static.h"
10 // actual session handle structure
13 unsigned short bits_per_pixel
;
17 LOGFONT is not directly mapped to a font
18 instead, it is just a hint of how to create a font
19 font links may affect the mapping result
20 therefore, LOGFONT is part of session information
23 BYTE
*outline_metrics_buf
;
24 unsigned long outline_metrics_size
;
25 const render_config_static
*render_config
;
26 FT_Render_Mode render_mode
;
27 uint128_t render_trait
;
31 DWORD WINAPI
start_gdipp_rpc_server(LPVOID lpParameter
);
32 bool stop_gdipp_rpc_server();