Can not use fonts in styles in edc files since last update of Gear S3 watch

Can not use fonts in styles in edc files since last update of Gear S3 watch

BY 03 Jun 2019 Native Application Development

Hi,

I can not use own fonts anymore in edc files in styles.
I only get a standard font. I worked before last update of the Gear S3 watch.

Code below used to work but does not any more.

fonts {
   font: "Segment14.ttf" "segment";
   font: "Gabriele.ttf" "Gabriele";
}

styles {   
    style {
        name: "battery_textblock_style";
        base: "font=segment align=right style=glow font_size="22" color=#BAFCFA glow_color=#1A8888";
   }
}

It works in the emulator but not on the watch.
Any idées on how to make it work again ?

I want to use the style for the font.

/Christian

Written by