OpenMW
|
#include "bookpage.hpp"
#include "MyGUI_RenderItem.h"
#include "MyGUI_RenderManager.h"
#include "MyGUI_TextureUtility.h"
#include "MyGUI_FactoryManager.h"
#include <components/misc/utf8stream.hpp>
#include "../mwbase/environment.hpp"
#include "../mwbase/windowmanager.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::ucsCarriageReturn (int codePoint) |
static bool | MWGui::ucsBreakingSpace (int codePoint) |