Re: Fontforge Python module — iss ue in drawing in character uni00B5
Vernon Adams <[email protected]>
| Newsgroups | gmane.comp.fonts.fontforge.devel |
|---|---|
| Message-ID | <[email protected]> |
I think I have come across this before. It could be to do with 2 characters using same Unicode slot. Will check closer later... Dave Crossland <[email protected]> wrote: >I don't get this. > >$ ipython >In [1]: import fontforge > >In [2]: import random > >In [3]: font = fontforge.font() > >In [4]: font.encoding = "UnicodeBmp" > >In [5]: caracter = 'uni00B5' > >In [6]: font.createMappedChar(caracter).unicode >Out[6]: 181 > >In [7]: pen = font[caracter].glyphPen() > >In [8]: >Do you really want to exit ([y]/n)? y >$ > >------------------------------------------------------------------------------ >October Webinars: Code for Performance >Free Intel webinars can help you accelerate application performance. >Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from >the latest Intel processors and coprocessors. See abstracts and register > >http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk >_______________________________________________ >Fontforge-devel mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/fontforge-devel ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk