1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Add detail::UnicodeHelpers::getLineBreaks

This commit is contained in:
attila 2025-03-13 09:55:57 +01:00 committed by Attila Szarvas
parent a07098d479
commit 6c3043f082
29 changed files with 117 additions and 0 deletions

View file

@ -1488,6 +1488,7 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_graphics/detail/juce_ShapedText.h"
"../../../../../modules/juce_graphics/detail/juce_SimpleShapedText.cpp"
"../../../../../modules/juce_graphics/detail/juce_SimpleShapedText.h"
"../../../../../modules/juce_graphics/detail/juce_Unicode.h"
"../../../../../modules/juce_graphics/effects/juce_DropShadowEffect.cpp"
"../../../../../modules/juce_graphics/effects/juce_DropShadowEffect.h"
"../../../../../modules/juce_graphics/effects/juce_GlowEffect.cpp"
@ -4092,6 +4093,7 @@ set_source_files_properties(
"../../../../../modules/juce_graphics/detail/juce_ShapedText.h"
"../../../../../modules/juce_graphics/detail/juce_SimpleShapedText.cpp"
"../../../../../modules/juce_graphics/detail/juce_SimpleShapedText.h"
"../../../../../modules/juce_graphics/detail/juce_Unicode.h"
"../../../../../modules/juce_graphics/effects/juce_DropShadowEffect.cpp"
"../../../../../modules/juce_graphics/effects/juce_DropShadowEffect.h"
"../../../../../modules/juce_graphics/effects/juce_GlowEffect.cpp"

View file

@ -4047,6 +4047,7 @@
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_Ranges.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_ShapedText.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_SimpleShapedText.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_Unicode.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_DropShadowEffect.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_GlowEffect.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_ImageEffectFilter.h"/>

View file

@ -6543,6 +6543,9 @@
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_SimpleShapedText.h">
<Filter>JUCE Modules\juce_graphics\detail</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_Unicode.h">
<Filter>JUCE Modules\juce_graphics\detail</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_DropShadowEffect.h">
<Filter>JUCE Modules\juce_graphics\effects</Filter>
</ClInclude>

View file

@ -4047,6 +4047,7 @@
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_Ranges.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_ShapedText.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_SimpleShapedText.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_Unicode.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_DropShadowEffect.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_GlowEffect.h"/>
<ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_ImageEffectFilter.h"/>

View file

@ -6543,6 +6543,9 @@
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_SimpleShapedText.h">
<Filter>JUCE Modules\juce_graphics\detail</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_graphics\detail\juce_Unicode.h">
<Filter>JUCE Modules\juce_graphics\detail</Filter>
</ClInclude>
<ClInclude Include="..\..\..\..\modules\juce_graphics\effects\juce_DropShadowEffect.h">
<Filter>JUCE Modules\juce_graphics\effects</Filter>
</ClInclude>