digao-dalpiaz / DzHTMLText

Delphi and Lazarus HTML Label component
MIT License
194 stars 54 forks source link

Lists Bullet char strange behavior on Lazarus 2.0.10 #16

Closed digao-dalpiaz closed 4 years ago

digao-dalpiaz commented 4 years ago
  1. Bullet char could be printed as "?" char, probably because charset or font source.

  2. Canvas method to calc text width could return 0 (zero) when using Bullet char (#0149).

This bug was found by @JReally

digao-dalpiaz commented 4 years ago

In meanwhile I have created a new branch with some adjustment using conditional directive: When using Lazarus, the bullet char will be replaced by "-"

link for lazarus branch

digao-dalpiaz commented 4 years ago

Done.

After some tests, I have decided to use conditional directives.