MOText

From MaratisWiki
Jump to: navigation, search


Contents

API

MFontRef* MOText::m_fontRefNone

MString MOText::m_textNone

M_ALIGN_MODES MOText::m_alignNone

vector<float> MOText::m_linesOffsetNone

float MOText::m_sizeNone

MVector4 MOText::m_colorNone

MBox3d MOText::m_boundingBoxNone

MOText::MOText(MFontRef *fontRef)

MOText::~MOText(void)

MOText::MOText(const MOText &text)

int MOText::getType(void)

void MOText::setFontRef(MFontRef *fontRef)

MFont* MOText::getFont(void)

MFontRef* MOText::getFontRef(void)

void MOText::setText(const char *text)

const char* MOText::getText(void)

vector<float>* MOText::getLinesOffset(void)

void MOText::setAlign(M_ALIGN_MODES align)

M_ALIGN_MODES MOText::getAlign(void)

void MOText::setSize(float size)

float MOText::getSize(void)

void MOText::setColor(const MVector4 &color)

MVector4 MOText::getColor(void) const

MBox3d* MOText::getBoundingBox(void)

void MOText::updateVisibility(MOCamera *camera)

void MOText::updateLinesOffset(void)

void MOText::prepare(void)

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox