Copy link to clipboard
Copied
Can I use thumbnail instead of bullets in FM doc?
Copy link to clipboard
Copied
Hi,
What do you mean with "thumbnail"?
Do you mean a special character? You can enter any character and apply the correct character format with the correct font.
Or do you want to insert your own small image? Always the same? Or different images for the list items?
You might create your own font with your small images. If you assign these images to the numbers 1 to <high number>, you can use the <n+> building block to change the images.
Most decent graphics applications allow to create your own font files.
Best regards, Winfried
Copy link to clipboard
Copied
yes, I want to insert the image for the list items like this:
Copy link to clipboard
Copied
You cannot add images as part of a paragraph's autonumber format. As Winfried said, you could use a special font that has symbols or pictures, such as Wingdings, but not an image file.
Copy link to clipboard
Copied
Please brief how can I use a special font that has symbols or pictures.
Copy link to clipboard
Copied
re: ā¦how can I use a special font that has symbols or pictures.
If any FM dialog accepts arbitrary characters, you should be able to paste in any Unicode BMP character, such as:
ā U+261C WHITE LEFT POINTING INDEX
either as the copied character, or as, in this example, markup: \u261c
Notes:
Copy link to clipboard
Copied
Thank you Bob, but it's very much technical. I am trying to catch your point.
Copy link to clipboard
Copied
You can just copy the ā from any source, such as this reply, and paste it into the autonumber dialog in place of the normal \b bullet. Arbitrary bullet glyphs are actually a lot easier to do in FM than in HTML (and I wonder how they export to HTML from FM).
For use in a bullet format, you might prefer to use a right-pointing hand, such as ā or ā.
Due to the FM:SMP problem, you won't be able use {yet} š, š, š or š.
Copy link to clipboard
Copied
Simply put, you need a character (in this case, a pointing finger) from a font. If your paragraph font doesn't have the pointing finger you want, you'll need to specify a character from another installed font on your system.
If from another font, use that character for the "bullet" (which could be a keyboard character or a unicode character) in your autonumbering properties, and create a character format that specifies that font.
Specify the character format at the bottom of the autonumbering properties.
Copy link to clipboard
Copied
Matt: If your paragraph font doesn't have the pointing fingerā¦
When pasted into the AN dialog, as either ā or \u261c, FM knows what it is (and is apt to collapse the \u261c to ā). It's using an internal font for dialogs, that seems to have most of Unicode BMP covered.
If the [ā] becomes a [?] on the Body page, the ¶ font in use does not populate (have outline data for) codepoint U+261C, so another font will be needed.
Copy link to clipboard
Copied
And, following on to Bob's clarification...
When I use FontAwesome bullets (check out fontawesome.com, which is truly awesome for free and paid icons!) I see a "regular" bullet in the Autonumbering Properties. My character format applied to the autonumber, then perfectly renders as an icon in my text and outputs to PDF and online.
Copy link to clipboard
Copied
Hi Bob, I am still confused. Please brief how can I paste in any UNI Code BMP character "U+261C WHITE LEFT POINTING INDEX either as the copied character, or as, in this example, markup: \u261" as you mentioned in your solution. Based on your suggestion what I did is simply copied this ā and pasted into Auto Numbering properties, but this turned into "?"
Copy link to clipboard
Copied
I presume the "?" is appearing in the document Body text, and not in the /Numbering\ properties dialog.
If so, it means that the font specified for the parapraph format (presumably Bullet) , does not populate (have glyph outlines for) codepoint U+261C. Many fonts don't. Just trying it on my system, Arial, Source Serif and Times New Roman don't. Segoe UI Symbol does.
The usual solution for this is to first create a Character Format that specifies a font that has ā, and apply it to the /Numbering\ properties of ¶Bulleted.
Now apply that to the bulleted paragraph format:
Copy link to clipboard
Copied
Thank you Bob! I got your point now and this worked.
Copy link to clipboard
Copied
Hi, one issue that pop ups while creating this is the image (ā) is not parallel with paragraph. Please suggest what should I do to make it parallel.
Copy link to clipboard
Copied
Turn your symbols on so that people can see what you have going on around that symbol & line.
Copy link to clipboard
Copied
What is between the ā and the \t in the building blocks? It is customary to let the tab settings take care of spacing.
Are there any whitespace characters following the the \t of leading the "Thereā¦"
And it may be necessary to also review indents & such in /Basic\
Copy link to clipboard
Copied
You need to adjust the baseline shift.
Copy link to clipboard
Copied
Matt: You need to adjust the baseline shift.
I'm wondering why that would have been changed from the earlier attempt where the substitute ? glyph was correctly positioned. Presumably the only change was the Character Format being applied, but it does appear that more was touched.
Copy link to clipboard
Copied
I suspect that the Character Format has a larger font size than the base Paragraph Format and that is what is causing the vertical spacing issue. This is probably because the poster wants the icon to be larger than the Paragraph Format's font size. The solution may be to set the Line Spacing to Fixed.
Copy link to clipboard
Copied
yes, thanks.
Copy link to clipboard
Copied
While there may be an easier way around this, the only solution I've gotten to work is to create a MIF that defines the baseline shift of the character format, and import it into your document. It only holds until you modify the character format using the Designer.
You can see the writeup of the exact steps (Creating a character tag for a vertical baseline shift) on p.492 of FrameMaker - Working with Content (Fm 2020 edition)
Copy link to clipboard
Copied
I created a 15-minute lesson on setting up icons like this in my online FrameMaker Template Design course...if you'd like access to either the lesson or the course, click on my name/picture and send me a direct message.
-Matt
Copy link to clipboard
Copied
Alright Matt, thank you.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now