jan_flanders

Untitled

Dec 13th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.         for(table in tables)
  2.         {
  3.             switch(table)
  4.             {
  5.                 case TGlyf(descriptions): glyfData = descriptions;
  6.                 case THmtx(metrics): hmtxData = metrics;
  7.                 case TCmap(subtables): cmapData = subtables;
  8.                 case TKern(kerning): kernData = kerning;
  9.                 case THead(data): headData = data;
  10.                 case TOS2(data): os2Data = data;
  11.                 default:
  12.             }
  13.         }
Advertisement
Add Comment
Please, Sign In to add comment