Author Topic: Block style font  (Read 3475 times)

Offline habbosrus

  • Newbie
  • *
  • Posts: 7
    • View Profile
Block style font
« on: February 26, 2014, 03:50:50 PM »
I'm not sure if I'm asking this in the correct place. If not, I apologise.
I have a small matrix that I am hoping to scroll some text across. It is only 5 pixels high so I was looking for a block style font to use. I have tried a bunch of the fonts available in Nutcracker with some success but was hoping there was a block style font available, as the fonts I've used so far have some anomalies. I have attached a pic of a style I am looking for. Is this style of font available?


[attachment deleted by admin]

Offline sean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1727
    • View Profile
    • Xlights and Nutcracker Forum
Re: Block style font
« Reply #1 on: April 21, 2014, 04:56:22 PM »
I'm not sure if I'm asking this in the correct place. If not, I apologise.
I have a small matrix that I am hoping to scroll some text across. It is only 5 pixels high so I was looking for a block style font to use. I have tried a bunch of the fonts available in Nutcracker with some success but was hoping there was a block style font available, as the fonts I've used so far have some anomalies. I have attached a pic of a style I am looking for. Is this style of font available?

the smallest fornt we have is 7 pixels high. you could try putting a gif or jpg using the pictures effect and have the image have your text on it
Sean
Littleton, CO
Latest releases http://nutcracker123.com/nutcracker/releases
xLights/Nutcracker Forum http://nutcracker123.com/forum/index.php
Fbook [url=https://www.facebook.com/groups/62

Offline scuba

  • Sr. Member
  • ****
  • Posts: 349
    • View Profile
Re: Block style font
« Reply #2 on: April 23, 2014, 06:32:17 AM »
Sean
About 6-8 months ago we had a discussion about text on an asymmetric matrix.  you may recall that  I've got a mega tree (180) that has 10 vertical lines with 240 pixels on each vertical line.  When I put text on it, its very distorted (except very near the top).  Is there a way to do this so the text looks 'normal'?

I thought I could make gif files that had the text distorted, then scroll it across the tree.  Is there a better way?
John

Offline sean

  • Administrator
  • Hero Member
  • *****
  • Posts: 1727
    • View Profile
    • Xlights and Nutcracker Forum
Re: Block style font
« Reply #3 on: April 23, 2014, 08:23:22 AM »
the text is being drawn with wxwidgets routines. i dont know if we can scale that data. ill need to ask Matt, he wrote the text effect
Sean
Littleton, CO
Latest releases http://nutcracker123.com/nutcracker/releases
xLights/Nutcracker Forum http://nutcracker123.com/forum/index.php
Fbook [url=https://www.facebook.com/groups/62

Offline scuba

  • Sr. Member
  • ****
  • Posts: 349
    • View Profile
Re: Block style font
« Reply #4 on: April 23, 2014, 06:29:04 PM »
Thanks

Offline djulien

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Block style font
« Reply #5 on: May 25, 2014, 04:24:19 PM »
I have tried a bunch of the fonts available in Nutcracker with some success but was hoping there was a block style font available, as the fonts I've used so far have some anomalies. I have attached a pic of a style I am looking for. Is this style of font available?

5x5 fonts can be made readable if you use a bitmap instead of text.  There are examples of old 5x5 dot matrix fonts available on the web. For example:
http://www.dafont.com/5x5.font or http://www.google.com/search?q=5x5+bitmap+font&tbm=isch

I found that small 5x5 text is quite readable as block letters if you make a bitmap out of the letters and then display it using the Picture effect (optionally with scrolling), rather than using the Text effect.

(sorry for the late reply; I'm behind in my reading)

don