JUCE-7.0.12-0-g4f43011b96 JUCE-7.0.12-0-g4f43011b96
JUCE — C++ application framework with suport for VST, VST3, LV2 audio plug-ins

« « « Anklang Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
juce::TextLayout::Glyph Class Reference

A positioned glyph. More...

#include "juce_TextLayout.h"

Public Member Functions

 Glyph (int glyphCode, Point< float > anchor, float width) noexcept
 

Public Attributes

int glyphCode
 The code number of this glyph.
 
Point< floatanchor
 The glyph's anchor point - this is relative to the line's origin.
 
float width
 

Detailed Description

A positioned glyph.

Definition at line 144 of file juce_TextLayout.h.

Constructor & Destructor Documentation

◆ Glyph()

juce::TextLayout::Glyph::Glyph ( int  glyphCode,
Point< float anchor,
float  width 
)
noexcept

Definition at line 34 of file juce_TextLayout.cpp.

Member Data Documentation

◆ anchor

Point<float> juce::TextLayout::Glyph::anchor

The glyph's anchor point - this is relative to the line's origin.

See also
TextLayout::Line::lineOrigin

Definition at line 155 of file juce_TextLayout.h.

◆ glyphCode

int juce::TextLayout::Glyph::glyphCode

The code number of this glyph.

Definition at line 150 of file juce_TextLayout.h.

◆ width

float juce::TextLayout::Glyph::width

Definition at line 157 of file juce_TextLayout.h.


The documentation for this class was generated from the following files: