/platform/win/platform/vars/font.d

http://github.com/wilkie/djehuty · D · 18 lines · 6 code · 3 blank · 9 comment · 0 complexity · 9069912a7b59084f517b6b52897bf188 MD5 · raw file

  1. /*
  2. * font.d
  3. *
  4. * This module has the structure that is kept with a Font class for Windows.
  5. *
  6. * Author: Dave Wilkinson
  7. * Originated: July 22th, 2009
  8. *
  9. */
  10. module platform.vars.font;
  11. import binding.win32.gdiplusgpstubs;
  12. struct FontPlatformVars {
  13. GpFont* handle;
  14. GpFontFamily* family;
  15. }