mirror of
https://github.com/colinc86/LaTeXSwiftUI.git
synced 2026-04-03 00:09:29 -06:00
DynamicTypeSize not supported #34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JonathanStorey on 7/1/2024
When using the LaTeX view, the equations do not adjust as expected when changing the dynamic type size (choosing larger text from the Accessibility menu). It is interesting to note that the text changes size but not the actual equation images. This makes it difficult to use the inline text features of the LaTeX view, as they become visually inconsistent if the user adjusts their default type size.
Would it be possible to add this accessibility feature? Perhaps the @ScaledMetric property wrapper or the newly released TextRenderer (WWDC 2024) would a starting point for adding this feature.