Sha256: 69f69bafe7bdf2cc670da9dcb054d8e1cea705d772d2863b3ee965fd797263f7
Contents?: true
Size: 327 Bytes
Versions: 14
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
14 entries across 14 versions & 1 rubygems