--- title: "Wire Frame Sprites with Magnification" type: "article" slug: "wire-frame-sprites-with-magnification" url: "http://localhost/article/wire-frame-sprites-with-magnification/" markdown_url: "http://localhost/article/wire-frame-sprites-with-magnification.md" published_at: "2020-10-27T17:14:04+00:00" modified_at: "2024-05-26T13:17:23+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Using pattern tables to draw wireframe type characters is used a lot with the Apple II computers since they don't have sprites. This program uses letters stored in a string variable to draw graphics characters with a magnification parameter." category: - name: "Update Magazine" slug: "update-magazine" taxonomy: "category" url: "http://localhost/category/periodicals/update-magazine/" post_tag: - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "Larry Kenny" slug: "larry-kenny" taxonomy: "indiv" url: "http://localhost/indiv/larry-kenny/" publication: "Update Magazine" publication_r: id: 10283 title: "Update Magazine" type: "periodical" url: "http://localhost/periodical/update-magazine/" authors: "Larry Kenny" issues_articles: - id: 26494 title: "Update January 1990" type: "issue" url: "http://localhost/issue/ts-2068-up-date-january-1990/" pages: "15-18" pubdate: "January 1990" archive_link: false volumeissue: "vn" --- # Wire Frame Sprites with Magnification Using pattern tables to draw wireframe type characters is used a lot with the Apple II computers since they don’t have sprites. This program uses letters stored in a string variable to draw graphics characters with a magnification parameter.