Loading...
Searching...
No Matches
sf::Text::ShapedGlyph Struct Reference
Structure describing a glyph after shaping. More...
#include <D:/private/SFML/SFML/include/SFML/Graphics/Text.hpp>
Public Attributes | |
| Glyph | glyph |
| Vector2f | position |
| Position of the glyph within a text. | |
| std::uint32_t | cluster {} |
| Cluster ID. | |
| TextDirection | textDirection {} |
| Text direction. | |
| float | baseline {} |
| The baseline position of the line this glyph is a part of. | |
| std::size_t | vertexOffset {} |
| Starting offset of the vertex data belonging to this glyph. | |
| std::size_t | vertexCount {} |
| Count of vertices belonging to this glyph. | |
Detailed Description
Member Data Documentation
◆ baseline
| float sf::Text::ShapedGlyph::baseline {} |
◆ cluster
| std::uint32_t sf::Text::ShapedGlyph::cluster {} |
◆ glyph
◆ position
| Vector2f sf::Text::ShapedGlyph::position |
◆ textDirection
| TextDirection sf::Text::ShapedGlyph::textDirection {} |
◆ vertexCount
| std::size_t sf::Text::ShapedGlyph::vertexCount {} |
◆ vertexOffset
| std::size_t sf::Text::ShapedGlyph::vertexOffset {} |
The documentation for this struct was generated from the following file: