#include "../renderer/color.hpp"#include "../math/vector.hpp"#include "../math/dim.hpp"#include "../math/rect.hpp"#include "../string.hpp"#include <boost/gil/image.hpp>#include <boost/gil/image_view.hpp>#include <boost/gil/typedefs.hpp>Go to the source code of this file.
Namespaces | |
| namespace | sge |
| namespace | sge::font |
Typedefs | |
| typedef int | sge::font::unit |
| typedef unit | sge::font::size_type |
| typedef math::basic_vector < unit, 2 > | sge::font::pos |
| typedef math::basic_dim < size_type, 2 > | sge::font::dim |
| typedef renderer::gray8_pixel | sge::font::color |
| typedef math::basic_rect< unit > | sge::font::rect |
| typedef boost::gil::image < renderer::gray8_pixel, false > | sge::font::image |
| typedef boost::gil::gray8c_view_t | sge::font::const_image_view |
| typedef boost::gil::gray8_view_t | sge::font::image_view |
Functions | |
| const dim | sge::font::gil_dim_to_sge (image::point_t const &) |
1.5.5