OGLplus (0.52.0) a C++ wrapper for OpenGL

font_style.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_EXT_NV_PATH_RENDERING_FONT_STYLE_1203031902_HPP
14 #define OGLPLUS_EXT_NV_PATH_RENDERING_FONT_STYLE_1203031902_HPP
15 
16 #include <oglplus/bitfield.hpp>
17 #include <oglplus/enumerations.hpp>
18 
19 #include <vector>
20 
21 namespace oglplus {
22 
24 
30 OGLPLUS_ENUM_CLASS_BEGIN(PathNVFontStyle, GLbitfield)
31 #include <oglplus/enums/ext/nv_path_font_style.ipp>
32 OGLPLUS_ENUM_CLASS_END(PathNVFontStyle)
33 
34 OGLPLUS_MAKE_BITFIELD(PathNVFontStyle)
35 
36 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
37 #include <oglplus/enums/ext/nv_path_font_style_names.ipp>
38 #endif
39 
40 #if !OGLPLUS_ENUM_VALUE_RANGES
41 #include <oglplus/enums/ext/nv_path_font_style_range.ipp>
42 #endif
43 
44 } // namespace oglplus
45 
46 #endif // include guard
OpenGL bitfield-related helpers.
Enumeration-related declarations.
PathNVFontStyle
Path font style bits enumeration.
Definition: font_style.hpp:30

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).