mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-10-31 20:59:09 +01:00
0cd0896629
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:
|
|
|
|
\}[^\{\},]*?[^,][^\{\},]*?\{ |