Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::TextFormat Member List

This is the complete list of members for kanzi::TextFormat, including all inherited members.

calculateClipping(const RectangleFloat *clippingRectangle)kanzi::TextFormat
calculateLayout(string_view text)kanzi::TextFormat
create(Domain *domain, FontRuntimeSharedPtr font, float width, float height)kanzi::TextFormatstatic
draw(Renderer3D &renderer, bool twoPass, const Material &material)kanzi::TextFormat
draw(Renderer3D &renderer, BrushRenderer &brushRenderer, bool twoPass)kanzi::TextFormat
getBoundingRectangle() const kanzi::TextFormat
getCharacterCount() const kanzi::TextFormat
getCharacterLayout(unsigned int index) const kanzi::TextFormat
getFont() const kanzi::TextFormat
getFontSize() const kanzi::TextFormat
getGlyphTexture() const kanzi::TextFormat
getHeight() const kanzi::TextFormat
getLayout() const kanzi::TextFormat
getMaximumHeight() const kanzi::TextFormat
getMaximumLines() const kanzi::TextFormat
getMaximumWidth() const kanzi::TextFormat
getOverflow() const kanzi::TextFormat
getRemoveSideBearingsEnabled() const kanzi::TextFormat
getTextHorizontalAlignment() const kanzi::TextFormat
getTextVerticalAlignment() const kanzi::TextFormat
getTruncation() const kanzi::TextFormat
getTruncationDirection() const kanzi::TextFormat
getUnitScale() const kanzi::TextFormatinline
getUnitScaleVector() const kanzi::TextFormatinline
getWhitespacePolicy() const kanzi::TextFormat
getWidth() const kanzi::TextFormat
getWordWrap() const kanzi::TextFormat
isPreparedForRendering() const kanzi::TextFormat
isTruncated() const kanzi::TextFormat
prepareForRendering2D(float unitScale, float offsetX, float offsetY)kanzi::TextFormat
prepareForRendering2DWithClipping(float unitScale, const RectangleFloat *clippingRectangle, float offsetX, float offsetY)kanzi::TextFormat
prepareForRendering2DWithClipping(Vector2 unitScale, const RectangleFloat *clippingRectangle, float offsetX, float offsetY)kanzi::TextFormat
prepareForRendering3D(float unitScale, float offsetX, float offsetY)kanzi::TextFormat
prepareForRendering3DWithClipping(float unitScale, const RectangleFloat *clippingRectangle, float offsetX, float offsetY)kanzi::TextFormat
prepareForRendering3DWithClipping(Vector2 unitScale, const RectangleFloat *clippingRectangle, float offsetX, float offsetY)kanzi::TextFormat
setMaximumLines(unsigned int maximumLines)kanzi::TextFormat
setOverflow(string_view overflowText)kanzi::TextFormat
setRemoveSideBearingsEnabled(bool removeSideBearingsEnabled)kanzi::TextFormat
setTextHorizontalAlignment(TextHorizontalAlignment alignment)kanzi::TextFormat
setTextVerticalAlignment(TextVerticalAlignment alignment)kanzi::TextFormat
setTruncation(Truncation value)kanzi::TextFormat
setTruncationDirection(TruncationDirection truncationDirection)kanzi::TextFormat
setWhitespacePolicy(WhitespacePolicy whitespacePolicy)kanzi::TextFormat
setWordWrap(bool wordWrapEnabled)kanzi::TextFormat
TextHorizontalAlignment enum namekanzi::TextFormat
TextHorizontalAlignmentCenter enum valuekanzi::TextFormat
TextHorizontalAlignmentLeft enum valuekanzi::TextFormat
TextHorizontalAlignmentRight enum valuekanzi::TextFormat
TextVerticalAlignment enum namekanzi::TextFormat
TextVerticalAlignmentBaseline enum valuekanzi::TextFormat
TextVerticalAlignmentBottom enum valuekanzi::TextFormat
TextVerticalAlignmentCenter enum valuekanzi::TextFormat
TextVerticalAlignmentTop enum valuekanzi::TextFormat
Truncation enum namekanzi::TextFormat
TruncationDirection enum namekanzi::TextFormat
WhitespacePolicy enum namekanzi::TextFormat
~TextFormat()kanzi::TextFormat