Giter Club home page Giter Club logo

Comments (6)

JDsnyke avatar JDsnyke commented on August 11, 2024

I have tested this and it appears that Shoes shows a default placeholder instead of the actual emoji. Placed in the window title it appears to be fine, so potentially something wrong somewhere? (Refer to pics)

Imgur
Imgur

from shoes3.

ccoupe avatar ccoupe commented on August 11, 2024

Are the emojis in the font being used? The default fonts from Shoes doesn't have them so you need to specify the correct font name for each element. The 'correct' font will be user and system specific if portability is an issue for you.

from shoes3.

JDsnyke avatar JDsnyke commented on August 11, 2024

Are the emojis in the font being used? The default fonts from Shoes doesn't have them so you need to specify the correct font name for each element. The 'correct' font will be user and system specific if portability is an issue for you.

So following up I've tried different fonts like DejaVuSans and Unicode and gotten no changes at all....

What I used for example is as follows,

emojifont = font "fonts/DejaVuSans.ttf"

para "#{account_name}", font: emojifont, size: "18"

from shoes3.

ccoupe avatar ccoupe commented on August 11, 2024

DejaVuSans is a Shoes font. You need to use a system font that has emoji's. This should list all the fonts you have on your system.

Shoes.app do
  stack do
    all_fonts = Shoes::FONTS
    all_fonts.each {|ft| para ft}
  end
end

from shoes3.

JDsnyke avatar JDsnyke commented on August 11, 2024

System fonts don't seem to work either (as seen here). Does it work for you when you run it?

from shoes3.

ccoupe avatar ccoupe commented on August 11, 2024

I don't have fonts with emojis on my Linux system or I don't know their names or the unicode for the glyph because I don't use emojis. What is the font name with the emojis you want to display? what is the \uNNNN string you are using?

from shoes3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.