Kanzi  3.9.6
Kanzi Engine 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() constkanzi::TextFormat
getCharacterCount() constkanzi::TextFormat
getCharacterLayout(unsigned int index) constkanzi::TextFormat
getFont() constkanzi::TextFormat
getFontSize() constkanzi::TextFormat
getGlyphTexture() constkanzi::TextFormat
getHeight() constkanzi::TextFormat
getLayout() constkanzi::TextFormat
getMaximumHeight() constkanzi::TextFormat
getMaximumLines() constkanzi::TextFormat
getMaximumWidth() constkanzi::TextFormat
getOverflow() constkanzi::TextFormat
getRemoveSideBearingsEnabled() constkanzi::TextFormat
getTextHorizontalAlignment() constkanzi::TextFormat
getTextVerticalAlignment() constkanzi::TextFormat
getTruncation() constkanzi::TextFormat
getTruncationDirection() constkanzi::TextFormat
getUnitScale() constkanzi::TextFormatinline
getUnitScaleVector() constkanzi::TextFormatinline
getWhitespacePolicy() constkanzi::TextFormat
getWidth() constkanzi::TextFormat
getWordWrap() constkanzi::TextFormat
isPreparedForRendering() constkanzi::TextFormat
isTruncated() constkanzi::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