On 7/26/16, 6:30 AM, "Harbs" <[email protected]> wrote:

>That makes it very hard to debug.
>
>Is it possible to disable that for debugging?

In that vein, you might want to comment out more and more of your app
until the problem goes away or you have a really simple test case.

Regarding embedded fonts, the usual things to check are that the actual
low-level text widget is a TextField or TextLine and the right embedAsCFF
value is set for that.  Various themes might swap in different text
widgets.

Regarding text color, most often some other CSS is taking precedence.  If
the low-level text widget is a TextField, some odd code could be setting
the textColor property and overriding the CSS, or if you are using
HTML/TLF markup, a color is specified in the markup.  There are ways to
find the reference to the text widget and dump information about the
styles and properties it has computed to get a better picture of what is
going on.

HTH,
-Alex

Reply via email to