Re: Generating bitmaps of alpha characters
- From: "Lee " <newman.lee.nospam@xxxxxxxxxxx>
- Date: Fri, 31 Aug 2007 15:20:52 +0000 (UTC)
I'm not sure what you have in mind. Do you want eachcharacter to have
the same scale and you want to make sure you have enoughroom for the
largest one or do you really want each character to be aslarge as
possible within a given space? In any case, you mightfind the Extent
property of the text object to be helpful:
t = text(0,0,'Q',...);
get(t,'Extent')
--
Doug Schwarz
dmschwarz&ieee,org
Thanks for your suggestion. I checked into Extent and is
read-only, so I'm not sure how to use it? Ideally, I'd like
each character to be the same scale, and have a fixed figure
size that accommodates the largest character (capital Q, I
think). What I am after is set of bitmaps of the alphabet
that I can use to train a neural net -- with the ability to
vary the font.
Lee
.
- Follow-Ups:
- Re: Generating bitmaps of alpha characters
- From: Doug Schwarz
- Re: Generating bitmaps of alpha characters
- References:
- Generating bitmaps of alpha characters
- From: Lee
- Re: Generating bitmaps of alpha characters
- From: Doug Schwarz
- Generating bitmaps of alpha characters
- Prev by Date: Re: Error =/
- Next by Date: Re: Error =/
- Previous by thread: Re: Generating bitmaps of alpha characters
- Next by thread: Re: Generating bitmaps of alpha characters
- Index(es):
Relevant Pages
|