Giter Club home page Giter Club logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
You're right, there is a significant difference of font arrangement between 
mactype and gdipp.
generally speaking, gdipp places letters based on freetype width, while mactype 
places letters with Windows GDI32 width. As you can see, freetype outputs a 
more accurate value in most cases, therefore gdipp can make a better kerning of 
characters. However, all the programs are originally designed based on GDI32 
width (ClearType width), if you force the letters to be rearranged by freetype 
width, there will be a mess in display. gdipp solve this problem by hooking a 
lot of GDI32 width related APIs, but there are always some exceptions making 
gdipp works weird like "letter 'i' is missing...", "the cursor is inside a 
letter".
mactype use GDI32 width to arrange letters so that you can create an office 
document with mactype enabled and open it in another PC without mactype, and 
both of them looks identical.

Original comment by [email protected] on 4 May 2012 at 4:55

from mactype.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
For whatever reason, your MacType text looks slightly worse than mine: 
http://ace.mpql.net/screenshots/2012-05-10_00-53-26.png

I felt like sharing in case a better comparison could be made.

Original comment by [email protected] on 10 May 2012 at 4:56

from mactype.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Is there a possible planned solution for this? I obviously understand not 
having widths match up will cause some problems when the length of text is 
important, but the awful kerning is also a big problem.

Original comment by [email protected] on 7 Nov 2012 at 9:03

from mactype.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Some rare bugs are preferable to the kerning issues in that screenshot.  A 
missing 'i' does not make me cringe, but bad kerning is painful.  Of course, a 
cursor inside a letter isn't good either.  I hope you find a solution.  This 
bug is the main thing holding mactype back from greatness.  If only all fonts 
were monospaced...

Original comment by [email protected] on 19 Nov 2012 at 5:46

from mactype.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
"a cursor inside a letter" bug has been fixed in the develop version. And about 
kerning, you need to blame windows for its awful hinting and positioning system.

Original comment by [email protected] on 20 Nov 2012 at 2:32

from mactype.

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.