This One Took A While To Make The Curved Text

I knew it was going to take a while with all the curved text, especially the vertical text. Now that I have it finished I’m even impressed with it. :laughing: MAG 1706

23 Likes

Looks great Rusty, nicely done Sir :clap:
(No Inspection? :thinking:)

3 Likes

Did you put those words in there one letter at a time to make the curve?

2 Likes

No, I cheated by using the circle text function in Paint (dot) net. Those are graphics. I’ll post them below in case anyone ever wants to make use of them.

Description is below the white graphic.


Heart Rate


Phone Battery


Watch Battery


Step Count

5 Likes

Very cool ,looks very polite,heavy work to make counters once per once to curve them :+1:

2 Likes

It’s no cheat. Just a sensible way of doing things. Long live paint.net

2 Likes

I thought that inspection was on. I had it set to on and every face I was making was automatically on. I guess Facer changed something again. Inspection is turned on now. (I think)

1 Like

Great Work . Respect for Sharing your work Inspectable .

Just a little heads up rather than doing subtraction .

Thanks @mrantisocialguy , just figured out how to install that pluggin into paint.net. It will surely come in handy pretty soon. :+1:

2 Likes

Very nice and clean layout!

And yep, curved text is a pain. I just ran into my first curved text headache working on my first vintage digital analog hybrid, made more complicated since it’s the LCD digits that are curved.

I ended up placing a single “8” of the appropriate size using a custom LCD font (built-in ones are slanted, which doesn’t work), centered in the dial’s window, inside Creator itself. I took a screenshot of that and brought it back to Photoshop, and made a swiveling “slice” out of it centered on the dial’s spindle. From that I made 4 copies, so I could place each digit properly spaced and properly angled. I repeated that for the colon and the 2 smaller sized seconds digits. Once I had all 7 slices placed properly and had each one’s angle recorded, I brought a screenshot of that into Creator and placed 7 separate text elements using the second screenshot as a guide, along with the appropriate angles per each digit. It took quite some time, I must have had the obsessive-compulsive option turned on in Photoshop :crazy_face: :joy:

Once I figured out how to handle each digit, I ran into my next issue (this is my first hybrid): using a second hand with a formula (either the modula version of the version I found in another post) to give it more than 1 tick per second makes it lead between 0.5 and 1 second ahead of the digital seconds. :face_with_raised_eyebrow:

4 Likes

If you strart with the digital face you get a bonus, non slanted LCD font that matces with an
88:88 shadow and the old, basic heart icon

3 Likes

@kourosh With the the split second formula you have options. round, floor, and ciel . Let us see the code and it can be synced to the Digital. Is it. 5 sec you want? I can look at that tomorrow . On the Tablet at the moment.
Nice work with the curved LCD. : )

2 Likes

Or you can ask Rob Fisk to send you some special moddled ones.

1 Like

I do have a test face somewhere that you ca use the time machine and it gives you the angle of text needed when doing it that way. just need the glue to dry a bit more on this woofer, phone base

2 Likes

I was just using the little tab at the top of the box to twist the digits close to where they looked good. Then I would just play with the last number changing it up or down to finish it. I used a ring shape where I wanted the digits to fall and used zeros to line the top and bottom of the zero to the curved line. Then deleted the ring when I got it all lined up. That’s why there are large numbers in the rotation instead of using a negative number. In other words, I used the K.I.S.S. theory. (Keep It Simple Stupid) :laughing:

3 Likes

What I was using (so far) with the above hybrid face is either of the following:

  • (#DWFSS# - #DWFSS#%3)
  • (round(#DWFSS#2/6) / 26)

The first one I came up with experimenting with modulo in Excel, and the second one (no pun intended) I got from an older post on the subject of multiple ticks per second.

I’ve been messing around with this subject using this:

3 Likes

Thanks for that tip. I had always started with a blank slate, didn’t realize the digital template has another font embedded in it… if I only knew, I must have spent hours looking for a nice looking non-slanted fixed-width LCD font-- but I did finally find one here:
https://www.dafont.com/lcd-at-t-phone-time-date.font?text=121134567890

2 Likes

Looking really good @kourosh I’d love to see the Face in it’s entirety, and there’s plenty of non slanted fonts on the usual free font sites, such as THIS ONE for example.
Oh, and I love the Roll-eks logo, had me :rofl: there :laughing:

2 Likes

Thanks for the Font .

2 Likes

I was saying try for (round(#DWFSS#*2/6) / 2*6)

(floor(#DWFSS#*2/6) / 2*6)

and if that is not the answer

try

(ceil(#DWFSS#*2/6) / 2*6)

2 Likes