Hi,

D

dharmesh Gupta

Hi to all parogrammers,


I there any API or STL wherby we can make a bitmap from the text
string supplied
for example if I supply "dharmesh" the it should make a bitmap say of
72x14 size in which dharmesh is shown,

thanks in anticipation

Dharmesh
 
T

Thomas Matthews

dharmesh said:
Hi to all parogrammers,


I there any API or STL wherby we can make a bitmap from the text
string supplied
for example if I supply "dharmesh" the it should make a bitmap say of
72x14 size in which dharmesh is shown,

thanks in anticipation

Dharmesh

Use your favorite search engine and look up fonts.
My understanding is that you want to create a "bitmap" object
using various font heights from a given text string. There
are many functions around to do this, in fact some operating
systems supply this functionality. However, it is not
something you can do with the _standard_ C++ language.

Follow the C++FAQ and Welcome.TXT links below.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
J

Jupiter5F

Use your favorite search engine and look up fonts.
My understanding is that you want to create a "bitmap" object
using various font heights from a given text string. There
are many functions around to do this, in fact some operating
systems supply this functionality. However, it is not
something you can do with the _standard_ C++ language.

Follow the C++FAQ and Welcome.TXT links below.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book

Test
 

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

Similar Threads

Hi! 0
Hi! 0
Hi! 0
Hi Everyone! 2
Hi From Canada 3
Hi Folks 3
Idk need help in editing this source code 0
how to import a variable across files 4

Members online

No members online now.

Forum statistics

Threads
474,147
Messages
2,570,833
Members
47,380
Latest member
AlinaBlevi

Latest Threads

Top