Exemplo n.º 1
0
 public static void CollectScriptLang(this Languages langs, Dictionary <string, ScriptLang> output)
 {
     CollectScriptTable(langs.GSUBScriptList, output);
     CollectScriptTable(langs.GPOSScriptList, output);
 }
Exemplo n.º 2
0
 /// <summary>
 /// undate lang info
 /// </summary>
 /// <param name="metaTable"></param>
 internal void UpdateLangs(Meta metaTable) => Languages.Update(OS2Table, metaTable, this.GSUBTable, this.GPOSTable);