openshot-audio
0.1.6
|
#include <juce_TextLayout.h>
Public Member Functions | |
Glyph (int glyphCode, Point< float > anchor, float width) noexcept | |
Glyph (const Glyph &) noexcept | |
Glyph & | operator= (const Glyph &) noexcept |
~Glyph () noexcept | |
Public Attributes | |
int | glyphCode |
Point< float > | anchor |
float | width |
A positioned glyph.
|
noexcept |
|
noexcept |
|
noexcept |
Point<float> TextLayout::Glyph::anchor |
The glyph's anchor point - this is relative to the line's origin.
int TextLayout::Glyph::glyphCode |
The code number of this glyph.
float TextLayout::Glyph::width |