README
Annapurna SIL 1.200
========================

This file describes the Graphite source files included with the Annapurna SIL
font family. This information should be distributed along with the Annapurna
SIL fonts and any derivative works.

As a reminder: these source files are Copyright (c) 2004-2015, SIL International
(http://scripts.sil.org/) with Reserved Font Names "Annapurna" and "SIL".
This Font Software is licensed under the SIL Open Font License, Version 1.1.

annapurna_features.gdh - feature and language-feature definitions
annapurna_rules.gdh - bulk of Graphite rules and extra definitions to support them

annapurna-B.gdl - definition of bold glyphs and glyph classes; auto-generated from the font
annapurna-R.gdl - definition of regular glyphs and glyph classes; auto-generated from the font

stddef.gdh - standard GDL abbreviations

In order to modify the Graphite tables in this font:
* Strip out the existing tables
  Using the Font-TTF-Scripts package ( http://scripts.sil.org/FontUtils ), you could use something like:
    ttftable -delete Feat,Glat,Gloc,Silf,Sill <ttf-file-with-Graphite-tables> <ttf-file-with-Graphite-tables-stripped>
* Run:
    grcompiler -d <font>.gdl <ttf-file-with-Graphite-tables-stripped> <regular-output-ttf>
   