#include <juce_SimpleShapedText.h>
◆ ShapedGlyph()
| juce::detail::ShapedGlyph::ShapedGlyph |
( |
uint32_t |
glyphIdIn, |
|
|
int64 |
clusterIn, |
|
|
bool |
unsafeToBreakIn, |
|
|
bool |
whitespaceIn, |
|
|
bool |
newlineIn, |
|
|
int8_t |
distanceFromLigatureIn, |
|
|
Point< float > |
advanceIn, |
|
|
Point< float > |
offsetIn |
|
) |
| |
|
inline |
◆ getDistanceFromLigature()
| int8_t juce::detail::ShapedGlyph::getDistanceFromLigature |
( |
| ) |
const |
|
inline |
◆ getNumTrailingLigaturePlaceholders()
| int8_t juce::detail::ShapedGlyph::getNumTrailingLigaturePlaceholders |
( |
| ) |
const |
|
inline |
◆ isLigature()
| bool juce::detail::ShapedGlyph::isLigature |
( |
| ) |
const |
|
inline |
◆ isNewline()
| bool juce::detail::ShapedGlyph::isNewline |
( |
| ) |
const |
|
inline |
◆ isNonLigature()
| bool juce::detail::ShapedGlyph::isNonLigature |
( |
| ) |
const |
|
inline |
◆ isPlaceholderForLigature()
| bool juce::detail::ShapedGlyph::isPlaceholderForLigature |
( |
| ) |
const |
|
inline |
◆ isUnsafeToBreak()
| bool juce::detail::ShapedGlyph::isUnsafeToBreak |
( |
| ) |
const |
|
inline |
◆ isWhitespace()
| bool juce::detail::ShapedGlyph::isWhitespace |
( |
| ) |
const |
|
inline |
◆ advance
◆ cluster
| int64 juce::detail::ShapedGlyph::cluster |
◆ distanceFromLigature
| int8_t juce::detail::ShapedGlyph::distanceFromLigature |
|
private |
◆ glyphId
| uint32_t juce::detail::ShapedGlyph::glyphId |
◆ newline
| int8_t juce::detail::ShapedGlyph::newline |
|
private |
◆ offset
◆ unsafeToBreak
| int8_t juce::detail::ShapedGlyph::unsafeToBreak |
|
private |
◆ whitespace
| int8_t juce::detail::ShapedGlyph::whitespace |
|
private |
The documentation for this struct was generated from the following file: