A positioned glyph.  
 More...
#include <juce_TextLayout.h>
|  | 
| int | glyphCode | 
|  | The code number of this glyph. 
 | 
|  | 
| Point< float > | anchor | 
|  | The glyph's anchor point - this is relative to the line's origin. 
 | 
|  | 
| float | width | 
|  | 
◆ Glyph()
  
  | 
        
          | TextLayout::Glyph::Glyph | ( | int | glyphCode, |  
          |  |  | Point< float > | anchor, |  
          |  |  | float | width ) |  | noexcept | 
 
 
◆ glyphCode
      
        
          | int TextLayout::Glyph::glyphCode | 
      
 
The code number of this glyph. 
 
 
◆ anchor
      
        
          | Point<float> TextLayout::Glyph::anchor | 
      
 
 
◆ width
      
        
          | float TextLayout::Glyph::width | 
      
 
 
The documentation for this class was generated from the following file: