Using different font form CHR

R

ray_cam2006

I want to write a programe in graphic mode. As you know in C they allow
us to use their font but I want to use Cambodian font, how can I do
that ?
I waiting for reply ! I hope that all of you help me to solve this
problem! Thank in Advance
 
I

Ian Collins

I want to write a programe in graphic mode. As you know in C they allow
us to use their font but I want to use Cambodian font, how can I do
that ?
I waiting for reply ! I hope that all of you help me to solve this
problem! Thank in Advance
You cant do anything "in graphic mode" in standard C, try a programming
group for your platform.
 
R

Richard Heathfield

Ian Collins said:
You cant do anything "in graphic mode" in standard C,

Nevertheless, at least some graphics programming can be done in a highly
portable way.

For example, I can (if necessary, use ImageMagick to turn an image into a
format I know how to load/save, and then) load that image into memory, hack
around with its pixels in some custom way that I couldn't figure out how to
do neatly in GIMP, and store the image back onto the disk (again, using
ImageMagick to get back to the right format if I need to). Any platform
with a filesystem, a conforming stdio, and sufficient memory for the image
would be able to run my filters. It doesn't even need a graphics adapter -
just some way to get the input onto its filesystem and the output back off
it again. TCP, SneakerNet, whatever.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top