mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-03-19 01:32:45 +01:00
Just realised theere is shrinkFont and allCharacters. Is it even worth it to recompile for every new character?
9 lines
No EOL
145 B
Text
9 lines
No EOL
145 B
Text
|
|
|
|
Find all stuff between json objects:
|
|
|
|
\}[^\{\}]*?[^\s,][^\{\}]*?\{
|
|
|
|
Find all entries not separated by commas:
|
|
|
|
\}[^\{\},]*?[^,][^\{\},]*?\{ |