ardaku / sprengui

Rust Native-ish GUI Toolkit - Designed for use with Cala, but not limited to Cala.
Apache License 2.0
2 stars 2 forks source link

Add Function To Render Text #5

Open AldaronLau opened 2 years ago

AldaronLau commented 2 years ago

Add a free function that renders a Vec of sprengui's Text type to a pix Raster using fonterator.

adaburton commented 2 years ago

Hey I was working on this and I noticed that there have been significant changes to sprengui in the meantime. It looks like there is no Text type anymore. How should I proceed?

AldaronLau commented 2 years ago

It still exists, it just got moved to https://github.com/ardaku/sprengui/blob/stable/src/page/text.rs. Sorry about the inconvenience.

adaburton commented 2 years ago

Ah, no worries!