Re: [ft-devel] ftdump functionality in ftinstpect

2018-10-10 Thread Ankit Dhankhar
> > Some comments. > > * I think it would be best if all the information is present in a > single window. If necessary, there could be tabs to split the > contents into smaller chunks. > I have attached the new patch as per above suggestion, please have a look and suggest further changes :)

[ft-devel] ftdump functionality in ftinstpect

2018-10-06 Thread Ankit Dhankhar
This patch adds the basic functionality of ftdump in ftinspect. More changes/features will be added in subsequent patches. Please have a look & suggest the required changes for refinement of this patch. Regards, Ankit diff --git a/src/ftinspect/engine/engine.cpp b/src/ftinspect/engine/engine.cpp

Re: [ft-devel] Problem in ftinspect compilation

2018-10-04 Thread Ankit Dhankhar
Thanks, bzip2.pc file was missing (or maybe not provided with bzip2 distribution for Ubuntu). On adding it is working fine & pkg-config is returning appropriate flags. Ankit On Thu, Oct 4, 2018 at 2:02 AM Werner LEMBERG wrote: > > >>> I have an installation of bzip2. Same is recognized by

[ft-devel] Problem in ftinspect compilation

2018-10-03 Thread Ankit Dhankhar
Hi, I tried the compilation of ftinspect program but it is giving: ``` Project ERROR: bzip2 development package not found ``` I have an installation of bzip2. Same is recognized by freetype2 configure script (using autoconf test) but not by pkg-config. Please help me what I step should I take to

Re: [ft-devel] Clustering in freetype2-demos

2018-09-04 Thread Ankit Dhankhar
> It's intended behaviour (well, let's say that `ftview' is rather > dumb :-). Those glyphs all have zero width. > IMHO, there should be some default width for glyph having zero width. What's your opinion? Ankit ___ Freetype-devel mailing list

[ft-devel] Clustering in freetype2-demos

2018-09-04 Thread Ankit Dhankhar
In freetype2-demo "ftview" program, for some character (unic300,301,302...) are clustering in OpenSans fonts. Is this intended behaviour or bug in the demo program. Regards, Ankit ___ Freetype-devel mailing list Freetype-devel@nongnu.org

Re: [ft-devel] Readme and comments for freetype2-demos

2018-09-03 Thread Ankit Dhankhar
Yes, I would like to volunteer for this task. Regards, Ankit On Tue, Sep 4, 2018 at 2:47 AM Werner LEMBERG wrote: > > >> Currently, the options for demo programs are shown in the menu > >> opened by '?', so a readme for freetype2-demos programs explaining > >> the demo programs and their

Re: [ft-devel] Problem in ft2-demo compilation.

2018-09-03 Thread Ankit Dhankhar
Maybe it's some environment-related issue as I am not able to reproduce this error in Ubuntu 18.04. More information(log) would be helpful :). I was having some error making a PIE object, but with a fresh copy, it worked well. Regards, Ankit On Tue, Sep 4, 2018, 1:53 AM Parth Wazurkar wrote:

[ft-devel] Readme and comments for freetype2-demos

2018-09-03 Thread Ankit Dhankhar
Currently, the options for demo programs are shown in the menu opened by '?', so a readme for freetype2-demos programs explaining the demo programs and their options would be great. Compared to freetype2 library comments can be improved in freetype2-demos for better readability of code. Regards,

[ft-devel] External link modified

2018-07-16 Thread Ankit Dhankhar
There is a link to [1] in the last section on [2] (labeled "dropout control") which is no longer available. Ankit [1] https://www.microsoft.com/typography/TrueTypeScanConversion.mspx [2] https://www.freetype.org/freetype2/docs/tutorial/step2.html ___

Re: [ft-devel] Theme designs for the FreeType Website

2018-06-27 Thread Ankit Dhankhar
> > > I am looking at different themes for the rest of the website. I have > seen some nice Jekyll, MkDocs and other themes would like to share > them. > > 1. Documentation Theme (Jekyll) > > Link - http://idratherbewriting.com/documentation-theme-jekyll/ > > This is the same theme being

Re: [ft-devel] Browsing API docs locally, and other updates

2018-06-19 Thread Ankit Dhankhar
I was looking at how browsing the docs locally would work. With the current > []I am looking forward to > integrating this with docmaker, whenever available. > > They already have support for that. Using 'mkdocs serve' command you can browse website locally. > * I have considered

Re: [ft-devel] [Doubt]About multiple ChangeLog files in the root repository

2018-05-04 Thread Ankit Dhankhar
If I am not wrong, these are the files containing the changes done in the repository. And each log file ChangeLogXY corresponds to freetype2-ver-X-Y. And as new version is release new log file is create and previous one is closed. Current log file is ChangeLog. Regards, Ankit On Fri, May 4,

Re: [ft-devel] Markdown Documentation in header files

2018-05-01 Thread Ankit Dhankhar
> (1) > There are two formats for *markup tags*: > > and @Section > > > > I suggest replacing these with a single format that is easy to write. > That sounds nice, as it will make 'docmaker' to handle less cases, as of now two are being supported . > > (2) > I have previously discussed (with

Re: [ft-devel] Fwd: Custom search functionality & Python3 compatibility of 'docmaker'

2018-04-28 Thread Ankit Dhankhar
> Ankit, please prepare diffs rather than sending complete files in the > future! This both saves bandwidth and immediately shows your > modifications. > > I will keep that in mind ;) Ankit diff --git a/builds/freetype.mk b/builds/freetype.mk index 6f68a0f..02a5224 100644 ---

Re: [ft-devel] Fwd: Custom search functionality & Python3 compatibility of 'docmaker'

2018-04-28 Thread Ankit Dhankhar
On Sun, Apr 29, 2018 at 1:04 AM, Nikhil Ramakrishnan < ramakrishnan.nik...@gmail.com> wrote: > Also, the script you sent now stopped working with Python2. > For Ubuntu 16.04 and python version 2.7.12 is is working fine though the I am still investigating the cause behind the cross reference

[ft-devel] Fwd: Custom search functionality & Python3 compatibility of 'docmaker'

2018-04-28 Thread Ankit Dhankhar
-- Forwarded message -- From: Ankit Dhankhar <ankit97dhank...@gmail.com> Date: Sun, Apr 29, 2018 at 12:20 AM Subject: Re: [ft-devel] Custom search functionality & Python3 compatibility of 'docmaker' To: Nikhil Ramakrishnan <ramakrishnan.nik...@gmail.com> Upon f

Re: [ft-devel] Custom search functionality & Python3 compatibility of 'docmaker'

2018-04-28 Thread Ankit Dhankhar
It originally used string module to do all string related functionalities which are deprecated in python3. Thus replacing all those invocations with of string module by actual sting will solve this error On Sun, Apr 29, 2018 at 12:30 AM, Nikhil Ramakrishnan < ramakrishnan.nik...@gmail.com>

[ft-devel] Custom search functionality & Python3 compatibility of 'docmaker'

2018-04-14 Thread Ankit Dhankhar
Hi everyone, While exploring for the policy to be used for converting source code to markdown (though most of the necessary modules are implemented in http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/src/tools/docmaker it is found that only implementing a module named tomarkdown.py

Re: [ft-devel] Query regarding substitute for Pandoc

2018-02-26 Thread Ankit Dhankhar
>Indeed, this is what I have (naïvely) suggested on the GSoC page. >It's not really a recommendation, since I don't know enough details. >It's rather part of the GSoC project to evaluate this – and reject my >suggestion if there are better solutions. Actually I also want to request about the

Re: [ft-devel] Query regarding substitute for Pandoc

2018-02-26 Thread Ankit Dhankhar
Thanks for the feed back sir, By plane and simple HTML, I mean to refer this type of interface ( https://www.freetype.org/freetype2/docs/reference/ft2-index.html) which is good but adding side navigation bar and search bar can play an important role in navigation and speed up the search time of

[ft-devel] Query regarding substitute for Pandoc

2018-02-26 Thread Ankit Dhankhar
Hi , I was looking for the use of Pandoc.And I came to note following point (please correct me if I am wrong): Advantages : 1.It provide a variety of option for converting document from one format to another. 2.Easy to use for creation of HTML from markdown. Disadvantages: 1.Create a plane

Re: [ft-devel] Potential GSoC Proposal

2018-02-25 Thread Ankit Dhankhar
Sir by using Jekyll we can also solve the problem the problem of cross reference and generation of ready to view HTML as normally done on Github .And using that only task will be conversion of code from HTML to markdown. ___ Freetype-devel mailing list

[ft-devel] Potential GSoC Proposal

2018-02-25 Thread Ankit Dhankhar
project. 2. In actual GSoC I would like to work on VFlib's Tex format driver into FreeType and if time permits writing framework for checking FreeType' rendering output. As I have translated few pages so I would also like to ask, for them where I can submit pull request. Please guide me . Ankit