lylejk wrote:
OK Rod; when are you going to release your effort? Does it require an XCF? Not sure how it's going to work, so, hope you have a tut when it's ready for primetime.

The XCF template will only be needed to create each of your PhotoFonts. You can change fontface or text within that template.Just keep the size the same and guides must stay where i have them.All glyphs need to be created within those guide boundaries.
As soon as i have the phf done i will release it.
The phf will have all the basic stuff inside all the user will need to do is add the correct image folder and file path.
(edit the code line for glyph src directories)
So to install a font all the user will need to do is create each glyph image, place them in a folder like say My Paperclip Font, and then place the phf file in the My Documents>Photofonts folder
Each image will have to be named according to the phf file glyph tags
<glyph id="A">
<--- map id - this must be the same as the map ids within unicode mapping tags <image id="v0" type="photo">
<---- tells plugin the font is color and has transparency <shape system="images/grassy/A.png">
<--- shape image name (can be changed by user) <ppm int="480" />
<---- max range for size <bbox x="20" y="-5" width="940" height="990" />
<---- coordinate values for font placement <base x="-20" y="398" />
<---- base line values (bottom of font coordinate) <delta x="444" y="0" />
<---- placement of top corner of font i think </shape>
</image>
</glyph>
I am trying to have all these values set except image directory name and reference directories.These will be up to the user to change.
So long story short to install you need only create the images.
Edit the phf file to direct pstart to them - place it in the correct directory...
Place the images in the correct directory so pstart can find them (My Documents>Photofonts>images> directory)
Run the pstart within pshop or Gimp and install through the plugin interface.
Should be a pretty easy install really.Just a little editing on the users part for image location/reference.
I will include a PDF with the phf file.

Final release will contain
Tutorial PDF on font template (XCF) and installing
XCF template
PHF basic file
Keep in mind i have yet to get anything over 500x500 to work. I will work on that in the next version.
Thanks for all your support and help folks! This will be a benefit to everyone using these cool PhotoFonts within their artwork.Photofonts can also be used in webpages and detected by spiders as TEXT!
Cool plus there.
