为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

symbol not supported by firefox or where will i find symbol font

  • 3 个回答
  • 1 人有此问题
  • 4 次查看
  • 最后回复者为 cor-el

more options

WHEN I USE BULLET LIST IN FIREFOX USING DEVEXPRESS RICH EDITOR FONT-FAMILY SYMBOL BULLET SHOWING VERY SMALL

WHEN I USE BULLET LIST IN FIREFOX USING DEVEXPRESS RICH EDITOR FONT-FAMILY SYMBOL BULLET SHOWING VERY SMALL

所有回复 (3)

more options

You shouldn't use the Symbol font, but use the Unicode version of such a character.

It is best to always use the Unicode representation of characters to avoid font problems, because in that case any font that supports those symbols can be used. It works on all platforms if you have a font installed that covers this Unicode range.

more options

You can generate a bulleted list in HTML using the Unordered List (<ul>) element. Then Firefox will take care of the symbol for you, matching the size of the bullet to the accompanying text.

https://developer.mozilla.org/docs/Web/HTML/Element/ul

Does the DevExpress editor generate standard HTML unordered lists or does it do something else? If it generates standard HTML, perhaps there is a problem with the style rules inserted by the tool.

more options

Can you attach a screenshot?

  • use a compressed image type like PNG or JPG to save the screenshot
  • make sure you do not exceed the maximum size of 1 MB

Can you post a link to a publicly accessible page (i.e. no authentication or signing on required) or post the code that you used?