-
1. Re: Is there a way to create a standard hollow bullet?
Jeff_Coatsworth Nov 7, 2014 4:10 PM (in response to bufossil)Probably depends on the font you’re using – check out Error7103’s posts on a similar thread
-
2. Re: Is there a way to create a standard hollow bullet?
Arnis Gubins Nov 7, 2014 5:04 PM (in response to bufossil)As Jeff mentions, it's solely dependent upon what font you are using. You will have to use the unicode value for the hollow bullet glyph (called a "white bullet" at \u9702). Most TrueType WGL4 fonts have this symbol encoded.
A good quick reference for the various symbols that you might be able to use, depending upon the font, can be found at: Geometric Shapes – Test for Unicode support in Web browsers
-
3. Re: Is there a way to create a standard hollow bullet?
Error7103 Nov 10, 2014 6:35 AM (in response to bufossil)If what's needed is to redefine the default glyph generated by the FM markup "\b", I'm not aware of any way to do that.
But it's simple to edit Paragraph Formats for any bulleted forms, and specify what glyph to use. On FM8 or higher, I would avoid using the old codepage font method, and instead use Unicode. Either choose a body font that populates the codepoint for the glyph you want, or invoke one that does, just for the bullet (Arial Unicode MS if necessary).
In Format > Paragraph > Designer for the bulleted form, it's the Numbering tab. The most obvious markup would be:
\u25e6\t
Which is the Unicode WHITE BULLET and a tab.
Other candidate glyphs might include:
\u25cb
\u25ef
\u274d
\u29bf
\u2299
\u229a
\u233e
\u2a00
\uffee
or even a non-breaking space and combining circle:
\ \u20dd
(update: looks like FM9 doesn't know how to do combining circle - they end up as separate space and circle characters).
If your preferred body font doesn't populate the desired bullet code point, create a Character Format, named perhaps "Bullets", that is As-Is or blank for everything except Font Family, which would select a typeface that does populate the codepoints of interest. Then select that Character Format in the Paragraph Designer menu for your bulleted para formats.
-
4. Re: Is there a way to create a standard hollow bullet?
bufossil Nov 10, 2014 9:51 AM (in response to Error7103)Thank you Error7103. The \u25cb option looks like it might work for us.
I appreciate your time.Tim


