Activity for fntsample

  • GitHub committed [316c0e]

    Merge pull request #6 from khaledhosny/typos

  • Khaled Hosny Khaled Hosny committed [651168]

    Combine the two if’s

  • Eugeniy Meshcheryakov committed [49f8f0]

    Update changelog

  • Eugeniy Meshcheryakov committed [0e438a]

    Fix webpage URL

  • Khaled Hosny Khaled Hosny committed [6b897a]

    Typo

  • Khaled Hosny Khaled Hosny committed [69160b]

    Make writing outlines with Cairo actually work

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov created a blog post

    Release 5.0 and new development website

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov posted a comment on ticket #6

    Hello your ticket was moved to the new issue tracker: https://github.com/eugmes/fntsample/issues/5 Please subscribe there if you'd like to be notified about changes.

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov modified ticket #6

    Add option to render missing glyphs with FreeSerif

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov modified ticket #7

    Do not hardcode Blocks.txt into the program

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov posted a comment on ticket #7

    Hi, in the new release (5.0) it is now possible to specify an alternate blocks file using --blocks-file option. This should help in your use case. The release is available from github: https://github.com/eugmes/fntsample/releases/tag/release%2F5.0

  • Eugeniy Meshcheryakov committed [3b3d67]

    Improve errors handling when reading Unicode blocks at runtime

  • Eugeniy Meshcheryakov committed [bc4efe]

    Remove configure.ac

  • Eugeniy Meshcheryakov committed [959aa2]

    Add new options to the manpage and update the website link

  • Eugeniy Meshcheryakov committed [f0fbec]

    Scan unicode_blocks.c for translatable strings

  • Eugeniy Meshcheryakov committed [e0456f]

    Add support for reading Unicode blocks file at runtime

  • Eugeniy Meshcheryakov committed [c022ac]

    Add README

  • Eugeniy Meshcheryakov committed [f899b8]

    Update the website link

  • Eugeniy Meshcheryakov committed [e5eba6]

    Add screenshot

  • Eugeniy Meshcheryakov committed [7b37ea]

    Update message catalogs

  • Eugeniy Meshcheryakov committed [0aa53b]

    Don't pass --verbose to xgettext

  • Eugeniy Meshcheryakov committed [a46bb6]

    Update Ukrainian translation

  • Eugeniy Meshcheryakov committed [dfb5c3]

    Update changelog

  • Eugeniy Meshcheryakov committed [8a7443]

    Fix directory change in Travis config

  • Eugeniy Meshcheryakov committed [3b7d5f]

    Update Ukrainian translation

  • Eugeniy Meshcheryakov committed [4df508]

    Revert "Depend on pango >= 1.37 and remove conditional compilation"

  • Eugeniy Meshcheryakov committed [14a04c]

    Compile with -Werror on Travis-CI

  • Eugeniy Meshcheryakov committed [f8f186]

    Add Travis CI config file

  • Eugeniy Meshcheryakov committed [99dc1e]

    Build everything using CMake

  • Eugeniy Meshcheryakov committed [28c095]

    Add fntsample --help for testing and install it into temporary directory

  • Eugeniy Meshcheryakov committed [11a75d]

    Fix compiler warning when cairo with outlines support is not available

  • Eugeniy Meshcheryakov committed [cd43b3]

    Depend on pango >= 1.37 and remove conditional compilation

  • Eugeniy Meshcheryakov committed [9fec2d]

    Link fntsample executable with math library

  • Eugeniy Meshcheryakov committed [8b5c4a]

    Make autoreconf install needed files

  • Eugeniy Meshcheryakov committed [ea01d1]

    Fix passing options to make in Travis config

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov modified ticket #5

    Use Pango for drawing glyph cells

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov posted a comment on ticket #5

    This is commited

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov modified ticket #8

    Add an option to use add PDF outlines with Cairo

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov posted a comment on ticket #8

    Commited, thanks

  • Eugeniy Meshcheryakov committed [db93e0]

    Update message catalogs

  • Khaled Hosny Khaled Hosny committed [2b53b0]

    Fix warning

  • GitHub committed [313cff]

    Merge pull request #2 from khaledhosny/pango-cairo

  • Khaled Hosny Khaled Hosny committed [c04b4b]

    Add an option to use Pango for drawing glyph cells

  • Khaled Hosny Khaled Hosny committed [630253]

    Add an option for writing outlines directly

  • Khaled Hosny Khaled Hosny posted a comment on ticket #5

    I can make it an option and send a GitHub pull request. For my fonts the difference between using Freetype and Pango is the difference between not showing glyphs at all and showing them correctly. The dotted cirrcle is a feature for me as well (though it can be disable by putting a space before the marks), as it makes combining from non-compining marks clear and make it easy to see if the mark applies above or below the base.

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov posted a comment on ticket #5

    Hi, sorry for late reply. I had time to test your patch, and for me result does not always look better than without it. Cairo adds circles for combining marks that look bad with DejaVu Sans for example. Also with DejaVu Sans some (historic) characters in Cyrillic range look off-center. I'll probably make this layout selectable as command line option for now. BTW I've created a repo on Github where I plan to move the development of this project: https://github.com/eugmes/fntsample

  • Khaled Hosny Khaled Hosny posted a comment on ticket #5

    This seems to have been introduced in 1.37.0 from May 2015 (judging by git log).

  • Khaled Hosny Khaled Hosny posted a comment on ticket #5

    Here is an updated version of the patch to check for Pango version explicitely.

  • Khaled Hosny Khaled Hosny posted a comment on ticket #5

    It was introduced in Pango 1.37, released in May 2015 (based on the git tag).

  • Khaled Hosny Khaled Hosny created ticket #8

    Add an option to use add PDF outlines with Cairo

  • Shriramana Sharma Shriramana Sharma created ticket #7

    Do not hardcode Blocks.txt into the program

  • Pander Pander created ticket #6

    Add option to render missing glyphs with FreeSerif

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov posted a comment on ticket #5

    Thanks for the patch. I'll incorporate it when I'll have slightly more time to test...

  • Khaled Hosny Khaled Hosny created ticket #5

    Use Pango for drawing glyph cells

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov posted a comment on ticket #4

    Thanks for your report. Both bugs are fixed now in version 4.1.

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov modified ticket #4

    Problems finding libiconv

  • fntsample fntsample released /fntsample/4.1/fntsample-4.1.tar.gz

  • fntsample fntsample released /fntsample/4.1/release-notes-4.1

  • Eugeniy Meshcheryakov committed [932a32]

    Update ChangeLog

  • Eugeniy Meshcheryakov committed [b68b01]

    Detect iconv and add LIBICONV to LDADD

  • Eugeniy Meshcheryakov committed [5aaabd]

    Detect support for -Wl,--as-needed in configure

  • Eugeniy Meshcheryakov committed [713328]

    Set version to 4.1

  • Mojca Miklavec Mojca Miklavec posted a comment on ticket #4

    I also wanted to add something unrelated. I had to remove -Wl,--as-needed from LDFLAGS...

  • Mojca Miklavec Mojca Miklavec created ticket #4

    Problems finding libiconv

  • Khaled Hosny Khaled Hosny posted a comment on ticket #3

    Thanks!

  • fntsample fntsample released /fntsample/4.0/release-notes-4.0

  • fntsample fntsample released /fntsample/4.0/fntsample-4.0.tar.gz

  • Eugeniy Meshcheryakov committed [35262f]

    Update change log

  • Eugeniy Meshcheryakov committed [3626fe]

    Prepare to release 4.0

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov modified ticket #3

    Fix broken handling of font names

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov posted a comment on ticket #3

    I've commited your patch. Additionally I extended buffer for UTF-8 decoding and fixed...

  • Eugeniy Meshcheryakov committed [345176]

    Fix broken handling of font names

  • Eugeniy Meshcheryakov committed [806899]

    Update gettext version in Makefile.in.in

  • Eugeniy Meshcheryakov committed [a3a87e]

    Extend buffer size for UTF-16 to UTF-8 conversion

  • Eugeniy Meshcheryakov committed [e90095]

    Update translation files

  • Khaled Hosny Khaled Hosny posted a comment on ticket #3

    I don’t think a font will work on Windows without the MS platform names, and it will...

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov posted a comment on ticket #3

    Thanks for your report. I agree that current font name handling is a bug. I have...

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov modified ticket #2

    Add an option to not embed the font files

  • Eugeniy Meshcheryakov Eugeniy Meshcheryakov posted a comment on ticket #2

    That's fixed in commit ab679c6feb26f90c405e1072872a9d1ddd15e8c5. Thanks.

  • Eugeniy Meshcheryakov committed [ab679c]

    Add a --no-embed option

  • Khaled Hosny Khaled Hosny created ticket #3

    Fix broken handling of font names

  • Khaled Hosny Khaled Hosny created ticket #2

    Add an option to not embed the font files

1
MongoDB Logo MongoDB