Define CharList ( 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '0', '1', '2', '3', '4', '5', '6', '7', '8', '9'); Define WidthList ( 8, 8, 8, 8, 7, 6, 8, 8, 3, 7, 8, 7, 10, 8, 9, 8, 9, 8, 8, 7, 8, 8, 12, 8, 7, 7, 7, 7, 7, 7, 7, 4, 7, 7, 3, 3, 7, 3, 11, 7, 7, 7, 7, 5, 7, 4, 7, 6, 10, 7, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7); Define RectList ( ( 0, 0, 9, 14), ( 10, 0, 7, 14), ( 18, 0, 7, 14), ( 26, 0, 7, 14), ( 34, 0, 6, 14), ( 41, 0, 5, 14), ( 47, 0, 7, 14), ( 55, 0, 7, 14), ( 63, 0, 2, 14), ( 66, 0, 6, 14), ( 73, 0, 8, 14), ( 82, 0, 6, 14), ( 89, 0, 9, 14), ( 99, 0, 7, 14), ( 107, 0, 8, 14), ( 116, 0, 7, 14), ( 124, 0, 8, 14), ( 133, 0, 8, 14), ( 142, 0, 7, 14), ( 150, 0, 6, 14), ( 157, 0, 7, 14), ( 165, 0, 9, 14), ( 175, 0, 13, 14), ( 189, 0, 9, 14), ( 199, 0, 10, 14), ( 210, 0, 6, 14), ( 217, 0, 6, 14), ( 224, 0, 6, 14), ( 231, 0, 6, 14), ( 238, 0, 6, 14), ( 245, 0, 6, 14), ( 252, 0, 5, 14), ( 258, 0, 6, 14), ( 265, 0, 6, 14), ( 272, 0, 2, 14), ( 275, 0, 3, 14), ( 279, 0, 7, 14), ( 287, 0, 2, 14), ( 290, 0, 10, 14), ( 301, 0, 6, 14), ( 308, 0, 6, 14), ( 315, 0, 6, 14), ( 322, 0, 6, 14), ( 329, 0, 4, 14), ( 334, 0, 6, 14), ( 341, 0, 4, 14), ( 346, 0, 6, 14), ( 353, 0, 9, 14), ( 363, 0, 9, 14), ( 373, 0, 8, 14), ( 382, 0, 7, 14), ( 390, 0, 5, 14), ( 396, 0, 6, 14), ( 403, 0, 4, 14), ( 408, 0, 6, 14), ( 415, 0, 6, 14), ( 422, 0, 6, 14), ( 429, 0, 6, 14), ( 436, 0, 7, 14), ( 444, 0, 6, 14), ( 451, 0, 6, 14), ( 458, 0, 6, 14)); Define OffsetList ( (-1, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), (-1, 0), (-1, 0), (-1, 0), (-2, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), (-1, 0), ( 0, 0), ( 0, 0), ( 0, 0), (-1, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), (-1, 0), ( 0, 0), (-2, 0), ( 0, 0), (-1, 0), (-1, 0), ( 0, 0), ( 0, 0), ( 1, 0), ( 0, 0), ( 0, 0), ( 0, 0), ( 0, 0), (-1, 0), ( 0, 0), ( 0, 0), ( 0, 0)); Define KerningPairs ("11","AT","AV","AW","AY","FA","LT","LV","LW","LY","PA","TA","Ta","Tc","Te","To", "Tr","Ts","Tu","Tw","Ty","VA","Va","Ve","Vo","Vr","WA","YA","Ya","Ye","Yo","Yp", "Yq","Yu","Yv"); Define KerningValues ( -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1); CreateLayer Main; LayerSetImage Main 'Arial9Bold'; LayerSetAscent Main 11; LayerSetCharWidths Main CharList WidthList; LayerSetCharWidths Main (' ') (3); LayerSetKerningPairs Main KerningPairs KerningValues; LayerSetImageMap Main CharList RectList; LayerSetCharOffsets Main CharList OffsetList; LayerSetAscentPadding Main 0; LayerSetLineSpacingOffset Main 0; LayerSetPointSize Main 9; SetDefaultPointSize 9;