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:
parent
a0e429fdd0
commit
b9458fb240
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue