Posts: 6
Threads: 2
Joined: May 2022
Reputation:
0
I'm trying to annotate an pdf chart with the chord changes above the bars using add text.
Works great until I want to get a special symbol like dim/half-dim circles.
Any way to do that on windows?
No luck with alt esc sequence or copy/paste from another source.
Posts: 13,278
Threads: 301
Joined: Apr 2012
Reputation:
234
If the font in MobileSheets doesn't support the unicode character you are trying to insert, that would be a problem. It might be best to use a custom stamp in these scenarios (tap the stamp tool twice to view the window, go to the User category and tap + to select a .svg or image file).
Mike
Posts: 1,858
Threads: 287
Joined: Sep 2014
Reputation:
31
wrong question
it's not about "does a font support unicode" but "what font is 'system default' " and "does that font contain glyph xy"
Posts: 13,278
Threads: 301
Joined: Apr 2012
Reputation:
234
The system default is Roboto. In order to ensure annotations can transfer seamlessly between Android, Windows and iOS, I only support fonts that I package with MobileSheets itself. I don't allow fonts in the OS to be selected, as that would then create an incompatability between platforms.
Mike
Posts: 13,278
Threads: 301
Joined: Apr 2012
Reputation:
234
Sure - I spoke a little inaccurately about one thing that I should clear up though. On Windows and iOS, System Default is Roboto. On Android, it can be Roboto or Google Sans depending on the Android OS version and the font the manufacturer chose as the default.
Monospace = Droid Sans Mono
Sans Serif = Roboto
Serif = NotoSerif
Light = Roboto-Light
Condensed = RobotoCondensed
Condensed Light = RobotoCondensed-Light
Thin = Roboto-Thin
Medium = Roboto-Medium
Black = Roboto-Black
Posts: 1,858
Threads: 287
Joined: Sep 2014
Reputation:
31
Wow, that was fast. Thanks a lot.