[Q]what is FFS that is related to font?

Hi there…


I have a question.
I would use PHF(Photon Font) on Qnx4 using photon function, PgDrawText.

They provided one gothkr_u.ffs(392KByte) for Korean characters.

What is FFS?
What does that stand for?

Now, I’d like to use FFS on Neutrino
using photon function, PgDrawText such as Qnx4.
Or, are there any other methods?

For example,

char *s ="Korean Characters "; // Actually Korean Characters are broken.
PhPoint_t p = {100, 100};

PgSetFont = “???”; // How can I set this font?
PgSetTextColor(Pg_WHITE);
PgDrawText(s, stren(s), &p, 0);

How can I set the type of fonts?
Is it the same way of qnx4?
Can I use FFS such as PHF without any conversion?
How should I do?

Hope your quick reply…
Thanx…

ppojung
(ppojung@yahoo.co.kr)

Boy, is this ever a late response …
A FFS is a Bitstream stroke font, which is for
QNX Rtp 6.xx, not QNX4.

Thank You.

Kyujung Choi <ppojung@yahoo.co.kr> wrote:

Hi there…



I have a question.
I would use PHF(Photon Font) on Qnx4 using photon function, PgDrawText.

They provided one gothkr_u.ffs(392KByte) for Korean characters.

What is FFS?
What does that stand for?

Now, I’d like to use FFS on Neutrino
using photon function, PgDrawText such as Qnx4.
Or, are there any other methods?

For example,

char *s ="Korean Characters "; // Actually Korean Characters are broken.
PhPoint_t p = {100, 100};

PgSetFont = “???”; // How can I set this font?
PgSetTextColor(Pg_WHITE);
PgDrawText(s, stren(s), &p, 0);

How can I set the type of fonts?
Is it the same way of qnx4?
Can I use FFS such as PHF without any conversion?
How should I do?

Hope your quick reply…
Thanx…

ppojung
(> ppojung@yahoo.co.kr> )