1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

GlyphArrangementOptions: Add missing JUCE_API annotation

This commit is contained in:
attila 2025-05-09 14:55:58 +02:00 committed by Attila Szarvas
parent a0e429fdd0
commit b9458fb240

View file

@ -39,7 +39,7 @@ namespace juce
@see GlyphArrangement::addFittedText
*/
class GlyphArrangementOptions
class JUCE_API GlyphArrangementOptions final
{
public:
/** We increment the distance between the baselines of subsequent lines with this value.