Quiva icon indicating copy to clipboard operation
Quiva copied to clipboard

Powerhack texts list

Open DonaldTsang opened this issue 4 years ago • 4 comments

  • https://lingojam.com/CoolFancyTextGenerator
  • https://lingojam.com/StylishTextGenerator
  • https://lingojam.com/FancyTextGenerator
  • http://slothsoft.net/UnicodeMapper/
  • https://exoticfonts.com/unicode-text-generator/
  • https://coolfont.org/
  • https://onlineunicodetools.com/generate-unicode-letters
  • https://www.fancytextguru.com/emoticon.html
  • https://cyberfonts.com/
  • https://stylishtextmaker.com/
  • https://igfonts.io/
  • https://metatags.io/font-generator
  • http://textconverter.net/
  • https://fontvilla.com/
  • https://capitalizemytitle.com/fancy-text-generator/
  • https://qwerty.dev/fancy-font-generator/
  • https://fancytexttool.net/
  • https://textfancy.com/

DonaldTsang avatar Jan 13 '21 15:01 DonaldTsang

Thanks man!

AzizStark avatar Jan 13 '21 16:01 AzizStark

We could drill and clone them like nobody's business?

BradKML avatar Jan 13 '21 16:01 BradKML

We can add more fonts but the flat list in this app becomes slow when there is a large number of items to render. It needs optimization.

I asked for help here:

https://codereview.stackexchange.com/questions/240349/how-to-change-the-text-in-the-flatlist-items-with-improved-performance

It is currently somewhat good but I am not sure about the performance when more fonts get added.

AzizStark avatar Jan 13 '21 17:01 AzizStark

Something tells me that Python's variable[index1][index2] can be implemented since Dictionaries/Map ("Key-Value Pairs" or "Associative Array") are always slower than multi-dimensional Lists ("arrays").

BradKML avatar Jan 15 '21 04:01 BradKML