openshot-audio  0.1.2
Public Member Functions | Public Attributes | List of all members
juce::TextLayoutHelpers::Token Struct Reference

Public Member Functions

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

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,
const bool  whitespace 
)
inline

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: