1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-04 03:56:13 +00:00
cc65/libsrc/tgi
uz f1d8210450 Fix calculation of text width for bitmap fonts.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5829 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-09-20 21:14:46 +00:00
..
Makefile
tgi_arc.c Fixed a sign error. 2009-11-05 20:26:23 +00:00
tgi_bar.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_circle.s Added tgi_circle and tgi_ellipse functions. The latter works, but could be 2009-11-05 17:14:29 +00:00
tgi_clear.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_clippedline.s
tgi_curtoxy.s
tgi_done.s
tgi_ellipse.s
tgi_free_vectorfont.s
tgi_getaspectratio.s
tgi_getcolor.s
tgi_getcolorcount.s
tgi_getdefpalette.s
tgi_geterror.s
tgi_geterrormsg.s
tgi_getmaxcolor.s
tgi_getmaxx.s
tgi_getmaxy.s
tgi_getpagecount.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getpalette.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getpixel.s
tgi_getset.s Renamed ..._deinstall -> ..._uninstall. 2003-02-11 12:37:46 +00:00
tgi_gettextheight.s
tgi_gettextwidth.s Fix calculation of text width for bitmap fonts. 2012-09-20 21:14:46 +00:00
tgi_getxres.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_getyres.s
tgi_gotoxy.s
tgi_imulround.s
tgi_init.s
tgi_install_vectorfont.s tgi_vectorchar takes now a char argument. Added tgi_install_vectorfont. 2009-11-06 16:18:13 +00:00
tgi_ioctl.s
tgi_line.s
tgi_linepop.s Added clipping for lines. 2009-11-06 15:26:46 +00:00
tgi_lineto.s
tgi_load_vectorfont.c
tgi_load.s
tgi_outcode.s
tgi_outtext.s
tgi_outtextxy.s
tgi_pieslice.c
tgi_popxy2.s
tgi_popxy.s
tgi_setaspectratio.s
tgi_setcolor.s
tgi_setdrawpage.s
tgi_setpalette.s
tgi_setpixel.s
tgi_settextdir.s
tgi_settextstyle.s Renamed tgi_textheight -> tgi_gettextheight, tgi_textwidth -> tgi_gettextwidth 2011-07-17 18:36:12 +00:00
tgi_setviewpage.s
tgi_unload.s Patch by Stefan Haubenthal: Remove __fastcall__ in comments and/or the 2012-03-04 13:08:54 +00:00
tgi_vectorchar.s
tgi-kernel.s
tgidrv_line.inc