OpenMW
|
#include "bookpage.hpp"
#include "MyGUI_FontManager.h"
#include "MyGUI_RenderItem.h"
#include "MyGUI_RenderManager.h"
#include "MyGUI_TextureUtility.h"
#include "MyGUI_FactoryManager.h"
#include <stdint.h>
#include <boost/function.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <components/misc/utf8stream.hpp>
Classes | |
struct | MWGui::BookTypesetter::Style |
struct | MWGui::TypesetBookImpl |
struct | MWGui::TypesetBookImpl::StyleImpl |
struct | MWGui::TypesetBookImpl::Run |
struct | MWGui::TypesetBookImpl::Line |
struct | MWGui::TypesetBookImpl::Section |
struct | MWGui::TypesetBookImpl::Typesetter |
struct | MWGui::TypesetBookImpl::Typesetter::PartialText |
struct | MWGui::anonymous_namespace{bookpage.cpp}::RenderXform |
struct | MWGui::anonymous_namespace{bookpage.cpp}::GlyphStream |
class | MWGui::PageDisplay |
struct | MWGui::PageDisplay::TextFormat |
struct | MWGui::PageDisplay::CreateActiveFormat |
struct | MWGui::PageDisplay::RenderRun |
class | MWGui::BookPageImpl |
Namespaces | |
MWGui | |
MWGui::anonymous_namespace{bookpage.cpp} | |
Functions | |
static bool | MWGui::ucsSpace (int codePoint) |
static bool | MWGui::ucsLineBreak (int codePoint) |
static bool | MWGui::ucsBreakingSpace (int codePoint) |