SoFont

Hi David,

Sorry to bug you like this, but I was wondering if you’re the maintainer of
SoFont atm (I’m cc:ing this to the sdl list in case you aren’t, and don’t
want to be bothered. Also 'cause I’d like to involve everybody into my mail
correspondance :wink:

I was just wondering if SoFont was going to include some input functionality
like SFont anytime soon. I’m trying to implement this, but I’m afraid that
both SFont and SoFont documentation is a bit sparse for someone who just
recently started coding c/c++. I don’t mean to press you, of course, and if
SoFont development has stopped, I’d try it myself. I’d appreciate some hints
then, though. I’d bug you for those seperately, though.

TIA, Kai–
Kai Blin Linux system administrator Tel: Ring-86592
Allgemeine Chirurgie Universitaetsklinikum Tuebingen

To err is human, to forgive is against company policy.

Hi David,

Sorry to bug you like this, but I was wondering if you’re the maintainer of
SoFont atm

No, I just fixed some stuff in it while working on Kobo Deluxe. (BTW, I’ll probably have to drop SoFont from the engine before I release it as a separate project, due to a GPL/LGPL conflict.)

I was just wondering if SoFont was going to include some input functionality
like SFont anytime soon.
[…]

No idea. I thought it was there already, but I might be mixing things up - and I’ve never used that feature either way.

//David

.---------------------------------------
| David Olofson
| Programmer

david.olofson at reologica.se
Address:
REOLOGICA Instruments AB
Scheelev?gen 30
223 63 LUND
Sweden
---------------------------------------
Phone: 046-12 77 60
Fax: 046-12 50 57
Mobil:
E-mail: david.olofson at reologica.se
WWW: http://www.reologica.se

`-----> We Make Rheology RealOn Tue, 27/08/2002 16:15:47 , Kai Blin <kai.blin at med.uni-tuebingen.de> wrote:

[…]

No, I just fixed some stuff in it while working on Kobo Deluxe. (BTW, I’ll
probably have to drop SoFont from the engine before I release it as a
separate project, due to a GPL/LGPL conflict.)

So where do I send patches? Luc-Olliver de Charriere didn’t leave a mail
address, and Karl Bartel clearly states he’s not maintaining it. :slight_smile:

I was just wondering if SoFont was going to include some input
functionality like SFont anytime soon.
[…]
No idea. I thought it was there already, but I might be mixing things up -
and I’ve never used that feature either way.

Well, as far as I can see, there isn’t. Just to satisfy my curiosity, the
changelog entry states you replaced strings by const char*s. Why on earth did
you do that?

Cheers, KaiOn Tuesday 27 August 2002 19:32, David Olofson wrote:


Kai Blin Linux system administrator Tel: Ring-86592
Allgemeine Chirurgie Universitaetsklinikum Tuebingen

"I thought you were trying to get into shape."
"I am. The shape I've selected is a triangle."

[…]

No, I just fixed some stuff in it while working on Kobo Deluxe. (BTW, I’ll
probably have to drop SoFont from the engine before I release it as a
separate project, due to a GPL/LGPL conflict.)

So where do I send patches? Luc-Olliver de Charriere didn’t leave a mail
address, and Karl Bartel clearly states he’s not maintaining it. :slight_smile:

Well, then I dunno’, frankly. (Don’t look at me! runs and hides :wink:

I was just wondering if SoFont was going to include some input
functionality like SFont anytime soon.
[…]
No idea. I thought it was there already, but I might be mixing things up -
and I’ve never used that feature either way.

Well, as far as I can see, there isn’t. Just to satisfy my curiosity, the
changelog entry states you replaced strings by const char*s. Why on earth did
you do that?

IIRC, they were never string classes, just “char *” - which meant that code that passed a constant string simply wouldn’t compile with my aggressively picky compiler settings. :slight_smile:

//David

.---------------------------------------
| David Olofson
| Programmer

david.olofson at reologica.se
Address:
REOLOGICA Instruments AB
Scheelev?gen 30
223 63 LUND
Sweden
---------------------------------------
Phone: 046-12 77 60
Fax: 046-12 50 57
Mobil:
E-mail: david.olofson at reologica.se
WWW: http://www.reologica.se

`-----> We Make Rheology RealOn Wed, 28/08/2002 09:19:21 , Kai Blin <kai.blin at med.uni-tuebingen.de> wrote:

On Tuesday 27 August 2002 19:32, David Olofson wrote:

So where do I send patches? Luc-Olliver de Charriere didn’t leave a mail
address, and Karl Bartel clearly states he’s not maintaining it. :slight_smile:

Well, then I dunno’, frankly. (Don’t look at me! runs and hides :wink:

Ok, then I’ll bug Karl… :slight_smile:

[…]

IIRC, they were never string classes, just “char *” - which meant that
code that passed a constant string simply wouldn’t compile with my
aggressively picky compiler settings. :slight_smile:

Oh, ok. I replaced those with const std::string&s now, as the code didn’t do
error checking.

Cheers, KaiOn Wednesday 28 August 2002 16:32, David Olofson wrote:


Kai Blin Linux system administrator Tel: Ring-86592
Allgemeine Chirurgie Universitaetsklinikum Tuebingen

Some rise by sin and some by virtue fall.