Font conversion

Posted on
Page
of 2
Prev
/ 2
  • (For information: loading in a full ASCII 32–255 brings low memory and other errors.)

  • Is it possible to get the "Vector" font as an otf or ttf? I prefer creating the characters I need and substituting them in the font directly, rather than doing the rotation as you indicated it.

  • Earlier I mentioned errors trying to run the project mentioned here on the watch. The errors do not appear when running the emulator, which works well.

    The errors showing up for the watch are rarely the same. Examples below seem odd, because what is being claimed as undefined is in fact defined, as the emulator recognizes!

    If you have a general comment on why this may be happening, it will be welcome. Many thanks.

    Uncaught ReferenceError: “A1” is not defined
    at line 42 col 15
    buildSequence(A1);

    Uncaught ReferenceError: “B1” is not defined
    at line 43 col 15
    buildSequence(B1);

    [with these repeated for subsequent occurrences]

    ——

    Uncaught ReferenceError: “timeLoop” is not defined
    at line 1 col 1
    timeLoop();
    ^
    in function called from system
    Uncaught ReferenceError: “showDateTime” is not defined
    at line 1 col 171
    …tiveUntil.getSeconds()+15);showDateTime­();
    ^
    in function “timeLoop” called from line 1 col 10
    timeLoop();
    in function called from system

  • The two previous requests may be ignored for now. We've figured out a way to do the character rotations in Vector that will probably work, and the error messages as described may not occur with use of that font and a simplified script.

    Thanks again for your devoted attention to my font questions.


    2 Attachments

    • Screen Shot 2021-03-28 at 22.58.11.png
    • Screen Shot 2021-03-28 at 23.21.32.png
  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Font conversion

Posted by Avatar for Numerist @Numerist

Actions