Re: [AD] [patch] is_trans_font() |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] [patch] is_trans_font()
- From: Daniel Schlyder <daniel@xxxxxxxxxx>
- Date: Fri, 06 Oct 2006 02:34:15 +0200
Milan Mimica wrote:
What do we do with is_color_font()? Currently it returns TRUE for color
and trans fonts. Is that still OK? Afterall, trans fonts are a kind of
color fonts (from user view) and differ very slightly in internals.
If the font vtables were a class hierarchy, you'd have something like
font
/ \
mono font color font
|
trans font
right? Makes sense to me to keep is_color_font() as-is.
--
Daniel Schlyder