Sha256: dffe260dc45f50135d2686a28eb6e46564e97c3db3016155b599b1703d9a6681

Contents?: true

Size: 457 Bytes

Versions: 5

Compression:

Stored size: 457 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __RAYS_RUBY_FONT_H__
#define __RAYS_RUBY_FONT_H__


#include <rucy/class.h>
#include <rucy/extension.h>
#include <rays/font.h>


RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(RAYS_EXPORT, Rays::Font)


namespace Rays
{


	RAYS_EXPORT Rucy::Class font_class ();
	// class Rays::Font


}// Rays


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Rays::Font> ()
	{
		return Rays::font_class();
	}


}// Rucy


#endif//EOH

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rays-0.3.4 include/rays/ruby/font.h
rays-0.3.3 include/rays/ruby/font.h
rays-0.3.2 include/rays/ruby/font.h
rays-0.3.1 include/rays/ruby/font.h
rays-0.3 include/rays/ruby/font.h