1
0
Fork 0
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:
attila 2024-05-08 12:51:18 +02:00
parent d794fac44c
commit 30daa356ca

View file

@ -196,6 +196,8 @@ public:
auto& getJustifiedText() const { return shapedText.impl->getJustifiedText(); }
auto& getSimpleShapedText() const { return shapedText.impl->getSimpleShapedText(); }
private:
const ShapedText& shapedText;
};