Coder Social home page Coder Social logo

bitmapfontcreator's People

Contributors

dantevg avatar

Stargazers

 avatar  avatar

Watchers

 avatar

bitmapfontcreator's Issues

Draw glyphs

  • Mouse dragging
  • Clear glyph
  • Global glyph options

Imported font glyphs not completely sorted

For some weird reason, the sorting when importing a font almost sorts the table, but not quite.
For instance, it ends up with the sequence KMNPQLO

Code reference:

-- FIXME: For some reason, this *almost* sorts the table,
-- but ends up with some small mistakes (see issue #32)
table.sort( layer.glyphs, function(a,b)
return a.unicode and b.unicode and a.unicode < b.unicode
end )

Save project to UFO

  • metainfo.plist
  • fontinfo.plist
  • layercontents.plist
  • glyphs/
    • contents.plist
    • *.glif

Set font options

Meta text values:

  • Family
  • Style
  • Author
  • Version
  • Year
  • Copyright
  • Trademark

Glyph number values

  • Width
  • Height
  • Advance

Glyph previews for combining glyphs

Currently, the entire width of the combining glyph selection list is taken up by the name of the glyph, so there is no more space to display the glyph preview

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.