Skip to main content
Solved

Hi, I get a few points out of an oracle database with an sql creator. Next I need to display these Points but not as "normal" point but as a symbol out of an Font. How can I do this?

  • April 26, 2023
  • 10 replies
  • 39 views

orkng
Contributor
Forum|alt.badge.img+2
  • Contributor
  • 7 replies

FME Desktop 2022.2.3

Best answer by david_r

You'll have to use the LabelPointReplacer before the PDFStyler. Example:

imageResult:

image

You won't see the result in the FME Data Inspector, as it renders the text using its own font without considering the font choice set in the PDFStyler. You'll have to write the label to a PDF file to see the results.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

10 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • April 26, 2023

You can do this using a Labeller or LabelPointReplacer.


orkng
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 7 replies
  • April 27, 2023

Any example how to setup? E.g. use windings Font "0x40" to replace the Point (and than export this to pdf?)

 

Labeller 

 


david_r
Celebrity
  • 8392 replies
  • April 27, 2023

For PDF output you should add the PDFStyler and specify the font (e.g. Wingdings) there.

Alternatively, you can use the TextStroker to convert the symbol into vectors.


orkng
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 7 replies
  • April 27, 2023

can't find an option in the pdfStyler where I can replace the point as a font icon? Even I find no examples online. ... anyone have a example?


david_r
Celebrity
  • 8392 replies
  • April 27, 2023

can't find an option in the pdfStyler where I can replace the point as a font icon? Even I find no examples online. ... anyone have a example?

You'll have to use the LabelPointReplacer before the PDFStyler. Example:

imageResult:

image


orkng
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 7 replies
  • April 27, 2023

You'll have to use the LabelPointReplacer before the PDFStyler. Example:

imageResult:

image

Something I do still wrong?

PDFStylerimage 

Result:

 

image 

 

 


david_r
Celebrity
  • 8392 replies
  • Best Answer
  • April 27, 2023

You'll have to use the LabelPointReplacer before the PDFStyler. Example:

imageResult:

image

You won't see the result in the FME Data Inspector, as it renders the text using its own font without considering the font choice set in the PDFStyler. You'll have to write the label to a PDF file to see the results.


orkng
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 7 replies
  • April 27, 2023

You'll have to use the LabelPointReplacer before the PDFStyler. Example:

imageResult:

image

Thx a lot!


david_r
Celebrity
  • 8392 replies
  • April 27, 2023

You'll have to use the LabelPointReplacer before the PDFStyler. Example:

imageResult:

image

I forgot to say, if you simply need to visualize the label using the correct font for quality control, you could use the TextStroker before visualizing the result.


orkng
Contributor
Forum|alt.badge.img+2
  • Author
  • Contributor
  • 7 replies
  • April 27, 2023

You'll have to use the LabelPointReplacer before the PDFStyler. Example:

imageResult:

image

This was the last step! Thank you very much!