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