mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ShapedText::Detail: Add getSimpleShapedText()
This commit is contained in:
parent
d794fac44c
commit
30daa356ca
1 changed files with 2 additions and 0 deletions
|
|
@ -196,6 +196,8 @@ public:
|
|||
|
||||
auto& getJustifiedText() const { return shapedText.impl->getJustifiedText(); }
|
||||
|
||||
auto& getSimpleShapedText() const { return shapedText.impl->getSimpleShapedText(); }
|
||||
|
||||
private:
|
||||
const ShapedText& shapedText;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue