/platform/win/platform/vars/font.d
D | 18 lines | 6 code | 3 blank | 9 comment | 0 complexity | 9069912a7b59084f517b6b52897bf188 MD5 | raw file
- /*
- * font.d
- *
- * This module has the structure that is kept with a Font class for Windows.
- *
- * Author: Dave Wilkinson
- * Originated: July 22th, 2009
- *
- */
- module platform.vars.font;
- import binding.win32.gdiplusgpstubs;
- struct FontPlatformVars {
- GpFont* handle;
- GpFontFamily* family;
- }