public inbox for xconq7@sourceware.org
 help / color / mirror / Atom feed
From: Eric McDonald <mcdonald@phy.cmich.edu>
To: Jim Kingdon <kingdon@panix.com>
Cc: xconq7@sources.redhat.com
Subject: Re: New Proposed Xconq Web Site Online
Date: Sun, 03 Oct 2004 18:36:00 -0000	[thread overview]
Message-ID: <41603B5E.1090509@phy.cmich.edu> (raw)
In-Reply-To: <200410031559.i93Fxag11465@panix5.panix.com>

Jim Kingdon wrote:
>>I think that other font tables, similar to 'fonts.bmp' may need to be
>>used for other languages, and the 'draw_string' code will probably
>>have to be rewritten to dispatch to new functions such as
>>'draw_string_en_US', 'draw_string_eo' :-), etc... as appropriate.
> 
> Well, there is the easy way and the hard way.  The easy way is to just
> pick up one of the existing rendering packages, such as pango (
> http://www.pango.org/ ) and existing sets of fonts.  

I was aware of Pango, due to the fact that I have read GTK+ 
documentation before, and that Pango is fairly heavily required package 
when one installs a Redhat distro (attempting to do without it breaks a 
fair number of deps).

I just sat down and looked at the Pango docs. It would appear that Pango 
can pretty much handle everything up to the point of rendering to the 
output device. I saw a note that it actually does have a function, which 
is not considered part of Pango proper, that handles rendering to an X11 
display. However, this leaves the question of the Mac and Win32 
platforms. Unless there is multi-platform, lightweight rendering API 
that can take a list of Pango glyphs (which I am led to believe is what 
comes out of the far end of the Pango pipeline) and actually draw them 
on the display, I am not sure how much use it would be to us. (I don't 
particularly consider GTK+ to be a lightweight rendering API, and there 
would be the question of how to get it to render in an SDL window, anyway.)

>Something along
> these lines is surely the way to go if we see it as a priority to
> support a wide variety of modern languages with minimal effort on the
> part of the game designer.

Possibly. But, I have previously mentioned the possibility of writing 
labels in runic alphabets (both historical and fictitious):
http://sources.redhat.com/ml/xconq7/2004/msg01213.html

Of course, in that message, I was assuming that a select set of glyphs 
would be mapping to US-ASCII (as is currently done with 'font.bmp'). If 
they are Feanorean runes mapping to a character set representing the 
lexical tokens of the Quenya language, for example, then the task would 
be somewhat more complicated, I think (draw_string_quenya ?). And I 
doubt Pango is up to the task....

> The hard way is more custom, and has as a goal having more of a
> distinctive xconq look and/or a look specific to a particular xconq
> game.  One possible solution which passes the buck to the game
> designer (or UI translator): rather than specify a unit name (or menu
> item) as text, specify it as a bitmap (in how many sizes?  etc).  This
> pushes all the rendering issues (bidirectional, combining glyphs in
> languages like thai, arabic, etc) to design-time than runtime.  This
> doesn't help with cases in which humans enter text - the chat and "M"
> (message) features of a multiplayer game are what spring to mind.
> There's also "name a unit".

Yeah, it's a thought, but not only does it have the shortcomings you 
mention, but it would likely lead to an explosion of new bitmaps. I 
personally would shy away from this solution.

Eric

  reply	other threads:[~2004-10-03 17:48 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-10-01  5:40 Feneric Brown
2004-10-01  6:10 ` Jim Kingdon
2004-10-02  2:14   ` Eric McDonald
2004-10-02  2:51     ` mskala
2004-10-02  3:04       ` Eric McDonald
2004-10-03 17:48     ` Jim Kingdon
2004-10-03 18:36       ` Eric McDonald [this message]
2004-10-03 18:49         ` Jim Kingdon
2004-10-03 23:55           ` Eric McDonald
2004-10-04  4:53           ` Antarcticonq Elijah Meeks
2004-10-05  3:50             ` Antarcticonq Eric McDonald
2004-10-06  2:01               ` Antarcticonq Elijah Meeks
2004-10-01  8:07 ` New Proposed Xconq Web Site Online Lincoln Peters
2004-10-01 18:07 ` Eric McDonald
  -- strict thread matches above, loose matches on Subject: below --
2004-10-06  2:02 Feneric Brown
2004-10-01 18:35 Feneric Brown
2004-10-02  2:01 ` Eric McDonald
2004-10-01 18:23 Feneric Brown
2004-09-29 19:26 Feneric Brown
2004-09-30  0:36 ` Eric McDonald
2004-09-30 23:49 ` Jim Kingdon
2004-09-29 19:17 Eric W. Brown
2004-09-29  0:41 Eric W. Brown
2004-09-29 18:08 ` Jim Kingdon
2004-09-29  0:23 Feneric Brown
2004-09-28 21:34 Feneric Brown
2004-09-28 22:14 ` Elijah Meeks
2004-09-28 23:47 ` D. Cooper Stevenson
2004-09-29 15:00 ` Jim Kingdon
2004-09-29 18:16   ` Eric McDonald
2004-09-30 16:59     ` Jim Kingdon
2004-09-29 18:24   ` Eric McDonald
2004-09-30 17:07     ` Jim Kingdon
2004-09-27 18:44 D. Cooper Stevenson
2004-09-27 18:54 ` Elijah Meeks
2004-09-28  2:40   ` D. Cooper Stevenson
2004-09-28  3:25 ` Eric McDonald

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=41603B5E.1090509@phy.cmich.edu \
    --to=mcdonald@phy.cmich.edu \
    --cc=kingdon@panix.com \
    --cc=xconq7@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).