473,387 Members | 1,575 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Using different font form CHR

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

Aug 4 '06 #1
2 1557
ra*********@yahoo.co.jp wrote:
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.

--
Ian Collins.
Aug 4 '06 #2
Ian Collins said:
ra*********@yahoo.co.jp wrote:
>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,
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.

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)
Aug 4 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Paul Kirk | last post by:
Hello I have a piece of simple code which take the user inputs and depending which check box is selected directs them to a different page. <form name="allform"> <input type="radio"...
3
by: Itai | last post by:
I have an aspx file named index.aspx which contains two ‘form' sections, one that has the runat=server attribute (e.g From1) and one which is a regular HTML form (e.g SignInForm). I am trying...
13
by: Stumped and Confused | last post by:
Hello, I really, really, need some help here - I've spent hours trying to find a solution. In a nutshell, I'm trying to have a user input a value in form's textfield. The value should then be...
0
by: Michelle Keys | last post by:
I am trying to call a print function to print a string from a database using javascript. Which is RC_DATA of Varchar2(2500). This is a javascript is not being used. I have a thing that needs to...
0
by: Metal2You | last post by:
I'm working on an ASP.NET 2.0 application in Visual Studio 2005 that accesses a Sybase database back end. We're using Sybase SQL Anywhere 9.0.2.3228. I have installed and registered the Sybase...
0
by: Keith | last post by:
I have a web form that contains a repeater control that is designed to ask like a check book register. Clicking on a certain transaction takes the user to a different .aspx page where it can be...
0
by: Keith | last post by:
I have a web form that contains a repeater control that is designed to ask like a check book register. Clicking on a certain transaction takes the user to a different .aspx page where it can be...
3
by: anthonybrough | last post by:
I have an asp page that has a form to collect user data in a form. when the user clicks submit the input is validated. If any fields are not acceptable the user clicks on a button to go back to...
1
by: sourcie | last post by:
I am changing an existing quiz found on "JavaScriptKit.com Multiple Choice Quiz" I have an image. Instead of using the radio buttons with the normal true/false question, I want to place two...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.