Sha256: dd685247b0be880b330a5b0348029fa4c10a363468a42ec37e46667b9bd84cb9
Contents?: true
Size: 327 Bytes
Versions: 24
Compression:
Stored size: 327 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_SRC_WIN32_FONT_H__ #define __RAYS_SRC_WIN32_FONT_H__ #include <rays/defs.h> #include <rays/font.h> #include "gdi.h" namespace Rays { bool RawFont_draw_string ( const RawFont& font, HDC hdc, coord context_height, const char* str, coord x, coord y); }// Rays #endif//EOH
Version data entries
24 entries across 24 versions & 1 rubygems