AmigaPorts / AmigaPorts/ACE

Font-drawing functions to accept multiple strings?

Open
#22 0 comments 0 reactions 0 assignees View on GitHub
enhancement question
Dominant language
C
Stars
223
Forks
38
Avg merge
1d 5h
Merged PRs (30d)
6

Description

So in openFire I'm implementing chat and there i have to draw something like: `"%s: %s"` consisting of nick and message. So it would be cool to be able to pass multiple strings to font draw fn so that I could avoid copying to same buffer:

`fontDrawMultiStr(stuffForFont, stuffForBfr, n, ...)`

It could be used in my case as:

`fontDrawMultiStr(yadda, yadda, 3, szNick, ": ", szMsg)`

I guess cpp streams would do the job here. ;) Still, dunno how many times this fn would be useful in other projects.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.