1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_graphics/unicode
attila 69b2b3ff5d Remove unused internal bidi features
This commit removes the possibility to construct BidiParagraph and
BidiLine objects with non-zero offsets. We don't use these features,
and the assumption that these offsets are always zero simplifies our
visual ordering algorithm.
2025-05-12 16:49:05 +02:00
..
sheenbidi SheenBidi: Include in build of juce_graphics 2024-09-18 19:13:08 +01:00
juce_Unicode.cpp Add detail::UnicodeHelpers::getLineBreaks 2025-03-13 12:16:16 +01:00
juce_UnicodeBidi.cpp Remove unused internal bidi features 2025-05-12 16:49:05 +02:00
juce_UnicodeGenerated.cpp UnicodeGenerated: Remove redundant fields 2024-09-18 19:13:09 +01:00
juce_UnicodeLine.cpp Unicode TR14: Always return a hard break for line breaking code points 2025-03-13 12:16:16 +01:00
juce_UnicodeScript.cpp UnicodeScript: Use SBCodepointGetScript for script analysis 2024-09-18 19:13:08 +01:00
juce_UnicodeUtils.cpp Move ShapedText to the detail namespace and expose it in the headers 2025-03-13 12:16:16 +01:00