Projects tagged ‘bitmap’ and ‘font’


[5 total ]

2 Users

This project aims to develop the most complete, standard compliant, high-quality Chinese (and CJKV) fonts and resources, including bitmap and outline fonts of various styles. We also develop web-based ... [More] tools to facilitate online font-dev collaborations. [Less]
Created 12 months ago.

1 Users
 

F2IBuilder, é uma ferramenta para geração de imagens contendo os caracteres de uma fonte (letra), a imagem gerada é utilizada basicamente em uma técnica chamada FontBitmap?, que consiste na ... [More] utilização de uma imagem contendo os caracteres que se deseja desenhar na tela, tal técnica é amplamente emprega em software multimídias e jogos. F2IBuilder, é um gerador de fontes bitmap, opensource e multiplataforma, desenvolvido em linguagem java, de acordo com a licença GPL. English F2IBuilder is a tool for generation of images i contend the characters, the generated image is used basically in one called technique Bitmap Font, that consists of the use of an image contends the characters that if it desires to draw in the screen, such technique is widely uses in software multimedia and games. [Less]
Created over 2 years ago.

0 Users

This program allows you to create bitmaps and fonts, and transform them to "C" source format. Fonts and images are stored in xml format. Conversion to result file is made with help of xsl ... [More] transformation. You can edit the xsl templates to obtain any desired result format. ImageEditor FontEditor Options [Less]
Created 3 months ago.

0 Users

The Bitmap Font Maker Utility for Game Studio Express programs with added features.
Created 10 months ago.

0 Users

OverviewThis small package (less than 1000 lines of Java code) was developed to provide a small and simple package for rendering text into an image (bitmap). It was developed for Google App Engine ... [More] use where AWT and BufferedImage et al do not exist. This small utility can be used to render text on App Engine within the constraints of the JRE Class White List. This is derived from the "pbmtext" utility from NETpbm Copyright (C) 1991 by Jef Poskanzer. These are crude black-and-white bitmap fonts - no anti-aliasing. A small number of BDF fonts in fixed-sizes are bundled into the package: Courier, Lucida-Bold-Italic, Lucida-Medium, Lucida-Medium-Italic, LucidaBright-DemiBold, LucidaTypewriter, LucidaTypewriter-Bold, and a default serif font. The following code snippet demonstrates use of litetext: byte[] bmp_data = doRender("Render this text into a bitmap"); // bmp_data contains a BMP fileMore InformationUsageOverview - Basic Java Usage and Options AppEngine - Using litetext in App Engine Live Demo - running on Google App Engine [Less]
Created about 1 month ago.