Download List

프로젝트 설명

Libfake437 is a cross-platform library for rendering code page 437 'graphics' (think 'ANSI art', ZZT, Dwarf Fortress, or Kingdom of Kroz). The library is written in C and uses SDL for drawing. The public interface is documented and should be reasonably intuitive.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-08 19:49
0.71

새 f437_surface_new_sized 함수가 (가) 추가 되었습니다. 제한의 F437Surface 생성 행과 열을 확장 가능 하 고는 sdl_surface에서 중심적인 만큼 큰.
Tags: Minor
A new f437_surface_new_sized function was added. It creates a F437Surface of limited rows and columns, scaled as large as possible, and centred in the SDL_Surface.

2011-10-03 01:33
0.7

이 릴리스는 f437surface를 조금 상태를 추가 하 여 아래로 인터페이스를 트림 합니다. 그것은 F437Display 추상화 및 c + + 래퍼를 죽인다.
This release trims the interface down by adding a little state to F437Surface. It kills the F437Display abstraction and the C++ wrapper.

2010-01-02 15:38
0.6

저기 어떻게 표면에 API가 메모리를 자유롭게 일부 변경되었습니다. 레이어 기반의 추상화 'F437Display'에 해당하는 C와의 추가되었습니다 + 전화 + 클래스 fake437 : :를 표시합니다. C + +를 API를 약간 농축되어있다.
There have been some changes to how the surface API frees memory. A layer-based abstraction called 'F437Display' has been added, with corresponding C++ class fake437::Display. The C++ API has been slightly enriched.

2009-12-28 12:58
0.5

복수 (사용자 정의) 글꼴, F437Font 방식에 의해 구조체를 지원합니다. 반면 표면이 인터페이스를 표면에 생성에서 글꼴을 절약할 수 원시 인터페이스 글꼴에있는 모든 호출에 전달해야합니다. f437_get_font - 글꼴을 사용하여 정의 : 하나의 사전을 F437_FONT_8x8, F437_FONT_8x8_THIN, 또는 F437_FONT_8x14. 그 할당 ()에 실패를 중단하지 않는 새로운 기능 f437_surface_try_new입니다.
Support for multiple (and user-defined) fonts, by way of the F437Font struct. The primitive interface needs the font passed in on every call, while the surface interface saves the font at surface creation. Use f437_get_font to get one of the pre-defined fonts: F437_FONT_8x8, F437_FONT_8x8_THIN, or F437_FONT_8x14. There is a new function f437_surface_try_new that doesn't abort() on allocation failure.

2009-11-26 01:04
0.41

Texinfo인가 몇몇 관련 문서를 버그가 수정되었습니다.
Tags: minor documentation
Several texinfo-related documentation bugs were fixed.

Project Resources