LMMS
Loading...
Searching...
No Matches
juce::TextLayoutHelpers::Token Struct Reference

Public Member Functions

 Token (const String &t, const Font &f, Colour c, bool whitespace)
Tokenoperator= (const Token &)=delete

Public Attributes

const String text
const Font font
const Colour colour
Rectangle< float > area
int line
float lineHeight
const bool isWhitespace
const bool isNewLine

Constructor & Destructor Documentation

◆ Token()

juce::TextLayoutHelpers::Token::Token ( const String & t,
const Font & f,
Colour c,
bool whitespace )
inline

Member Function Documentation

◆ operator=()

Token & juce::TextLayoutHelpers::Token::operator= ( const Token & )
delete

Member Data Documentation

◆ area

Rectangle<float> juce::TextLayoutHelpers::Token::area

◆ colour

const Colour juce::TextLayoutHelpers::Token::colour

◆ font

const Font juce::TextLayoutHelpers::Token::font

◆ isNewLine

const bool juce::TextLayoutHelpers::Token::isNewLine

◆ isWhitespace

const bool juce::TextLayoutHelpers::Token::isWhitespace

◆ line

int juce::TextLayoutHelpers::Token::line

◆ lineHeight

float juce::TextLayoutHelpers::Token::lineHeight

◆ text

const String juce::TextLayoutHelpers::Token::text

The documentation for this struct was generated from the following file: