From: Geert U. <ge...@li...> - 2001-03-11 20:17:53
|
On Sat, 10 Mar 2001, James Simmons wrote: > >I calculated that for small fonts, just sending the font data may require > >less register writes than seting up a blit). This is naturally not true > >for bigger fonts (like 32x32 fonts, but do we use that ?) > > Well if we want to draw the penguin (80x80) then yes. Image draw and > except any size image. This is a strenght. We don't have to say you can > only use 8,16,32 fonts. You can use any size. This is much more powerful. Note that I prefer to have limitations on size and position. Do you really want to code the `generic' case for bitplanes? Limiting sizes and positions to multiple of 8 helps a lot here to keep the code simple. And you don't really need more for a text console. For modern cards with packed pixels this doesn't matter that much, especially in a mode with 32 bits per pixel :-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@li... In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds |