AstroDraw / AstroChart

A free and open-source TypeScript library for generating SVG charts to display planets in astrology.
https://astrodraw.github.io
MIT License
200 stars 51 forks source link

Is Astronomicon fonts a good option? #54

Open afucher opened 1 year ago

afucher commented 1 year ago

AstroChart was built using pure svg for symbols, included house numbers. Roberto Corona created the astronomicon-font to be used in Astrolog (an open astrology software).

Today to add a new symbol we need to create the svg, get path, and include manually checking some magic numbers to place them correctly. Astronomicon has already a lot of symbols, more than we have today! For new symbols, if needed we can check with Roberto to add, or we can use svg for them.

The font is OFL and should not impact the project.

Open questions:

wwmadmin commented 9 months ago

+1 for astronomicon font.

I don't believe changing the icons would constitute a breaking change - as long as no code / config changes needed by consumers

Let me know if we can help with these changes.

andandio commented 9 months ago

Will this impact the CUSTOM_SYMBOL_FN in settings?

afucher commented 6 months ago

Will this impact the CUSTOM_SYMBOL_FN in settings?

@andandio it depends on how we will implement it, but I do not want to remove this settings to not break any existing use cases and also to keep this feature that allows more customization.