PageRenderTime 102ms CodeModel.GetById 27ms RepoModel.GetById 1ms app.codeStats 0ms

/htdocs.OLD/ja/oldchangelog.html

https://bitbucket.org/sortsmill/sortsmill-tools
HTML | 2958 lines | 2385 code | 1 blank | 572 comment | 0 complexity | bdd4f95a66505276fccebb4cfb0669d1 MD5 | raw file
Possible License(s): GPL-3.0, LGPL-2.0
  1. <HTML>
  2. <HEAD>
  3. <!-- Created with AOLpress/2.0 -->
  4. <!-- AP: Created on: 16-Sep-2001 -->
  5. <!-- AP: Last modified: 15-Jul-2006 -->
  6. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Shift_JIS">
  7. <!--<TITLE>Older changes to FontForge</TITLE> -->
  8. <TITLE>FontForge ????????</TITLE>
  9. <LINK REL="icon" href="../fftype16.png">
  10. <LINK REL="stylesheet" TYPE="text/css" HREF="FontForge.css">
  11. </HEAD>
  12. <BODY>
  13. <DIV id="in">
  14. <P>
  15. <!--
  16. <A HREF="changelog.html">Current changes</A><BR> -->
  17. <A HREF="changelog.html">??????</A><BR>
  18. <!--
  19. <A HREF="pfaeditchangelog.html">Changes to PfaEdit (predecessor to
  20. FontForge)</A> -->
  21. <A HREF="pfaeditchangelog.html">PfaEdit (FontForge ????) ????</A>
  22. <UL>
  23. <LI>
  24. <!-- 31-August-2005-->
  25. 2005?8?31?
  26. <UL>
  27. <LI>
  28. <!-- The mac fix for 25-Aug wasn't quite enough. -->
  29. 8/25 ? Mac ?????????????????
  30. <LI>
  31. <!-- I used to maintain a hidden value of the os2 linegap. This didn't change
  32. when users set linegap with font info, leaving users annoyed. -->
  33. ????OS/2 ? linegap ??????????????????????????????????????? linegap ????????????????????????????????
  34. <LI>
  35. <!-- It used to be that both the Hint-&gt;Add Hint and Hint-&gt;Create Hint commands
  36. would destroy all hint masks. Now we update those hint masks appropriately. -->
  37. ???????????????????????????????????????????????????????????????????????????????
  38. <LI>
  39. <!-- The "Original" encoding was broken, and reencoding to it gaves us 256 blank
  40. glyphs before glyph0. Sigh. -->
  41. ???????????????????????????????????????????????? 0 ??? 256 ?????????????????????
  42. <LI>
  43. <!-- The CodeRange bit for symbol doesn't mean the font contains any standard
  44. set of "symbol" glyphs, but rather either that it has a 3,0 cmap sub-table,
  45. or that there are glyphs mapped to 0xf000-0xf0ff in the 3,1 (unicode) sub-table. -->
  46. CodeRange ???? symbol ??????????? "Symbol" ????????????????????????????????3,0 cmap ???????????????3?1 (Unicode) ??????? 0xf000-0xf0ff ????????????????????????
  47. <P>
  48. <!-- Setting this bit should give you a symbol encoding as well as all the other
  49. encodings you've set bits for. It doesn't work under windows. It doesn't
  50. work. TrueType fonts do not provide a symbol encoding, while 'CFF ' fonts
  51. only provide a symbol encoding. But hey, let's support it anyway! -->
  52. ???????????????????????????????????? Symbol ????????????????????????? Windows ????????????????TrueType ????? Symbol ??????????????Symbol ????????????????? 'CFF ' ???????????????????????????????!
  53. <P>
  54. <!-- change View-&gt;Goto to know about this range as MS Symbol. -->
  55. ???????? MS Symbol ???????????????
  56. <LI>
  57. <!-- Importing an eps file (or pasting the x clipboard) made use of an uninitialized
  58. variable. (introduced 7-Aug) -->
  59. EPS ????????? (??? X ????????????) ???????????????? (8/7 ??)?
  60. <LI>
  61. <!-- Cleanup pasting references from one font to another (gave some very strange
  62. results when pasting refs with no unicode encodings). -->
  63. ????????????????????? (??? Unicode ??????????????????????????????)?
  64. </UL>
  65. <LI>
  66. <!-- 25-August-2005-->
  67. 2005?8?25?
  68. <UL>
  69. <LI>
  70. <!-- Recode the mac resource fork routines so that they no longer use the FSSpec
  71. structure. 10.4 complains about it. -->
  72. Mac ???????????????????FSSpec ??????????????????????? 10.4 ??????????
  73. <LI>
  74. <!-- Bug in mm font charstring generation. -->
  75. ?????????????? charstring ????????
  76. <LI>
  77. <!-- If a font contained mac feature setting names, then when ff generated it,
  78. ff would produce duplicate entries in the 'name' table for these guys. One
  79. for the name in the font itself, and one for the name ff thought that feature
  80. setting should have. -->
  81. Mac ????????????????FF ??????????? 'name' ???????????????????????1 ????????????????????? 1 ?? ff ?????????????????????
  82. <LI>
  83. <!-- Nobody else puts apple unicode names into the 'name' table so I probably
  84. should not either. Adobe says one should not. Apple's website implies one
  85. should - - but Apple doesn't and its ttf website is not very accurate. -->
  86. Apple Unicode ? 'name' ????????????????????????????????????????Adobe ??????????????????Apple ? Web ??????????????????????????????????????Apple ? TTF ???? Web ???????????????
  87. <LI>
  88. <!-- When ff generated a ttf/otf font with applemode set and opentype off then
  89. the font would have version 'true'. Which means windows would reject it.
  90. That's probably not a good idea given that this situation is default on the
  91. mac - - even if we don't have a GSUB/GPOS table we should at least let the
  92. glyphs show on windows. -->
  93. ff ? TTF/OTF ? Apple ???????OpenType ??????????????????????????? 'true' ????????????Windows ????????????????? Mac ????????????????????????????GSUB/GPOS ??????????????????????????????????????????
  94. <P>
  95. <!-- On the other hand some people might want to make fonts that only work on
  96. macs. So add a configure flag. -->
  97. ?????Mac ????????????????????????????????????? configure ????????????
  98. <LI>
  99. <!-- ff couldn't undo changing the lig carets (if it weren't compiled for multilayer) -->
  100. FF ??????????????????? (?????????????????????)?
  101. <LI>
  102. <!-- Copying a pairwise positioning left memory in a bad state. -->
  103. ?????????????????????????????????????
  104. <LI>
  105. <!-- Coalesce all lookups with the same feature &amp; script lang. This makes
  106. ATM happy about kerning on windows. -->
  107. ???????????????????????????????????Windows ???????????? ATM ??????????????
  108. <LI>
  109. <!-- When rasterizing a multilayer font we would sometimes get warnings from the
  110. stroker about how the stroke self-intersected. Get rid of those warnings. -->
  111. ????????????????????????????????????????????????????????????????????????????????????
  112. <LI>
  113. <!-- Pasting from a multilayered font into a normal one crashed -->
  114. ?????????????????????????????????????
  115. <LI>
  116. <!-- If an order2 font were turned into a PS font, then characters with hint conflicts
  117. got no hints. -->
  118. 2 ?????? PS ?????????????????????????????????????
  119. <LI>
  120. <!-- Makers of fonts on the mac often use out of bound GIDs as flags in contextual
  121. su bstitutions. What I have seen is that one sub-table will insert such a
  122. "glyph" w hen a match is found, and then the next sub table will remove the
  123. flag, and perf orm subsequent transformations. This is important on the mac
  124. because there is a limited number of substitutions that can happen once a
  125. match is found, but if a match is found at the start (ie. the match being
  126. some magic marker glyph) then u nlimited substitutions are available. When
  127. ff first stumbled on these fonts it crashed, then it treated a gid&gt;glyph_cn
  128. t as an error (and so it ignored the substitution). I've just put in code
  129. that c reates dummy glyphs for all these bizarre GIDs so (I hope) the font
  130. will work af ter passing through ff (only there will be some real blank glyphs
  131. at the end of the font rather than vaper-ware glyphs). -->
  132. Mac ?????????????????????????????????? GID ?????????????????????????????????????????????????????????????????????????????????????Mac ????? 1 ??????????????????????????????????????????? (????????????????????????????) ??????????????????????????????????FF ??????????????????????????????????????? gid&gt;glyph_cnt ???????????????? (??????????????)????????? GID ?????????????????????ff ???????????????????????? (????????????????????????????????????????????????)?
  133. <LI>
  134. <!-- The Active Hints pane (of Point Info) didn't always work if a glyph had more
  135. than one contour. -->
  136. [??????] ?? (???????????? 1 ????????????????????????
  137. <LI>
  138. <!-- Be more canny in the use of subroutines for references in type1/2 output. -->
  139. Type1/Type2 ???????????????????????????????
  140. <LI>
  141. <!-- When generating contextual lookups, ff did not set the lookup count between
  142. gpos and gsub. So if a font had both contextual gpos &amp; gsub elements
  143. ff got confused. -->
  144. ???????????????ff ? GPOS ? GSUB ?????????????????????????????????????????? GPOS ? GSUB ?????????????FF ??????????
  145. <LI>
  146. <!-- The code for cff encodings (ie. in bare cff non-cid fonts) didn't handle
  147. multiply encoded glyphs -->
  148. CFF ??? (?????? CFF ? CID ??????) ????????????????????????????
  149. <LI>
  150. <!-- Change the default color of the prev control point (so it's easier for me
  151. to see) -->
  152. ???????????????? (?????????????????)?
  153. </UL>
  154. <LI>
  155. <!-- 11-August-2005-->
  156. 2005?8?11?
  157. <UL>
  158. <LI>
  159. <!-- The configure script did not find libfreetype when it lived (solely) in
  160. /usr/X11R6/libs -->
  161. /usr/X11R6/libs ??? libfreetype ??????configure ??????????????????
  162. <LI>
  163. <!-- On the Mac, menus incorrectly suggested using Cmd rather than Ctl. (Cmd used
  164. to work on earlier versions of the X server, but now it is snagged by the
  165. X11 menubar itself.) -->
  166. Mac ??????????? Ctl ???? Cmd ????????? (Cmd ?????? X ????????????????????? X11 ??????????????????????)?
  167. <LI>
  168. <!-- ff uses the Alt/Meta key to alter the behavior of some tools (magnify, ruler,
  169. pointer, pencil, etc.) in the editing windows. This doesn't work well on
  170. the mac. First there is no real Alt/Meta key. If we contemplate using Option
  171. or Command it will generally already be used to turn the single button mouse
  172. into a three button mouse (Option - mouse =&gt; button 2, Command - mouse
  173. =&gt; button 3). So instead use the CapsLock key. -->
  174. FF ??????????????? (????????????????) ?????????????? Alt/Meta ???????????? Mac ?????????????????????? Alt/Meta ?????????Option ??? Command ??????????????????1 ??????? 3 ???????????????????????? (Option-???????2, Command-???????3)???????? CapsLock ?????????
  175. </UL>
  176. <LI>
  177. <!-- 9-August-2005-->
  178. 2005?8?9?
  179. <UL>
  180. <LI>
  181. <!-- The big5 encoding stopped at 64000, which confused routines which expected
  182. unencoded glyphs to start at 65536. -->
  183. Big5 ????????? 64000 ???????????????????????? 65536 ??????????????????????????????
  184. <LI>
  185. <!-- We would crash when reencoding a font with enough unencoded alternate unicode
  186. code points. -->
  187. ??????????? Unicode ??????????????????????????????????????????????
  188. <LI>
  189. <!-- The code for creating an 8/16 cmap subtable didn't work. -->
  190. 8/16 cmap ??????????????????????????
  191. <LI>
  192. <!-- ff would crash if it had two windows open on the same font and one got reencoded -->
  193. ??????????????????????????????????????????????????
  194. <LI>
  195. <!-- Didn't set the length of the format4 'cmap' sub-table, so the offset to the
  196. format12 (32bit unicode) table was wrong. -->
  197. ?????? 4 'cmap' ???????????????????????????? 12 (32 ??? Unicode) ?????????????????????
  198. <LI>
  199. <!-- ttfcopyfile can complain about a ttf table offset being wrong. Give it the
  200. info so that it will now tell us which table has the wrong offset. -->
  201. ttfcopyfile ??TTF ????????????????????????????????????????????????????????????????????????
  202. <LI>
  203. <!-- Uninitialized variable in metricsview when creating a popup window. -->
  204. ????????????????????????????????
  205. <LI>
  206. <!-- Redo the ttfnames pane of the font info dlg. Now show the names as an editable
  207. list. -->
  208. ???????????? [TTF ?] ??????????????????????????????????
  209. <LI>
  210. <!-- Histogram dlg still used wrong encodings for selected glyphs when historgrams
  211. invoked from Hints menu. -->
  212. ??????????????????????????????????????????????????????????????
  213. </UL>
  214. <LI>
  215. <!-- 7-August-2005-->
  216. 2005?8?7?
  217. <UL>
  218. <LI>
  219. <!-- SelectIf failed when passed an encoding which was out of bounds -->
  220. SelectIf() ???????????????????????????
  221. <LI>
  222. <!-- Added a new scripting command: ToString -->
  223. ???????????? ToString() ????
  224. <LI>
  225. <!-- Using the X clipboard to paste a glyph into a glyph that contained stuff
  226. caused a crash. -->
  227. X ??????????????????????????????????????????????????????????
  228. <LI>
  229. <!-- Using the X clipboard to paste a glyph with references or with multilayer
  230. did no t work. -->
  231. X ??????????????????????????????????????????????????????????????????
  232. <LI>
  233. <!-- None of ttf, otf nor svg got multiply encoded glyphs output properly. -->
  234. TTF, OTF, SVG ??????????????????????????????????
  235. <LI>
  236. <!-- FF screwed up memory when creating ligatures from an svg font. -->
  237. SVG ?????????????????????????????
  238. <LI>
  239. <!-- Merge fonts was writing to bad memory. -->
  240. ??????????????????????????
  241. <LI>
  242. <!-- FF was confused by a strange MM font -->
  243. FF ?????? MM ?????????????????
  244. <LI>
  245. <!-- FindExistingSlot should understand altuni. -->
  246. FindExistingSlot() ? altuni ??????????
  247. <LI>
  248. <!-- Font View didn't display current unicode of multiply encoded glyphs. (same
  249. for popups). -->
  250. ????????????????????????? Unicode ???????????? (?????????)?
  251. <LI>
  252. <!-- Still having problems generating type1 code for complicated reference glyphs. -->
  253. ????????? Type1 ?????????????????
  254. <LI>
  255. <!-- Retain knowlege of multiple unicode encodings for some glyphs. Used when
  256. a glyph has multiple encodings and is reencoded. -->
  257. ???????? Unicode ?????????????????????????????????????????????????????
  258. <LI>
  259. <!-- Add back an option to compact an encoding. It's not the same as the old compact
  260. which kept track of the former encoding. This just compacts, user must explicitly
  261. reencode. -->
  262. ?????????????????????????????????????????????????????????????????????????????????????????????????????????????
  263. <LI>
  264. <!-- Force encoding didn't work if the new encoding had more slots than the old. -->
  265. ?????????????????????????????????????????????????????
  266. <LI>
  267. <!-- FF also failed to parse glyph based contextual lookups properly -->
  268. FF ?????????????????????????????????
  269. </UL>
  270. <LI>
  271. <!-- 3-August-2005-->
  272. 2005?8?3?
  273. <UL>
  274. <LI>
  275. <!-- FF failed to parse class based contextual lookups properly (contextual chaining
  276. lookups were ok) -->
  277. FF ??????????????????????????????? (?????????????)
  278. </UL>
  279. <LI>
  280. <!-- 2-August-2005-->
  281. 2005?8?2?
  282. <UL>
  283. <LI>
  284. <!-- <FONT COLOR="Red"><STRONG><BIG>The OS/2 ulCodeRanges field has been broken
  285. for a long time, and has failed to mark the presence of any latin code
  286. pages.</BIG></STRONG></FONT> -->
  287. <FONT COLOR="Red"><STRONG><BIG>OS/2 ? ulCodeRanges ??????????????????????????????????????????????</BIG></STRONG></FONT>
  288. <LI>
  289. <!-- The ulCodeRanges field never set Vietnamese, TradChinese, Mac nor PC OEM -->
  290. ulCodeRange ??????????????Mac ??? PC OEM ????????????????????????????
  291. <LI>
  292. <!-- FF did not support EUC-CN, ISO-2022-CN, ISO=2022-KR iconv encodings properly. -->
  293. FF ? iconv ? EUC-CN, ISO-2022-CN, ISO-2022-KR ?????????????????????????
  294. <LI>
  295. <!-- Work around a bug in iconv's support for CP1258 -->
  296. iconv ? CP1258 ???????????
  297. <LI>
  298. <!-- Put some code in to warn users about unknown language/locales in the ttf
  299. 'name' table. -->
  300. TTF ? 'name' ???????????????/??????????????????
  301. <LI>
  302. <!-- Enter some new language/locale codes for ms. -->
  303. ??? MS ???/???????????????
  304. <LI>
  305. <!-- Crash when moving the end of an open path in an order2 font. -->
  306. 2 ????????????????????????????????????
  307. <LI>
  308. <!-- If one loaded an encoding specified by codepoint and then cancelled the dlg
  309. which asked for a name for that encoding, then ff would crash. -->
  310. ?????????????????????????????????????????????????????????ff ????????????????
  311. <LI>
  312. <!-- Don't use Adobe's glyphnames when they are obviously wrong (use uni???? instead) -->
  313. ????????????????? Adobe ??????????? (???? uni???? ???)
  314. <LI>
  315. <!-- Add (better) support for the new dotlessj -->
  316. ??? dotlessj ? (????) ????????
  317. <LI>
  318. <!-- Put a check into the context chain dlg to make sure that people don't add
  319. sequence/lookup pairs where the sequence number is too big. -->
  320. ?????????????????????????????????/??????????????????????????
  321. <LI>
  322. <!-- Make class be the default format for contextual/chaining substitutions rather
  323. than coverage tables. -->
  324. ?????????????????/????????????????????????????????
  325. <LI>
  326. <!-- <FONT COLOR="Red"><STRONG><BIG>The format of the LineBreak.txt file changed
  327. with Unicode 4.1, so all the line break info is wrong (essentially lines
  328. never broke in text fields).</BIG></STRONG></FONT> -->
  329. <FONT COLOR="Red"><STRONG><BIG>LineBreak.txt ???????????? Unicode 4.1 ?????????????????????????? (???????????????????????????????)?</BIG></STRONG></FONT>
  330. <LI>
  331. <!-- Reference to bad memory when creating a popup in combinations list. -->
  332. ?????????????????????????????????????
  333. <LI>
  334. <!-- Still problems in the 'name' table when Mac &amp; Mac Unicode strings don't
  335. match. -->
  336. 'name' ???????Mac ? Mac Unicode ????????????????????????
  337. <LI>
  338. <!-- Use of the X clipboard for transfering glyphs resulted in a crash -->
  339. ???????????? X ?????????????????????????
  340. <LI>
  341. <!-- When generating an old-style 'kern' table (either OpenType nor Apple modes
  342. set) decompose all kerning classes into kern pairs as we do for AFM files. -->
  343. ?????? 'kern' ????? (OpenType ????Apple ??????????????) ??????AFM ????????????????????????????????????????????
  344. <LI>
  345. <!-- Scripting didn't have a way to generate a font with neither Apple nor OpenType
  346. tables. Add one. -->
  347. ??????????Apple ? OpenType ?????????????????????????????????
  348. <LI>
  349. <!-- Oops. wrong default extension for otb fonts from scripts. -->
  350. ?????????? OTB ???????????????????????????????
  351. <LI>
  352. <!-- Fix some potential crashes where loading font types left a new field unset. -->
  353. ???????????????????????????????????????????????????????????????
  354. </UL>
  355. <LI>
  356. <!-- 28-July-2005-->
  357. 2005?7?28?
  358. <UL>
  359. <LI>
  360. <!-- <FONT COLOR="Red"><STRONG><BIG>Redesigned the way encodings are handled.
  361. From the user's perspective Encodings are no longer controlled by FontInfo,
  362. but via an encoding menu.</BIG></STRONG></FONT> -->
  363. <FONT COLOR="Red"><STRONG><BIG>??????????????????????????????????????????????????????????????????????????????????????</BIG></STRONG></FONT>
  364. <LI>
  365. <!-- If we create a bitmap strike in an empty font then change the fontview to
  366. look at the strike. -->
  367. ?????????????????????????????????????????????????
  368. <LI>
  369. <!-- The SetWidth command of FontView produced garbage defaults for empty fonts -->
  370. ??????????????? SetWidth() ??????????????????????????
  371. <LI>
  372. <!-- Don't set the hinting needed bit on: bitmap only fonts, multilayered fonts,
  373. stroked fonts nor quadratic fonts. -->
  374. ??????????????????????????????????? 2 ?????????????????????????????????
  375. <LI>
  376. <!-- Fix some problems with the generated names in File-&gt;Generate multiple -->
  377. ??????????????????????????????????
  378. <LI>
  379. <!-- The Save command failed to reset the font window's title (so it still looked
  380. modified) -->
  381. ????????????????????????????????????? (????????????????)?
  382. <LI>
  383. <!-- The enabled state of Encoding-&gt;Detach Glyphs was wrong -->
  384. ?????????????????????????????????????
  385. <LI>
  386. <!-- FF still didn't allow two ligatures to be created for the same glyph (ie.
  387. it complained if you tried to make both "f + f + i =&gt; ffi" and "ff + i
  388. =&gt; ffi" -->
  389. FF ??????????? 2 ????????????????????????? (????"f + f + i ? ffi" ? "ff + i ? ffi" ?????????????????????)?
  390. <LI>
  391. <!-- Added a TypeOf command to scripting -->
  392. ?????? TypeOf() ????????
  393. <LI>
  394. <!-- Added a GetPosSub command to scripting. -->
  395. ?????? GetPosSub() ????????
  396. <LI>
  397. <!-- Werner says negative widths and depths be set to 0 in tfm files. -->
  398. ????????? TFM ?????? 0 ??????? Werner ????????
  399. <LI>
  400. <!-- FontForge was generating an incorrect warning message. If a 'name' table
  401. contains a duplicate entry for a given platform/specific/language/id that's
  402. an error in the font. But ff conflated mac names with window names and so
  403. was only checking language/id. So if the mac windows names were different
  404. (which is probably a bad design idea, but not an error) ff said it was wrong.
  405. It can also be caused by using a character in the string which is not in
  406. the Mac Encoding for that language. -->
  407. FontForge ?????????????????????????????????????/??/??/???ID ? 'name' ?????????????????????????????????????? ff ? Mac ????? Windows ????????????????/ID ? 2 ??????????????????????Mac ? Windows ?????????????? (?????????????????????????????) ff ????????????????????????????? Mac ???????????????????????????????????????????????????????
  408. <LI>
  409. <!-- Don't set "Hinting needed" flag in bitmap only fonts. -->
  410. ????????????????????????????????????????
  411. <LI>
  412. <!-- AutoHint had a crash if there were open contours in a glyph being hinted. -->
  413. ?????????????????????????????????????????????????
  414. <LI>
  415. <!-- Add a couple of browsers to the list to check by default. -->
  416. ????????????????????? 2 ?????
  417. <LI>
  418. <!-- Using the kerning pair closeup dlg to create a new kerning pair caused a
  419. crash (eventually). -->
  420. ???????????????????????????????????? (????) ????????????
  421. <LI>
  422. <!-- When saving a block of ttf bitmap glyphs all with about the same metrics, -->
  423. TTF ????????????????????????????????????????
  424. <LI>
  425. <!-- Kern pairs were not scaled to emsize when loading from an afm file. -->
  426. AFM ???????????????????? EM ????????????????????
  427. <LI>
  428. <!-- Add a series of new selection commands, to the font view and to scripting: -->
  429. ???????????????????????????????
  430. <UL>
  431. <LI>
  432. SelectChangedGlyphs
  433. <LI>
  434. SelectHintingNeeded
  435. </UL>
  436. <P>
  437. <!-- (just to scripting) -->
  438. (???????)
  439. <UL>
  440. <LI>
  441. SelectSingletons
  442. <LI>
  443. SelectMoreSingletons
  444. <LI>
  445. SelectFewerSingletons
  446. </UL>
  447. <LI>
  448. <!-- Revert Glyph didn't work. One bug caused by multilayer, one caused by encoding
  449. changes, and one really old one. -->
  450. ?????????????????????????????????????? 1 ??????????????????? 1 ??????? 1 ???????????????
  451. <LI>
  452. <!-- GetFontNames returned an uninitialized value on bad ttf files. -->
  453. GetFontNames() ????? TTF ???????????????????????????
  454. <LI>
  455. <!-- Add some new scripting commands to access the TeX per-glyph fields. -->
  456. TeX ??????????????????????????????????????????
  457. <LI>
  458. <!-- Werner suggested some improvements to tfm output. -->
  459. Werner ??????? TFM ?????????????
  460. <LI>
  461. <!-- Cleanup behavior of generating ttf bitmaps in a script. -->
  462. TTF ??????????????????????????????
  463. <LI>
  464. <!-- I was attaching script/langs to lookups when parsing GPOS/GSUB. That wasn't
  465. good enough. Each sub-table and have it's own set, so attach script/langs
  466. to subtables as well. Still a flaw in that sub-tables could be referenced
  467. through severel extension sub-tables or directly and I don't unravel that
  468. complexity until too late. -->
  469. GPOS/GSUB ?????????/??????????????????????????????????????????????????????????????????????????/????????????????????????????????????????????????????????????????????????????????????????????????????
  470. <LI>
  471. <!-- ATM which handles some kerning for otf fonts for Word, does not handle 'kern'
  472. features where the feature contains more than one lookup. So whenever we
  473. have a feature with multiple lookups try to compress them into one lookup
  474. with multiple sub-tables. -->
  475. Word ???? OTF ??????????????????? ATM ??'kern' ??? 2 ????????????????????????????????????????????????????????????????????? 1 ????????????????????????
  476. <LI>
  477. <!-- Transform (in fontview) and Scale To Em do not scale the vertical advance. -->
  478. (?????????)??????????????????????????????????????????????
  479. <LI>
  480. <!-- We didn't test the right thing when deciding where a subroutine containing
  481. refs began. -->
  482. ??????????????????????????????????????????????
  483. <LI>
  484. <!-- Remove Undoes was broken by the encoding changes. -->
  485. ???????????????????????????(N)??????????????
  486. <LI>
  487. <!-- When saving multiple, make sure we don't get extraneous kerns. (to glyphs
  488. not in the current sub-font). -->
  489. ?????????????(??????????????????????) ???????????????????????
  490. <LI>
  491. <!-- Make sure the blue lines (marking hints needing to be updated) get cleared
  492. properly. -->
  493. (?????????????????) ???????????????????????
  494. <LI>
  495. <!-- Some display problems in the SameGlyphAs command. -->
  496. SameGlyphAs() ????????????????
  497. <LI>
  498. <!-- The Apply Substitutions code did not consider the possibility of loops:<BR>
  499. a-&gt;b-&gt;c-&gt;d-&gt;a -->
  500. ???????????? a?b?c?d?a ???????????????????????
  501. <LI>
  502. <!-- Werner suggests indicating multi-layer in the version string. -->
  503. ????????????????????????? Werner ????????
  504. <LI>
  505. <!-- Mark to Mark anchor classes should allow each mark glyph also to contain
  506. a base mark entry. -->
  507. ?????????????????????????????????????????????????????
  508. <LI>
  509. <!-- Give unicode name data (in grey) for dotted names. (ie for A.super give unicode
  510. name data for "A", but in grey so it stands out as modified). -->
  511. ?????????????? Unicode ?????? (???) ???(????A.super ? Unicode ? "A" ????????????????????????????)
  512. <LI>
  513. <!-- Add scripting routines to detach glyphs from the encoding and to remove them
  514. from the font. -->
  515. ?????????????????????????????????????????????????????
  516. <LI>
  517. <!-- FF produced some very strange 'gasp' tables... depending on the bitmap fonts
  518. in the sfd and not on the bitmaps in the output ttf for one thing. -->
  519. FF ????????? 'gasp' ????????????? SFD ???????????? ????????????? TTF ?????????????????????
  520. <LI>
  521. <!-- Werner wants an Invert Selection command. -->
  522. Werner ??[???????] ??????????????
  523. <LI>
  524. <!-- The position of Coptic and Glagolithic has been shifted in Unicode 4.1 (shifted
  525. from some earlier proposal). -->
  526. ???????????????? Unicode 4.1 ????????? (??????????????????????????)?
  527. <LI>
  528. <!-- Patch by KANOU, ttc files were broken. -->
  529. ?????????TTC ?????????????
  530. <LI>
  531. <!-- Some english language strings in the ttfnames pane of fontinfo where sort
  532. of bound to equivalent fields in the names pane. Make this clearer, and
  533. consistent. -->
  534. ???????????? [TTF ?] ????????????????[??] ??????????????????????????????????????????????????
  535. <LI>
  536. <!-- Werner thinks my error messages for scripts should be improved. -->
  537. Werner ?????????????????????????
  538. <LI>
  539. <!-- Add a check in case sfd files contain unreasonable values for pixelsize,
  540. etc. -->
  541. SFD ????????????????????????????????????????
  542. <LI>
  543. <!-- Werner suggests a -- dry &lt;scriptfile&gt; argument which does syntax checking
  544. without actually executing the script. I think it is trivial. -->
  545. ?????????????????????? --dry &lt;?????????&gt; ???????? Werner ???????????????????????
  546. <LI>
  547. <!-- Werner points out that the DSC Version comment has a very specific syntax:<BR>
  548. %%Version: &lt;version&gt; &lt;revision&gt;<BR>
  549. &lt;version&gt; is a real, &lt;revision&gt; is a uint. So we can't use the
  550. font's version string here (which might be anything). Instead we now generate
  551. a version comment<BR>
  552. %Version: &lt;string&gt;<BR>
  553. rather than a DSC Comment. -->
  554. Werner ????????DSC ????????????????????:
  555. %%Version: &lt;version&gt; &lt;revision&gt;<BR>
  556. &lt;version&gt; ????, &lt;revision&gt; ???????????????? (??????????) ?????????????????????DSC ???????????????????<BR>
  557. %Version: &lt;string&gt;<BR>
  558. ?????????????
  559. <LI>
  560. <!-- We used to assign a unicode value to ".notdef"s when reading ps encoding
  561. file, if the encoding was in the region of control chars (so location 1 would
  562. get uni0001, while location 65 would get -1). Seems inconsistent. -->
  563. PS ??????????????????????????????????????????????? Unicode ? ".notdef" ?????????? (???????? 1 ? uni0001 ?????????? 65 ? -1 ?????)???????????????
  564. <LI>
  565. <!-- Oops. I failed to provide a mechanism to add other iconv encoding names into
  566. my menu. -->
  567. ?????????????????????????????????????????????
  568. <LI>
  569. <!-- Code to support group display. -->
  570. ????????????????????
  571. <LI>
  572. <!-- Was not reading ps encoding files properly. -->
  573. PS ?????????????????????????????
  574. <LI>
  575. <!-- Remove encoding should always be available. -->
  576. ????????????????????????????
  577. </UL>
  578. <LI>
  579. <!-- 19-July-2005-->
  580. 2005?7?19?
  581. <UL>
  582. <LI>
  583. <!-- Extend to Unicode 4.1 -->
  584. Unicode 4.1 ????
  585. <LI>
  586. <!-- Change to configuration system to allow relative pathspecs for
  587. --with-freetype-src didn't work. -->
  588. configure ????????? --with-freetype-src ?????????????????????????????????
  589. <LI>
  590. <!-- Context chain dlg had problems with empty patterns (no terminal NUL in empty
  591. string used to represent them) -->
  592. ?????????????????????????????? (????????????? NUL ????????????)
  593. <LI>
  594. <!-- The [EditData] button in contextual fontinfo pane was disabled due to reasons
  595. which are no longer valid.. -->
  596. ?????????????? [??????] ??????????????????????????????????
  597. <LI>
  598. <!-- Transforming by a negative scale factor screwed up the hints. -->
  599. ??????????????????????????
  600. <LI>
  601. <!-- Add move up/down buttons to the kerning class dlg (class lists area) Use
  602. the selection from the class lists to highlight offsets. -->
  603. ????????????? (?????????) ??/???????????????????????????????????????????????????????
  604. <LI>
  605. <!-- Print sample did not handle kerning by classes. -->
  606. ??????????????????????????????????????
  607. <LI>
  608. <!-- When we had: a glyph which contained refs where that glyph was itself used
  609. as a reference in another glyph and all glyphs (except the last) lived in
  610. subroutines then we got multiple declarations of hints and the middle glyph
  611. was translated from where it should have been. -->
  612. ?????????????????????????????????????????????????????????????????? (??????????) ???????????????????????????????????????????????????
  613. <LI>
  614. <!-- When changing lists they should not scroll back to the beginning. -->
  615. ???????????????????????????????????
  616. <LI>
  617. <!-- Various fixes regarding hints: changing hints should set the char changed
  618. flag changing a glyph should mark all glyphs that refer to it as having out
  619. of date hints display out of date hints in font view. hints weren't being
  620. preserved (and should have been) in charview in Paste and transform. -->
  621. ????????????: ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
  622. <LI>
  623. <!-- Apply Substitutions was badly broken when ff compiled with multilayer. -->
  624. ff ??????????????????????????????????????????
  625. <LI>
  626. <!-- Kern Pair dlg looked at garbage memory when it closed (and crashed sometimes). -->
  627. ???????????????????????????????????? (??????????????????)?
  628. <LI>
  629. <!-- ff decides whether to add a 'gasp' table to a font based on whether the font
  630. has instructions or not. ff's own ttf fonts contain instructions in .notdef
  631. but nowhere else, so ignore .notdef when making this check. -->
  632. ff ???????????????????????? 'gasp' ?????????????????????????ff ???? TTF ????? .notdef ?????????????????????????????????????? .notdef ?????????????
  633. <LI>
  634. <!-- One more attempt to rule out absurd results in simplify(). -->
  635. simplify() ??????????????????????? 1 ????????
  636. <LI>
  637. <!-- if the lsb/rsb dlg was given a negative value it complained about negative
  638. widths. (whether the width would have been negative or not). -->
  639. ?????????????????????????(???????????????????) ???????????????????????????
  640. <LI>
  641. <!-- $italicangle has been broken since I added reals to scripting. -->
  642. $italicangle ??????????????????????????
  643. <LI>
  644. <!-- The kernclass dialog did not handle deleted classes properly. -->
  645. ??????????????????????????????????????
  646. <LI>
  647. <!-- Add ability to undo hints. -->
  648. ??????????????
  649. <LI>
  650. <!-- Once again starting a browser on windows is broken. -->
  651. ?????Windows ?????????????????
  652. <LI>
  653. <!-- We didn't do a bounds check when indexing into the names array of an encoding
  654. (when building a character from scratch). If the index was huge the result
  655. was garbage, generally leading to a crash sometime thereafter. -->
  656. ????????? names ????????????????(?????????????????) ??????????????????????????????????????????????????????????????????????????
  657. <LI>
  658. <!-- An open path consisting of a single point caused replace with reference to
  659. crash. -->
  660. 1 ?????????????????????????????????????????????????
  661. <LI>
  662. <!-- Generating a postscript resource font on the mac from a script did not work. -->
  663. Mac ??????????? PostScript ??????????????????????????
  664. <LI>
  665. <!-- Werner points out that afm files generated by FontForge still claim to have
  666. been made by pfaedit. Oops. -->
  667. Werner ??FontForge ????? AFM ????????PfaEdit ???????????????????????????
  668. <LI>
  669. <!-- Didn't parse user defined encodings properly and often omitted the first
  670. glyph. -->
  671. ??????????????????????????????????????????????
  672. </UL>
  673. <LI>
  674. <!-- 24-June-2005-->
  675. 2005?6?24?
  676. <UL>
  677. <LI>
  678. <!-- Improvements in the way type42 fonts where handled in printing. -->
  679. ???? Type42 ???????????
  680. <LI>
  681. <!-- Fix a crash when parsing mangled cff files -->
  682. ??? CFF ?????????????????????
  683. <LI>
  684. <!-- Marvelous triple bug: -->
  685. ???????:
  686. <UL>
  687. <LI>
  688. <!-- Adobe's Tech Note 5176 (cff format) says that a private dict is required.
  689. They mean it's required in a type1 font. -->
  690. Adobe ? Tech Note 5176 (CFF ??????) ???????????????????????Type1 ??????????????????
  691. <LI>
  692. <!-- Because of this I put a null private dict entry into my cid cff fonts. -->
  693. ????????CID CFF ?????????? 1 ???????????????????????
  694. <LI>
  695. <!-- ghostview finds the null private dict entry and tries to read data from it
  696. even though it is of 0 length. -->
  697. ghostview ?????????????????????????? 0 ???????????????????
  698. </UL>
  699. <LI>
  700. <!-- Add postscript code necessary for loading a cff font to my cff font output. -->
  701. CFF ????????????? PostScripto ??????????? CFF ????????
  702. <LI>
  703. <!-- Fix some uninitialized variables in the display dlg. -->
  704. ??????????????????????
  705. <LI>
  706. <!-- We didn't get DSC pages properly when printing a CID keyed font. -->
  707. CID ????????????DSC ???????????????????
  708. <LI>
  709. <!-- The default (notdef) glyph generated by my palm output routines was a little
  710. wonky. -->
  711. Palm ?????????????????? (notdef) ???????????????????????
  712. <LI>
  713. <!-- The rle image reader in my sfd routines had an off by one error causing it
  714. to reject some images. -->
  715. SFD ????????????????????????? 1 ???????????????????????????
  716. <LI>
  717. <!-- We used to munch memory when loading empty glyphs from mac NFNT resources. -->
  718. Mac ? NFNT ?????????????????????????????????
  719. <LI>
  720. <!-- It used to be that we didn't set the default background until the first font
  721. view window was opened. This meant that if we loaded a grey scale bitmap
  722. before opening a window (ie. from the command line) then that bitmap's clut
  723. would be relative to white rather than the appropriate background. -->
  724. ??????????????????????????????????????????????????????????????????????? (????????????????) ???????????????????????????? clut ????????????????????????????????????????
  725. <LI>
  726. <!-- Add some code to protect against badly generated bitmap strikes in sfnts. -->
  727. sfnt ???????????????????????????????????????
  728. <LI>
  729. <!-- vhea &amp; vmtx tables were generally wrong in otf fonts (unless the last
  730. full vmetric happened to be the last full hmetric). Also fix problems with
  731. cid hmtx output. -->
  732. OTF ?????????? vhea ??? vmtx ???????????????????? (??????????????????????????????????????????????)?CID ? hmtx ????????????
  733. <LI>
  734. <!-- The sfd reader looked in the wrong place for sli information in cid keyed
  735. fonts. -->
  736. CID ????????????????SFD ??????????/??????????????????????????
  737. <LI>
  738. <!-- Damn. Default output (for stdout) encoding never gets initialized when in
  739. a script. -->
  740. ??????????? (????) ????????????????????????????
  741. <LI>
  742. <!-- I realized a few months ago that there is a difference between encodings
  743. based on names and encoding based on unicode codepoints. Unfortunately I
  744. was only saving encodings as though they were based on names (generating
  745. default names if necessary). This patch retains the distinction even when
  746. encodings are saved to the preferences folder. -->
  747. ????Unicode ??????????????????????????2, 3 ?????????????????????????????? (?????????????????????) ????????????????????????????????????????????????????????????????????????
  748. <LI>
  749. <!-- AddAccent behaved differently when passed a glyphname and a unicode code
  750. point. In the first case it used the glyph specified. In the second it performed
  751. an arcane search which would not always use the specified glyph (left over
  752. from the days when it was important to use a glyph in Adobe Standard so you
  753. could do a seac). -->
  754. AddAccent ????????????? Unicode ?????????????????????????????????????????????????Unicode ?????????????????????????????????????????? (????seac ??????? Adobe ???????????????????????????????????????)?
  755. <LI>
  756. <!-- When debugging composite glyphs ff failed to notice when we switched from
  757. one glyph to another and so failed to reset the instruction list to those
  758. of the new glyph. -->
  759. ???????????????????????????????? ff ???????????????????????????????????????
  760. <LI>
  761. <!-- Problem with cubic to quadratic spline approximation. Fixed by a more careful
  762. comparison between original and resulting spline. -->
  763. 3 ??? 2 ???????????????????????????????????????????????????????????
  764. <LI>
  765. <!-- Kerning (and Anchor positioning) didn't work when printing to pdf. -->
  766. ????? (???????????) ??PDF ??????????????????
  767. <LI>
  768. <!-- Won-kyu Park points out that ff's internal utf7 parser (deep in the guts
  769. of sfd.c) only parses utf7 strings as produced by ff. He took a utf7 string
  770. produced by python and inserted it and ff could not read it. He provides
  771. a patch to fix the problem. -->
  772. Won-kyu Park ??ff ??? UTF-7 ??? (sfd.c ???????) ??ff ????? UTF-7 ??????????????????????? Python ????? UTF-7 ????????????ff ????????????????????????????????
  773. <LI>
  774. <!-- If we got an invalid second order spline, let's fix it up into some vaguely
  775. reasonable form, so the poor user doesn't keep getting errors. -->
  776. ??? 2 ?????????????????????????????????????????????????????????????????????
  777. <LI>
  778. <!-- Extra "-" in type42 header removed. -->
  779. Type42 ??????? "-" ????
  780. <LI>
  781. <!-- The anchor dialog was all screwed up. -->
  782. ?????????????????????
  783. <LI>
  784. <!-- The test in show att that all components of a substitution existed failed
  785. to handle a trailing space. -->
  786. ?ATT???(S)?????????????????????????????????????????????
  787. <LI>
  788. <!-- Make page Up/Down work in Show ATT -->
  789. ?ATT???(S)?? Up/Down ?????????????
  790. <LI>
  791. <!-- Sometimes the simplify algorithem fails to converge. -->
  792. ??????????????????????????????
  793. <LI>
  794. <!-- When generating a tfm file the width (height, depth, ic) table was being
  795. scaled twice. -->
  796. TFM ?????????? (??????ic) ???? ? 2 ?????????????
  797. <LI>
  798. <!-- Remove a NaN that occurred when moving quadratic splines. -->
  799. 2 ??????????????? NaN ????
  800. <LI>
  801. <!-- Oops. The unicode code point of a glyph was restricted to BMP by Glyph Info
  802. dlg. -->
  803. ????????????????????? Unicode ????? BMP ???????????
  804. <LI>
  805. <!-- Werner gave me a font where the glyphs were not properly ordered. So you
  806. can't tell the length of a glyph by loca[i+1]-loca[i]. The data appear valid
  807. in spite of that. So put in a warning for this particular case (we were
  808. generating a warning, but it wasn't as meaningful as it might be.) -->
  809. ?????????????????? Werner ?????????????????????? loca[i+1]-loca[i] ????????????????????????????????????????????????????????????? (????????????????????????????????????????)?
  810. <LI>
  811. <!-- Make View-&gt;Show ATT aware of the mark attachment class info so it can
  812. show the classes. -->
  813. ???(V)?ATT???(S)??????????????????????????????????
  814. <LI>
  815. <!-- When interpolating to quadratic fonts where the two designs didn't match
  816. then the various possible errors gave us bad splines: Different numbers of
  817. points on the paths meant that the control points at the end (after we reached
  818. the end of the contour in one design but not the other) didn't match. Different
  819. designs meant that interpolating a line (with no control points) to a curved
  820. spline again produced nasties. -->
  821. 2 ???????????????????2 ??????????????????????????????????????????????????: ???????????????????????????????? (?????????????????????????????) ???????????????????????????(????????) ??????????????????????????????????????????????
  822. <LI>
  823. <!-- Drag and drop was broken. -->
  824. ????&amp;?????????????
  825. <LI>
  826. <!-- Extend lookup flags support to include mark attachment classes (as defined
  827. in GDEF). -->
  828. ?????? (GDEF ??????) ?????????????????????
  829. <LI>
  830. <!-- Bad argument type checking on the AddAccent scripting command. -->
  831. AddAccent ??????????????????????????????
  832. <LI>
  833. <!-- Infinite loop in a rare case involving a flex hint at the start of a contour. -->
  834. ???????? flex ??????????????????????????
  835. <LI>
  836. <!-- The merge fonts command would crash. -->
  837. ???????????????????????????????
  838. <LI>
  839. <!-- Problems parsing some bare cff fonts. -->
  840. ?? CFF ?????????????????????
  841. </UL>
  842. <LI>
  843. <!-- 2-May-2005-->
  844. 2005?5?2?
  845. <UL>
  846. <LI>
  847. <!-- Add support for Mark Classes. -->
  848. ???????????????
  849. <UL>
  850. <LI>
  851. <!-- New pane in Font Info to create them -->
  852. ?????????????????????????
  853. <LI>
  854. <!-- New field in the feature tag dlg to use them -->
  855. ??????????????????????????
  856. <LI>
  857. <!-- Input/Output routines -->
  858. ???????
  859. </UL>
  860. <LI>
  861. <!-- Drag and drop was broken -->
  862. ????????????????????
  863. <LI>
  864. <!-- Infinite loop in some bizarre cases when generating a hinted opentype font. -->
  865. ?????? OpenType ????????????????????????????????????
  866. <LI>
  867. <!-- The Merge Fonts command was broken -->
  868. ???????(M) ?????????????
  869. <LI>
  870. <!-- The scripting command: AddAccent checked for the wrong argument type -->
  871. ?????????: AddAccent ?????????????????
  872. <LI>
  873. <!-- ff generated an error when loading some bare cff fonts. -->
  874. ff ????????? CFF ????????????????????????
  875. <LI>
  876. <!-- Store desired fontview sizes in prefs file -->
  877. prefs ????????????????????????????????????
  878. <LI>
  879. <!-- Add a tweak to make the mac's dynamic loader look for fink libraries -->
  880. Mac ??????????? Fink ??????????????????????
  881. <LI>
  882. <!-- Problems parsing bare cff cid-keyed fonts -->
  883. CFF ? CID ?????????????????????
  884. <LI>
  885. <!-- recognize that code page 932 is a variant of SJIS -->
  886. ?????? 932 ? SJIS ????????????????????
  887. <LI>
  888. <!-- The feature tag 'nutf' is an obsolete name for 'afrc' -->
  889. ???? 'nutf' ? 'afrc' ????????????
  890. <LI>
  891. <!-- Add a couple of new scripting functions -->
  892. 2 ????????????
  893. <UL>
  894. <LI>
  895. <!-- Int() which casts its real/int/unicode argument to int -->
  896. ??/??/Unicode ???????????? Int()
  897. <LI>
  898. <!-- UCodePoint() which casts its real/int/unicode argument to unicode -->
  899. ??/??/Unicode ? Unicode ??????? UCodePoint()
  900. </UL>
  901. <LI>
  902. <!-- scripting CharInfo no longer creates the glyph it is asked about -->
  903. ?????? CharInfo ??????????????????????????
  904. <LI>
  905. <!-- WorthOutputting/DrawsSomething can now be applied to the current selection -->
  906. WorthOutputting/DrawsSomething ????????????????????????????
  907. <LI>
  908. <!-- When using the freetype rasterizer don't do an automatic close of open paths. -->
  909. FreeType ??????????????????????????????????
  910. <LI>
  911. <!-- For SCWorthOutputting I used to check both that !widthset and width==em-size.
  912. Remove the em-size check, should be redundant and somethimes (marks) is wrong. -->
  913. SCWorthOutputting ?????!widthset ? width==em-size ???????????????em-size ???????????????????????? (???????) ???????????????
  914. <LI>
  915. <!-- The various FindBounds routines didn't pad stroked fonts appropriately -->
  916. ??? FindBounds ???????????????????????????????
  917. <LI>
  918. <!-- Discrepency in docs and code on spelling of scripting Auto[tT]race command.
  919. Accept both variants -->
  920. Auto[tT]race ????????????????????????????????????????????
  921. <LI>
  922. <!-- A debug statement was left in the ps interpreter -->
  923. PS ?????????????????????
  924. <LI>
  925. <!-- Make the help command look for japanese docs in the ja locale -->
  926. ja ???????????????????????????????
  927. <LI>
  928. <!-- Add a select fewer scripting command -->
  929. SelectFewer() ?????????????
  930. <LI>
  931. <!-- Fix some problems with custom encodings -->
  932. ???????????????????????????
  933. <LI>
  934. <!-- Support '\r' and '\r\n' as line-endings for backslash continuation -->
  935. ????????????????'\r' ? '\r\n' ??????????
  936. <LI>
  937. <!-- New version of Japanese UI -->
  938. ??? UI ???????
  939. <LI>
  940. <!-- The kerning pair dlg would sometimes fail to display a pair when searching
  941. on the second char of the pair. -->
  942. ????????????????? 2 ????????????????????????????
  943. <LI>
  944. <!-- Danish translation of some style names, courtesy of Anders Lund -->
  945. ?????????????????????Anders Lund ???????????
  946. <LI>
  947. <!-- Fix some problems with SJIS encoding -->
  948. SJIS ??????????????????????
  949. <LI>
  950. <!-- The point info dlg was quite unusable if you typed in somethng which wasn't
  951. a number -->
  952. ??????????????????????????????????????
  953. <LI>
  954. <!-- When in debug mode display pointer position in pixels -->
  955. ????????????????????????????????????
  956. <LI>
  957. <!-- Point Info had problems with order2 splines -->
  958. ???????????2 ???????????????????
  959. <LI>
  960. <!-- The instruction pane of the debug window was interpretting keystrokes it
  961. should not have -->
  962. ?????????????????????????????????????????????
  963. <LI>
  964. <!-- Peter Selinger has changed the way potrace is built so it no longer uses
  965. cygwin (it uses MinGW instead). This means ff can't pass it the name of a
  966. temp file as '/tmp/foo' because (on windows) /tmp is a cygwin fiction. So
  967. continue to put the file on cygwin's /tmp, but cd to that directory and then
  968. pass the bare filename. -->
  969. Peter Selinger ? potrace ???????????cygwin ?????????? (???? MinGW ????????)?????(Windows ??) /tmp ? cygwin ???????ff ????????? '/tmp/foo' ???????????????????????Cygwin ? /tmp ????????????????????????????? cd ????????????????????????
  970. <LI>
  971. <!-- Add some more greek PUA small caps -->
  972. PUA ???????????????????????????????????
  973. <LI>
  974. <!-- Add scroll bars to debug windows which lacked them -->
  975. ???????????????????????????????
  976. <LI>
  977. <!-- Add a gloss window which explains what a ttf instruction is going to use
  978. and what it is going to do. -->
  979. ?? TTF ???????????????????????????????????????????????????
  980. <LI>
  981. <!-- Was using the wrong accent to build cyrillic breves. -->
  982. ???????????????????????????????????????
  983. <LI>
  984. <!-- Remove the adobe private use defs from libgunicode and put them in fontforge. -->
  985. Adobe ??????????? libgunicode ??????FontForge ???????
  986. <LI>
  987. <!-- ff had problems reading pfm files containing kerning pairs using non-existant
  988. chars -->
  989. ff ????????????????????????? PFM ???????????????????
  990. <LI>
  991. <!-- Add pixels per em in register view. -->
  992. ?????????em ?????????????????
  993. <LI>
  994. <!-- No contours in twilight zone -->
  995. ????????????????????
  996. <LI>
  997. <!-- When generating tt fonts we did not set bit 8 in 'head'.Flags. This gives
  998. bad results when ppem is not an integer -->
  999. TT ??????????'head' ??????? 8 ??????????????????em ?????????????????????????
  1000. <LI>
  1001. <!-- When reencoding to adobe standard (or any encoding where glyph names are
  1002. more important than code points) make sure we use glyph names rather than
  1003. code points (so "f_i" is not in AdobeStd while "fi" is. But they map to the
  1004. same code point). -->
  1005. Adobe standard ???????????? (??????????????????????????????)????????????????????????????(???? AdobeStd ?? "f_i" ???? "fi" ?????????????????????????????????)?
  1006. <LI>
  1007. <!-- When creating a debug window in a glyph with no instructions (or in which
  1008. 'gasp' has turned off hinting) we used not to rasterize it. -->
  1009. ??????????????????????????? (??? 'gasp' ????????????????????)????????????????????
  1010. <LI>
  1011. <!-- Script/lang count was wrong in a number of places -->
  1012. ????????????/?????????????????
  1013. <LI>
  1014. <!-- Oops, the transform dlg and menu both used the "round to int" string. Then
  1015. I changed what it looked like in the menu, a change which is not appropriate
  1016. for the transform dlg. Add a new string just for the dlg. -->
  1017. ???????????????????????"??????" ???????????????????????????????????????????????????????????????????????????????????????????
  1018. <LI>
  1019. <!-- Tavmjong Bah added something to the "ypogegrammeni" list. -->
  1020. Tavmjong Bah ? "ypogegrammeni" ??????????????
  1021. <LI>
  1022. <!-- Fix problems with multiple text fields in the same window all wanting input
  1023. contexts (for input methods). -->
  1024. ???????????????????????????? (??????????) ?????????????????????????
  1025. <LI>
  1026. <!-- We generated ligature code in morx for ligatures that were not worth outputting. -->
  1027. ????????????? morx ????????????????
  1028. <LI>
  1029. <!-- Pierre Hanser points out that a recent change to SetWidth broke the scritping
  1030. SetWidth command. -->
  1031. Pierre Hanser ????? SetWidth ?????????? SetWidth ????????????????????
  1032. <LI>
  1033. <!-- Yet more effort to remove rounding errors from remove overlap. If a control
  1034. point causes a slight overshoot we get an unexpected extremum very close
  1035. to one of the endpoints. If it's close enough this can cause problems. Tweak
  1036. cps so this does not happen -->
  1037. ??????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
  1038. <LI>
  1039. <!-- Solaris stores isnan &amp; friends in ieeefp.h not in math.h -->
  1040. Solaris ? isnan ??????? math.h ???? ieeefp.h ?????????
  1041. <LI>
  1042. <!-- Add scripting access to standard math functions (trig, exp log) -->
  1043. ?????? (????, exp, log) ???????????????
  1044. <LI>
  1045. <!-- Unary minus didn't work on reals -->
  1046. ?????????????????????????
  1047. <LI>
  1048. <!-- The recalculate bitmaps button in bitmap view was getting munched when we
  1049. updated the cursor position. -->
  1050. ??????????????????????????????????????????????????
  1051. <LI>
  1052. <!-- CharInfo("BBox") returned gibberish -->
  1053. CharInfo("BBox") ????????????
  1054. </UL>
  1055. <LI>
  1056. <!-- 9-Mar-2005-->
  1057. 2005?3?9?
  1058. <UL>
  1059. <LI>
  1060. <!-- Deleting a glyph class within a kerning by classes object caused a crash -->
  1061. ???????????????????????????????????????????
  1062. <LI>
  1063. <!-- Added some support for palm bitmap fonts -->
  1064. Palm ????????????????????????
  1065. <LI>
  1066. <!-- Replace with reference only replaced the first instance. -->
  1067. ??????????????????????????????????
  1068. <LI>
  1069. <!-- The Options dlg behaved oddly with respect to Apple &amp; OpenType modes -->
  1070. Apple ??? OpenType ???????????????????????????????
  1071. <LI>
  1072. <!-- When given a glyph with conflicting hints for which the first contour contained
  1073. no hints, then in type2 output the glyph was drawn at a strange offset from
  1074. its correct position. -->
  1075. ??????????????????????????????????????Type2 ?????????????????????????????????
  1076. <LI>
  1077. <!-- When generating an opentype font from a script, and specifying flags, the
  1078. round coordinates flag was ignored -->
  1079. ??????? OpenType ????????????????????????????????????????????????
  1080. <LI>
  1081. <!-- When generating a font from a script using the default flag setting, we would
  1082. always generate afm/tfm/pfm files -->
  1083. ????????????????????????????????? AFM/TFM/PFM ??????????????
  1084. <LI>
  1085. <!-- KANOU pointed out that the stroked font import glyph command only worked
  1086. if multilayer set. -->
  1087. ??????????????????????????????????????????????????????????
  1088. <LI>
  1089. <!-- Added a preview bitmap to eps files. -->
  1090. EPS ???????????????????????
  1091. <LI>
  1092. <!-- In a bitmap only font the font metrics menu items behaved in unexpected ways
  1093. (as if they referred to a postscript font rather than the bitmap fonts) -->
  1094. ?????????????????????????????????????????????? (??????????????PostScript ?????????????????????????)?
  1095. <LI>
  1096. <!-- Various fixes to make importing stroked eps files into stroked fonts work
  1097. better. -->
  1098. ???????????EPS ?????????????????????????????????
  1099. <LI>
  1100. <!-- KANOU requests a preference item to turn off use of freetype in font view. -->
  1101. ???????? FreeType ?????????????????????????????????
  1102. <LI>
  1103. <!-- Fix more rounding errors in remove overlap. -->
  1104. ???????????????????
  1105. <LI>
  1106. <!-- Fix some problems in the routine which finds roots of an arbetrary quartic. -->
  1107. ??? 4 ???????????????????????
  1108. <LI>
  1109. <!-- The remove bump option of simplify could screw up memory. -->
  1110. ???????????????????????????????????
  1111. <LI>
  1112. <!-- Remove overlap got unhappy about control points which caused a very tiny
  1113. overlap between adjacent splines -->
  1114. ???????????????????????????????????????????????????????????
  1115. <LI>
  1116. <!-- Redo from the fontview usually caused a crash. -->
  1117. ???????????????????????????????????????
  1118. <LI>
  1119. <!-- KANOU provides a MakeLine scripting command -->
  1120. MakeLine ????????????????
  1121. <LI>
  1122. <!-- If TYPE3 (multilayer) was not enabled, there was a flow of control through
  1123. a function which did not return anything. -->
  1124. Type3 (??????) ????????????????????????????????????????
  1125. <LI>
  1126. <!-- Recovery files did not contain multilayer marks which lead to strange behavior
  1127. and crashes -->
  1128. ???????????????????????????????????????????????????
  1129. <LI>
  1130. <!-- Converting a font to multilayer caused a crash if there were outline glyph
  1131. windows open. -->
  1132. ?????????????????????????????????????????????????????????????
  1133. <LI>
  1134. <!-- Make the encoding for scripts be utf8 consistently -->
  1135. ????????????????? UTF-8 ??????????
  1136. <LI>
  1137. <!-- Allow the scripting Export command to take a format spec -->
  1138. Export ???????????????????????????????
  1139. <LI>
  1140. <!-- Add support for reals to the scripting language -->
  1141. ???????????????????
  1142. <LI>
  1143. <!-- NearlyHv{Cps,Lines} scripting commands erroneously complained about too many
  1144. args -->
  1145. NearlyHv{Cps,Lines} ????????????????????????????????????
  1146. <LI>
  1147. <!-- ff had a bug when outputting otf contextual ligatures -->
  1148. OTF ??????????????????????
  1149. <LI>
  1150. <!-- Fix various crashes and infinite loops involved in parsing bad font files. -->
  1151. ???????????????????????????????????
  1152. <LI>
  1153. <!-- ff had problems with user defined encodings. -->
  1154. ??????????????????????????
  1155. <LI>
  1156. <!-- Made ff work if the psuedo-type "real" was defined to be a double. -->
  1157. ?????? "real" ? double ? typedef ???????????
  1158. <LI>
  1159. <!-- the string += concattonation operator in scripting screwed up memory -->
  1160. ?????????? += ????????????????????
  1161. <LI>
  1162. <!-- Problems with -c &lt;arg&gt; syntax -->
  1163. -c &lt;arg&gt; ????????????
  1164. <LI>
  1165. <!-- The font type detector could fail to notice an svg file as such if it began
  1166. with a byte order character. -->
  1167. ????????????????????????????? SVG ?????????????????
  1168. <LI>
  1169. <!-- Ord didn't do proper type checking on its second argument -->
  1170. Ord ??2 ????????????????????????????????
  1171. </UL>
  1172. <LI>
  1173. <!-- 9-Feb-2005-->
  1174. 2005?2?9?
  1175. <UL>
  1176. <LI>
  1177. <!-- Use freetype's FT_Outline_Get_Bitmap to make freetype rasterize from our
  1178. internal data structures. Use freetype by default for the fontview and
  1179. metricsview (except in some cases). -->
  1180. ff ????????? FreeType ?????????????FT_Outline_Get_Bitmap ??????????????????????? (??????????) FreeType ??????????
  1181. <LI>
  1182. <!-- The bitmap dlg didn't work for multilayered fonts when told to use freetype
  1183. to rasterize. -->
  1184. FreeType ??????????????????????????????????????????????????????????
  1185. <LI>
  1186. <!-- If we had a contour nested inside another, and did an Overlap Exclude with
  1187. the nested contour selected, then that contour was not excluded. -->
  1188. ??????????????????????????????????????????(E)????????????????????????
  1189. <LI>
  1190. <!-- The []Correct Direction check box when importing PostScript, didn't do anything.
  1191. (or rather it did, but got overrulled later) -->
  1192. PostScript ?????????[]????????????(C) ???????????????????????? (?????????????????????????????)?
  1193. <LI>
  1194. <!-- In bitmap only fonts, bitmaps created without moving the width line would
  1195. get lost. -->
  1196. ???????????????????????????????????????????????????
  1197. <LI>
  1198. <!-- Added a scripting command "SelectByColor" -->
  1199. ????????? "SelectByColor" ????
  1200. <LI>
  1201. <!-- Don't apply transformations to glyphs which aren't worth outputting -->
  1202. ??????????????????????????????
  1203. <LI>
  1204. <!-- Moving control points with the get point info command had problems in quadratic
  1205. splines. -->
  1206. 2 ??????????????????(I)???????????????????????????????
  1207. <LI>
  1208. <!-- When adding type42 support I broke multiple master support. -->
  1209. Type42 ????????????????????????????????????
  1210. <LI>
  1211. <!-- Werner provided a patch to add a trailing newline to my type1 fonts. -->
  1212. Type1 ??????????????????????????? Werner ????????
  1213. <LI>
  1214. <!-- Support for PaintType==2 and stroked fonts. -->
  1215. PaintType == 2 ??????????????????
  1216. <LI>
  1217. <!-- Various problems with the clustering command -->
  1218. ???????????????????
  1219. <LI>
  1220. <!-- Oops, somehow a patch reverted and things didn't work on systems without
  1221. iconv -->
  1222. ?????????????????iconv ???????????????????
  1223. <LI>
  1224. <!-- worked on a couple of other configuration problems for the mac -->
  1225. Mac ????????? 2, 3 ???????????
  1226. <LI>
  1227. <!-- Some people install libraries without headers. Be prepared. -->
  1228. ????????????????????????????????????????????
  1229. <LI>
  1230. <!-- Uniscribe (MS unicode text layout routines) may ignore either the GPOS or
  1231. the GSUB table depending on the script, and may even refuse to use the font
  1232. at all if it doesn't have the right stuff in GPOS/GSUB. A Hebrew font must
  1233. have both a GPOS and a GSUB. If it doesn't the font is not used. A latin
  1234. font need not have either, but if it doesn't have GSUB then GPOS won't be
  1235. used. -->
  1236. Uniscribe (MS ? Unicode ?????????????) ????????? GPOS ??? GSUB ????????????????????????? GPOS/GSUB ?????????????????????????????????????????????? GPOS ? GSUB ????????????????????????????????????????????????????????????????????????????GSUB ??????????GPOS ?????????
  1237. <P>
  1238. <!-- So the script sub-table of both GPOS/GSUB should contain all scripts used
  1239. in either (rather than just the scripts used in the current one). -->
  1240. ????????GPOS/GSUB ?????? GPOS/GSUB ??(?????????????????????) ???????????????????????????????????????
  1241. <LI>
  1242. <!-- The AddATT scripting command didn't understand Nested. -->
  1243. AddATT ?????????? Nested ?????????????
  1244. <LI>
  1245. <!-- Add a cli argument "-c" to introduce a scripting command in an argument. -->
  1246. ????????? "-c" ??????????????????????????????
  1247. <LI>
  1248. <!-- Someone ran ff on a solaris box without iconv. (Odd because iconv is there
  1249. by default). FF ran fine (Odder, why didn't it demand the library?), but
  1250. crashed when it tried to use a conversion which didn't exist. -->
  1251. FF ? iconv ?????? Solaris ?????????? (iconv ??????????????????????)?FF ?????????? (???????????????????????????????) ?????????????????????????????????????
  1252. <LI>
  1253. <!-- There's another ASCII map in Unicode (0xe0000-0xe007f). -->
  1254. ASCII ???? 1 ???? (0xe0000-0xe007f) ? Unicode ????
  1255. <LI>
  1256. <!-- Allow user to supply their own OtherSubrs routines (Some people object to
  1257. Adobe's copyright). -->
  1258. ????????? OtherSubr ?????????????????????? (Adobe ?????????????????????)?
  1259. <LI>
  1260. <!-- Codes to handle identifying a loaded font by relative filespec didn't work. -->
  1261. ?????????????????????????????????????????
  1262. <LI>
  1263. <!-- Change Add Extrema so that it only adds extrema if -->
  1264. ???????(X)??????????????????????????????:
  1265. <OL>
  1266. <LI>
  1267. <!-- The spline length is &gt;= em_size/32 -->
  1268. ???????? ? em_size/32 ???
  1269. <LI>
  1270. <!-- The extremum is an extremum of the entire contour containing the spline. -->
  1271. ??????????????????????????????
  1272. </OL>
  1273. <P>
  1274. <!-- (Behavior in the outline view when there is a selection remains the same.
  1275. So if the endpoints of a spline are both selected then all local extrema
  1276. will be added to that spline, no matter how long it may be). -->
  1277. (??????????????????????????????????????????????????????????????????????????????????????????????????????)?
  1278. <LI>
  1279. <!-- Patch by Ralf Stubner. Fonts without UniqueID had a bad syntax. -->
  1280. UniqueID ?????????????????? Ralf Stubner ??????????
  1281. </UL>
  1282. <LI>
  1283. <!-- 17-Jan-2005-->
  1284. 2005?1?17?
  1285. <UL>
  1286. <LI>
  1287. <!-- CapsLock now makes the arrow keys scroll in the outline view -->
  1288. ???????????CapsLock ??????????????????????????????
  1289. <LI>
  1290. <!-- We lost count of hints when generating type2 fonts in glyphs with references
  1291. to something containing hints which did not overlap. If we were unlucky,
  1292. &lt;new-cnt+7&gt;/8 was different than &lt;real-cnt+7&gt;/8 and we ended
  1293. up with garbage in the charstring. -->
  1294. Type2 ????????????????????????????????????????????????????????????????&lt;??????+7&gt;/8 ? &lt;?????+7&gt;/8 ????????charstring ???????????????????????
  1295. <LI>
  1296. <!-- Add a TeX table to contain TeX metrics. -->
  1297. TeX ??????????? TeX ????????
  1298. <LI>
  1299. <!-- TFM output was wrong. the TFtoPL doc says " -->
  1300. TFM ????????????TFtoPL ????? " ?????????
  1301. <LI>
  1302. <!-- reencoding with original encoding could create a glyph table one too small
  1303. resulting in writing/reading garbage and an eventual crash. -->
  1304. Original ???????????????????????????????? 1 ?????????????????????????????????????????????
  1305. <LI>
  1306. <!-- KANOU fixed a couple of problems in reading glyph names from bdf fonts. -->
  1307. BDF ???????????????????? 2,3 ??????????????
  1308. <LI>
  1309. <!-- KANOU needed to disambiguate between "Point" a unit of measurement and "Point"
  1310. a geometric object. -->
  1311. ????"Point" ?????????????????????????????????????
  1312. </UL>
  1313. <LI>
  1314. <!-- 16-Jan-2005-->
  1315. 2005?1?16?
  1316. <UL>
  1317. <LI>
  1318. <!--
  1319. Added support for OpenType Device Tables (These allow you to add small
  1320. corrections to things like kerning at a given point size. Often at small
  1321. point sizes kerning and advance widths will round in such a way as to produce
  1322. unpleasing results. Device tables allow you to correct for that). -->
  1323. OpenType ???????????????? (???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????)
  1324. <LI>
  1325. <!-- Add dialogs for kerning pairs and anchors to allow users to set device tables.
  1326. Extend dlg for kerning classes for this. -->
  1327. ??????????????????????????????????????????????????????????????????????????
  1328. <LI>
  1329. <!-- Neil Parker suggested a patch for panose values that didn't apply to latin
  1330. fonts -->
  1331. ????????????????? Panose ????????? Neil Parker ????????
  1332. <LI>
  1333. <!-- Doing a Get Info on a single point caused a crash on the mac -->
  1334. Mac ???1 ?????????????????????????????????
  1335. <LI>
  1336. <!-- Further attempts to improve spline approximation, underlying Merge &amp;
  1337. Simplify commands -->
  1338. ??(M)??????(S)?????????????????????????????????
  1339. <LI>
  1340. <!-- Relaxed simplify's definition of parallel so it will merge a few more straight
  1341. lines. -->
  1342. ???(S)?????????????????????????????????????????
  1343. <LI>
  1344. <!-- Make the behavior of Simplify More consistant across font/outline view. Simplify
  1345. More can now set the default behavior for future simplify commands. -->
  1346. ??????????????????????????????????????????????????????????????????????????????????????????????????
  1347. <LI>
  1348. <!-- Provide a menu command to round to hundredths of a em-unit -->
  1349. em ????? 100 ?? 1 ????????????
  1350. <LI>
  1351. <!-- Add a new facility to cluster coordinates to the same value. Useful as a
  1352. prepass to Remove Overlap. -->
  1353. ???????????????????????????????????
  1354. <LI>
  1355. <!-- Bug reading ligature data from a tfm file -->
  1356. TFM ????????????????????????????
  1357. <LI>
  1358. <!-- Add support for GPOS 'size' feature. Create a 'size' pane of the fontinfo
  1359. dlg -->
  1360. GPOS ? 'size' ??????????????????????????????????
  1361. <LI>
  1362. <!-- Replace with Reference had an interesting flaw. Consider the open and closed
  1363. bullet characters. If the (single) contour in closed bullet matched the outer
  1364. contour in open bullet then it would replace it with a reference. But this
  1365. is incorrect as the two contours of open bullet need to be treated as a unit. -->
  1366. ????????????????????????????????????????????? (1 ?????) ???????????????????????????????????????????????????????? 2 ????? 1 ??????????????????????
  1367. <LI>
  1368. <!-- Could get a bad memory reference in the font view if the mouse were to extend
  1369. the selection outside of the window. -->
  1370. ????????????????????????????????????????????????????????????????
  1371. <LI>
  1372. <!-- Add a scripting function to return whether a file exists. -->
  1373. ???????????????????????????
  1374. <LI>
  1375. <!-- In a Type1 font, if a glyph had no conflicting hints (and no flex hints)
  1376. and got put in a subroutine, then we'd get no hints at all. -->
  1377. Type1 ????????????????????????? (???? flex ????????)???????????????????????????????????
  1378. <LI>
  1379. <!-- Be more willing to generate format12 cmap subtables (unicode, non-bmp tables) -->
  1380. ?????? 12 ? cmap ?????? (Unicode ?? BMP ???????) ???????????????????
  1381. </UL>
  1382. <LI>
  1383. <!-- 6-Jan-2005-->
  1384. 2005?1?6?
  1385. <UL>
  1386. <LI>
  1387. <!-- New Copyright message, etc. Get rid of pfaedit message. -->
  1388. ??????????????????? PfaEdit ?????????????
  1389. <LI>
  1390. <!-- Simplify produced strange results on quadratic splines. -->
  1391. 2 ????????????????????????????
  1392. <LI>
  1393. <!-- Simplify had problems with tangent points -->
  1394. ???????? (??????) ??????????????
  1395. <LI>
  1396. <!-- Changing a point's type from a tangent to a curve usually had unexpected
  1397. results. -->
  1398. ?????????????????????????????????????????
  1399. <LI>
  1400. <!-- Add a warning message in remove overlap when user passes us two intersecting
  1401. contours which are oriented in oposite directions. Unfortunately it also
  1402. complains about some other things. -->
  1403. ?????2 ??????????????????????????????????????????????????????????????????????????
  1404. <LI>
  1405. <!-- The 18 Dec changes to remove overlap introduced an infinite loop in some
  1406. rare cases. (When there is a gradient of 0 in distance function between two
  1407. splines). -->
  1408. 12 ? 18 ????????????????????????? (2 ????????????????????? 0 ???) ?????????????????????????
  1409. <LI>
  1410. <!-- In a conditional operator (like &amp;&amp; or ||) in scripting where the
  1411. second operand was not evaluated and the second operand contained a procedure
  1412. call, then ff would crash -->
  1413. ????????????? (&amp;&amp; ? || ??) ? 2 ????????????????????????????????ff ?????????????
  1414. <LI>
  1415. <!-- Tweaked the point info dialog to show small offsets better -->
  1416. ??????????????????????????????????????
  1417. <LI>
  1418. <!-- Tweaked the merge command to behave better when merging tiny spline segments
  1419. (where the length of the spline segment is so small that it should just be
  1420. treated as a zero length spline and its slope ignored). -->
  1421. ????????????????????????????? ??(M) ?????????
  1422. (??????????????????????? 0 ????????????????????????)?
  1423. <LI>
  1424. <!-- Added an "Invert selection" command to the outline view, from Yoshiki Hayashi -->
  1425. ?????????????????????????????????????
  1426. <LI>
  1427. <!-- Pasting from the font view did not clear a glyph's instructions. -->
  1428. ???????????????????????????????????
  1429. <LI>
  1430. <!-- New version of AutoHint. I've removed Diagonal Stem hints and mimum distance
  1431. hints for now. -->
  1432. ????????????????????????????????????????
  1433. </UL>
  1434. <LI>
  1435. <!-- 31-Dec-2004-->
  1436. 2004?12?31?
  1437. <UL>
  1438. <LI>
  1439. <!-- Ah, windows pfm files expect the metrics to be output in win latin encoding
  1440. order, not in the encoding defined by the pfb file. (Actually there are other
  1441. posibilities for encoding, but as none is documented, I must ignore them). -->
  1442. ???Windows ? PFM ???????????? PFB ??????????????Windows ???????????????????????????????(??????????????????????????????????????????????????????????)
  1443. <LI>
  1444. <!-- ReplaceWithReference broke at some point -->
  1445. ReplaceWithReference ?????????????????????
  1446. <LI>
  1447. <!-- Add an argument-pair to the ReplaceWithReference() scripting command to allow
  1448. the user to specify the amount of error that will be accepted. -->
  1449. ReplaceWithReference() ????????????????????????????????? 2 ??????????
  1450. <LI>
  1451. <!-- When generating a Type1 font, if a glyph had a single reference to a glyph
  1452. not in adobe encoding, and that glyph itself had a single reference (in adobe
  1453. enc) and some splines, then ff would make a reference to the ref in adobe
  1454. enc and ignore the splines. -->
  1455. Type 1 ??????????????????Adobe ????????????????????????????????? (Adobe ??????????) ???????????ff ? Adobe ???????????????????????????????
  1456. <LI>
  1457. <!-- Upgrade to Adobe-Japan1-6 -->
  1458. Adobe-Japan1-6 ????
  1459. <LI>
  1460. <!-- Various fixes to svg output -->
  1461. SVG ????????
  1462. <UL>
  1463. <LI>
  1464. <!-- export glyph to svg didn't work -->
  1465. ???? SVG ????????????????
  1466. <LI>
  1467. <!-- multilayered generation had problems -->
  1468. ???????????????????????
  1469. </UL>
  1470. <LI>
  1471. <!-- Ghost hints could get outside a glyphs bounding box in a type2 font. -->
  1472. Type2 ???????ghost ?????????????????????????????????
  1473. <LI>
  1474. <!-- The generated truetype unique id string had an off by one error in the month -->
  1475. TrueType ???? ID ?????????????1??????????
  1476. <LI>
  1477. <!-- Add support for dashed lines in multilayered mode -->
  1478. ?????????????????????
  1479. <LI>
  1480. <!-- In Full Page Glyph printing, the glyph was offset slightly from where it
  1481. should have been. -->
  1482. ??????????????????????????????????????????
  1483. <LI>
  1484. <!-- Pasting a reference into a multi-layered font produced a very odd layer -->
  1485. ????????????????????????????????????????????
  1486. <LI>
  1487. <!-- ff didn't update the metrics view if the user pasted the selection with the
  1488. middle mouse button. -->
  1489. ff ?????????????????????????????????????????????????
  1490. <LI>
  1491. <!-- if a character were not in the current encoding then ff would not display
  1492. it in the metrics view (even if it were in the font) -->
  1493. ?????????????????????????ff ? (??????????????) ?????????????????????
  1494. <LI>
  1495. <!-- Make the behavior of control points at the ends of open paths more reasonable. -->
  1496. ??????????????????????????????????
  1497. <LI>
  1498. <!-- The Point-&gt;Curve command did not adust control points correctly. -->
  1499. ??(P)???(C)??????????????????????????
  1500. <LI>
  1501. <!-- The View-&gt;Display Substitutions had numerous problems. -->
  1502. ???(V)?????????(U)????????????????
  1503. <LI>
  1504. <!-- Fix several problems from unicode unification of accents. Many characters
  1505. which are said to be based on cedilla actually use a comma, other characters
  1506. said to be carons also use comma. Make the n-with-apostrophe character be
  1507. treated as an accented letter. -->
  1508. Unicode ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????? n ?????????????????????
  1509. <LI>
  1510. <!-- Werner points out that straight lines should generally not be simplified
  1511. (as they will no longer be straight afterwards). Add this knowledge to the
  1512. simplify command. -->
  1513. ??? (????????????) ?????????????? Werner ????????????????????????????
  1514. </UL>
  1515. <LI>
  1516. <!-- 18-Dec-2004-->
  1517. 2004?12?18?
  1518. <UL>
  1519. <LI>
  1520. <!-- Added a raster debugger wndow-->
  1521. ????????????????
  1522. <LI>
  1523. <!-- Each time debugger starts, remember what debug windows were open last time
  1524. it was used. -->
  1525. ????????????????????????????????????????????????????
  1526. <LI>
  1527. <!-- Constraining the pen tool did not do what I expected -->
  1528. ??????????????????????????
  1529. <LI>
  1530. <!-- If a glyph was encoded twice (or more) in a font, and an opentype font (or
  1531. perhaps a bitmap only sfnt) were generated, then any glyphs after the second
  1532. encoding would have the wrong width (ie. there would be an extra entry in
  1533. the horizontal metrics table corresponding to a (non-existant) copy of the
  1534. doubly encoded glyph) -->
  1535. 1 ?????????????? 2 ? (??????) ??????????????????OpenType (?????????????????sfnt?) ??????2??????????????????????????????????????? (?????????????????????????????? (?????) ?????????????? hmtx ?????????????)?
  1536. <LI>
  1537. <!-- If a type1 font never defined .notdef but used it at least twice it the Encoding
  1538. vector, then ff would crash. -->
  1539. Type1 ????? .notdef ????????????????????Encoding ???? 2 ????????????ff ?????????????
  1540. <LI>
  1541. <!-- Updated Japanese UI (by KANOU) -->
  1542. ??? UI ??? (?????)
  1543. <LI>
  1544. <!-- Werner found some crashes related to calling isalnum (etc.) using an index
  1545. outside of bmp. -->
  1546. BMP ????????????? isalnum (??) ?????????????????????? Werner ????????
  1547. <LI>
  1548. <!-- More changes (I hope improvements) to remove overlap -->
  1549. ??????????? (????????????)
  1550. </UL>
  1551. <LI>
  1552. <!-- 13-Dec-2004-->
  1553. 2004?12?13?
  1554. <UL>
  1555. <LI>
  1556. <!-- Some fixes to the raster display of the debug window -->
  1557. ??????????????????????
  1558. <LI>
  1559. <!-- Conversion of cubic to quadratic had a rounding error introduced by -O2.
  1560. Made it a bit more forgiving about rounding errors. -->
  1561. 3 ?? 2 ??????-O2 ?????????????????????????????????????
  1562. <LI>
  1563. <!-- Added two new buttons to the point info dialog to allow the user to walk
  1564. around the current contour (Normally the Next button skips to the start of
  1565. the next contour if you are at the end of the current one, the "Next On Contour"
  1566. button returns to the first point on the contour) -->
  1567. ????????????????????????? 2 ???????? (???[?]???????????????????????????????????[?????????]?????????????????)?
  1568. <LI>
  1569. <!-- improve interpretation of some type3 fonts (including those produced by
  1570. fontographer 4) -->
  1571. ???? Type 3 ???? (Fontographer 4 ???????????) ???????
  1572. <LI>
  1573. <!-- patch by Yoshki Hayashi to fix mnemonic crash in layers palette -->
  1574. ?????????????????????????????????????????
  1575. <LI>
  1576. <!-- Added a rand() scripting command -->
  1577. Rand() ????????????
  1578. <LI>
  1579. <!-- Support backslash newline to break up lines in a scrpt -->
  1580. ???????????????????????????????
  1581. <LI>
  1582. <!-- The internal adobe standard encoding thought it was unicode causing strange
  1583. effects -->
  1584. Adobe Standard ????????
  1585. <LI>
  1586. <!-- Type3 fonts that set colour/grey didn't work -->
  1587. ???/???????? Type3 ?????????????????
  1588. <LI>
  1589. <!-- Printing at 140pt tried printing 4 glyphs across although there was only
  1590. room for 3 -->
  1591. 140 ???????????3 ????????????????? 4 ???????????????
  1592. <LI>
  1593. <!-- At install tell pkg-config the verson of fontforge -->
  1594. ?????????pkg-config ? FontForge ??????????????????
  1595. </UL>
  1596. <LI>
  1597. <!-- 3-Dec-2004-->
  1598. 2004?12?3?
  1599. <UL>
  1600. <LI>
  1601. <!-- If a cff file contained unencoded glyphs then ff would crash when loading
  1602. it. -->
  1603. CFF ???????????????????????????ff ???????????????????
  1604. <LI>
  1605. <!-- When converting from cubic to quadratic splines, ff would sometimes produce
  1606. a line when it should have found a spline -->
  1607. 3 ??? 2 ??????????????ff ????????????????????????????????????
  1608. <LI>
  1609. <!-- During debugging of a ttf glyph, show what rasterization would produce if
  1610. the current splines were used (highlight pixels which change) -->
  1611. TTF ?????????????????????????????????????????????????????????????? (?????????????????)?
  1612. <LI>
  1613. <!-- The debugger windows didn't always say "&lt;empty&gt;" when they should have. -->
  1614. ???????????"&lt;?&gt;" ?????????????????????????
  1615. <LI>
  1616. <!-- The debugger would often crash the second time we closed its window -->
  1617. ?????????? 2 ???????????????????????
  1618. <LI>
  1619. <!-- Asking for the script (as latin, greek, cyrillic...) of ".notdef" caused
  1620. us to look at unallocated memory. -->
  1621. ".notdef" ????????????????????????????????????????
  1622. <LI>
  1623. <!-- We weren't labelling control points in the debugger -->
  1624. ?????????????????????????
  1625. <LI>
  1626. <!-- debugger and grid fitter for tt fonts showed curved splines as lines -->
  1627. TTF ????????????????????????????????????????
  1628. <LI>
  1629. <!-- Kerning pairs did not get scaled when changing em-size -->
  1630. em ???????????????????????????????
  1631. <LI>
  1632. <!-- Add a preference for turning off automatic gotos as the user types in the
  1633. glyph window -->
  1634. ????????????????????????????????????????????????????????
  1635. <LI>
  1636. <!-- Add a command to the glyph window to toggle between the two most recent glyphs
  1637. used in that window (a mini history) -->
  1638. ?????????????? 2 ???????????????? (??????) ????
  1639. <LI>
  1640. <!-- Improved the points debugger window to show -->
  1641. ?????????????????????????????
  1642. <UL>
  1643. <LI>
  1644. <!-- implied points -->
  1645. ???? (2 ???????????)
  1646. <LI>
  1647. <!-- whether a point is on or off the curve (normal or control) -->
  1648. ???????????????? (????????) ?????
  1649. <LI>
  1650. <!-- added a scroll bar -->
  1651. ??????????
  1652. </UL>
  1653. <LI>
  1654. <!-- Provide info on debugging points as mouse moves over them. -->
  1655. ????????????????????????????????????
  1656. <LI>
  1657. <!-- Fix (an innocuous) reference to unallocated memory -->
  1658. ?????????????? (???) ??????
  1659. <LI>
  1660. <!-- Added ability to insert an uninterpreted table into an SFNT -->
  1661. ??????????? SFNT ????????????
  1662. <UL>
  1663. <LI>
  1664. <!-- New preference item: PreserveTables which lists a comma separated set of
  1665. table tags which are to be loaded from SFNT files without interpretation
  1666. (Note if ff thinks it understands a table it will parse it rather than preserving
  1667. it) -->
  1668. ?????????: PreserveTables?????SFNT ????????????????????????????????? (ff ?????????????????????????????????????????????????)
  1669. <LI>
  1670. <!-- Scripting command LoadTableFromFile("tag ","filename") -->
  1671. ????????? LoadTableFromFile("tag ","filename")?
  1672. <LI>
  1673. <!-- Scripting command SaveTableToFile("tag ","filename") -->
  1674. ????????? SaveTableToFile("tag ","filename")
  1675. <LI>
  1676. <!-- Scripting command RemovePreservedTable("tag ") -->
  1677. ????????? RemovePreservedTable("tag ")
  1678. <LI>
  1679. <!-- Scripting command HasPreservedTable("tag ") -->
  1680. ????????? HasPreservedTable("tag ")
  1681. </UL>
  1682. </UL>
  1683. <LI>
  1684. <!-- 22-Nov-2004-->
  1685. 2004?11?22?
  1686. <UL>
  1687. <LI>
  1688. <!-- Kevin Schoedel suggests a new scripting command DrawsSomething() -->
  1689. ???????????? DrawsSomething() ? Kevin Schoedel ????????
  1690. <LI>
  1691. <!-- Kevin Schoedel requests that PrintFont be able to print a string sample (as
  1692. opposed to a sample file) -->
  1693. PrintFont ??? (???????????) ?????????????????????? Kevin Schoedel ???????????
  1694. <LI>
  1695. <!-- Kevin Schoedel points out that type1 fonts stuffed into mac resource forks
  1696. are to be read in resource order rather than file order (often the two are
  1697. the same) and provides a patch to fix this. -->
  1698. Mac ???????????????? Type1 ?????????????????????????????????? (???????????) ??? Kevin Schoedel ???????????????????????
  1699. <LI>
  1700. <!-- Change the way the default language/locale is picked in fontinfo-&gt;TTF
  1701. Names -->
  1702. ??????(F)?[TTF?]??????????/???????????????
  1703. <LI>
  1704. <!-- Remember (across invocations) whether palettes should be hidden or not. -->
  1705. ???????????????????????? (?????????) ?????????????
  1706. <LI>
  1707. <!-- Ignore NUL chars when reading PostScript strings (PS supports NULs in strings,
  1708. I'm not going to bother, but I don't want to parse incorrectly because of
  1709. them). -->
  1710. PostScript ??????????? NUL ???????????? (PS ? NUL ?????????????????????????????????????????????????????????????????????)?
  1711. <LI>
  1712. <!-- ff lost the ability to Select("U+xxxx") or Select("=") from a script. -->
  1713. ff ???????? Select("U+xxxx") ??? Select("=") ????????????
  1714. <LI>
  1715. <!-- Oops, the routine to read PostScript FontNames from a ttf file was broken
  1716. by the encoding change. -->
  1717. ????PostScript ? FontName ? TTF ????????????????????????????????????????
  1718. <LI>
  1719. <!-- If a ttf file contained an erroneous composite glyph with flags indicating
  1720. more components after the glyph had run out of data, then ff might attempt
  1721. to read instructions also and have problems. -->
  1722. TTF ???????????????????????????????????????????????????????????????????????????ff ????????????????????????
  1723. <LI>
  1724. <!-- If a font contains multiple ttf names for a given string in a language then
  1725. allow the user to pick which one s/he likes best. -->
  1726. ????????????????????????? TTF ?????????????????????????????????
  1727. <LI>
  1728. <!-- Another case where a bad otf table crashes fontforge -->
  1729. ??? OTF ????? FontForge ???????????????????
  1730. <LI>
  1731. <!-- If a ttf/otf font does not contain a postscript FontName string in the name
  1732. table, then ff's attempt to synthesize one out of fullname/familyname did
  1733. not check for a valid name. -->
  1734. TTF/OTF ????? PostScript FontName ?????????????????ff ? FullName/FamilyName ???????????????????????????????????????????????
  1735. </UL>
  1736. <LI>
  1737. <!-- 15-Nov-2004-->
  1738. 2004?11?15?
  1739. <UL>
  1740. <LI>
  1741. <!-- If ff started without a prefs file, then creating a new font would crash -->
  1742. ff ? prefs ????????????????????????????????????????
  1743. <LI>
  1744. <!-- If a copyright string contained a newline then ff would generate bad postscript -->
  1745. ?????????????????????ff ????? PostScript ??????????
  1746. <LI>
  1747. <!-- If user added a comment to an empty glyph then the comment wasn't saved in
  1748. the sfd file. -->
  1749. ???????????????????????????? SFD ??????????????????
  1750. <LI>
  1751. <!-- If ff saved a utf7 string to an sfd file (ttf names, etc.) and that string
  1752. contained a hyphen that followed immediately after something that needed
  1753. to be encoded in base64, then the hyphen would be lost. -->
  1754. ff ? UTF-7 ???? SFD ????? (TTF ????) ????????????? base64 ????????????????????????????????????????????????
  1755. <LI>
  1756. <!-- new french UI -->
  1757. ????? UI ????
  1758. <LI>
  1759. <!-- ff was (usually) setting the ascent/descent fields of the 'hhea' table to
  1760. 0. When the font was drawn on the mac it was clipped to nothing.
  1761. <FONT COLOR="Red"><STRONG><BIG>Caveat: Old sfd files are still broken and
  1762. there is no UI for fixing them. Instead you must edit them manually, and
  1763. change:</BIG></STRONG></FONT> -->
  1764. ff ? (????) hhea ????? ascent/descent ?????? 0 ??????????????? Mac ???????????????????????????????????
  1765. <FONT COLOR="Red"><STRONG><BIG>??: ?? SFD ?????????????????????????? UI ?????????????????????????????????????????:</BIG></STRONG></FONT>
  1766. <PRE>HheadAOffset: 0
  1767. HheadDOffset: 0
  1768. </PRE>
  1769. <P>
  1770. <!-- to be: -->
  1771. ??????????:
  1772. <PRE>HheadAOffset: 1
  1773. HheadDOffset: 1
  1774. </PRE>
  1775. </UL>
  1776. <LI>
  1777. <!-- 12-Nov-2004-->
  1778. 2004?11?12?
  1779. <UL>
  1780. <LI>
  1781. <!-- ff would crash on postscript fonts where the encoding included a glyph name
  1782. not defined in CharStrings (probably broken on 12-Oct) -->
  1783. PostScript ??????Charstrings ???????????????????????????????ff ???????????????????????? (????10?12??????????)?
  1784. <LI>
  1785. <!-- More remove overlap work -->
  1786. ?????????????
  1787. <LI>
  1788. <!-- In the glyph window, when the scaled distance between the top and bottom
  1789. of the window is less than 1 em-unit, then the vertical ruler was drawn with
  1790. the top and bottom labels reversed. -->
  1791. ???????????????????????????????????? 1 em????????????????????????????????????
  1792. <LI>
  1793. <!-- sfd files used to have a limit of 1023 characters in ttf 'name' table strings. -->
  1794. TTF ? 'name' ????????????1023 ??????????????
  1795. </UL>
  1796. <LI>
  1797. <!-- 6-Nov-2004-->
  1798. 2004?11?6?
  1799. <UL>
  1800. <LI>
  1801. <!-- Encoding change broke prefs dialog -->
  1802. ???????????????????????????????????
  1803. </UL>
  1804. <LI>
  1805. <!-- 5-Nov-2004-->
  1806. 2004?11?5?
  1807. <UL>
  1808. <LI>
  1809. <!-- Encoding change didn't work on libiconv systems -->
  1810. ???????????????? libiconv ????????????????????
  1811. </UL>
  1812. <LI>
  1813. <!-- 4-Nov-2004-->
  1814. 2004?11?4?
  1815. <UL>
  1816. <LI>
  1817. <!-- Added a new scripting command: AddAccent() to add an arbetrary accent to
  1818. an arbetrary glyph. -->
  1819. ???????????????: ??????????????????????? AddAccent() ?????
  1820. </UL>
  1821. <LI>
  1822. <!-- 3-Nov-2004-->
  1823. 2004?11?3?
  1824. <UL>
  1825. <LI>
  1826. <!-- KANOU has a <A HREF="http://khdd.net/fontforge-jman/">Japanese version</A>
  1827. of this reference manual under construction. -->
  1828. ??????????????<A HREF="http://khdd.net/fontforge-jman/">????</a>??????????
  1829. <LI>
  1830. <!-- In MultiLayered mode, the "New Layer" menu item left a dangling pointer which
  1831. caused a crash if anyone looked at the background layer. -->
  1832. ????????????????????????????????????????????????????????????????????????????
  1833. <LI>
  1834. <!-- In MultiLayered mode, if one clicked beyond the last layer in the Layers
  1835. palette, ff would crash. -->
  1836. ??????????????????????????????????? ff ?????????????
  1837. <LI>
  1838. <!-- KANOU provided a patch to fix another crash in the layers palette. -->
  1839. ??????????????????? 1 ???????????????????
  1840. <LI>
  1841. <!-- KANOU has provided a new Japanese UI. -->
  1842. ?????? UI ???????????
  1843. <LI>
  1844. <!-- Made an addition to CharInfo() scripting command so user can determine the
  1845. horizontal extrema of a glyph at a given vertical position. Similar addition
  1846. for vertical extrema at horizontal pos. -->
  1847. CharInfo() ??????????????????????????????????????????????????????????????????????????????????????????
  1848. <LI>
  1849. <!-- Add a scripting command (PasteWithOffset) to allow user to apply an offset
  1850. when pasting. For building accented letters by hand. -->
  1851. ?????????????????????????????? (PasteWithOffset) ????????????????????????????????
  1852. <LI>
  1853. <!-- KANOU provides a patch to fix a problem in the new encoding stuff. -->
  1854. ??????????????????????????????????????
  1855. <LI>
  1856. <!-- Select(".notdef") usually didn't work. -->
  1857. Select(".notdef") ????????????????
  1858. </UL>
  1859. <LI>
  1860. <!-- 28-Oct-2004-->
  1861. 2004?10?28?
  1862. <UL>
  1863. <LI>
  1864. <!-- Kanou noticed that ISO 15924 has been updated and provide a patch including
  1865. new scripts. -->
  1866. ISO 15924 ??????????????????????????????????????
  1867. <LI>
  1868. <!-- I have redone the way ff handles encodings internally. We used to depend
  1869. on the encodings builtin to gdraw/gunicode. Now we use iconv() (if there
  1870. is no iconv, then ff will use a dummy iconv which understands the encodings
  1871. of gdraw/gunicode). Encodings are identified by name rather than by number
  1872. now. -->
  1873. ff ????????????????????????????????? gdraw/gunicode ????????????????????????????iconv() ??????????? (iconv ?????????ff ? gdraw/gunicode ??????????????????? iconv ??????)??????????????????????????????????
  1874. <LI>
  1875. <!-- Further fixes to the extremum detector -->
  1876. ?????????????
  1877. <LI>
  1878. <!-- Further fixes to remove overlap -->
  1879. ????????????
  1880. <LI>
  1881. <!-- Added an extra argument to scripting RoundToInt, so that you can have control
  1882. over what it rounds to (ie. round to hundredths, tenths, etc.) -->
  1883. ?????? RoundToInt ????????????????? (?: 1/100, 1/10 ??) ??????????????
  1884. <LI>
  1885. <!-- Added two new scripting commands NearlyHvCps() and NearlyHvLines() which
  1886. look for control points or lines that are nearly horizontal or vertical and
  1887. force them to be horizontal or vertical. -->
  1888. ???????????????????????????????????????? 2 ????????????? NearlyHvCps() ??? NearlyHvLines() ????
  1889. <LI>
  1890. <!-- Kanou provided a patch so that the GRadio.Font resource controls the font
  1891. in the layers palette of the glyph view. -->
  1892. GRadio.Font ?????????????????????????????????????????
  1893. </UL>
  1894. <LI>
  1895. <!-- 23-Oct-2004-->
  1896. 2004?10?23?
  1897. <UL>
  1898. <LI>
  1899. <!-- Remove overlap had problems with splines which made abrupt turns (ie. tiny
  1900. splines after we found extrema points and divided the spline into bits between
  1901. extrema) -->
  1902. ????????????????????? (??????????????????????????????????????????????) ????????????
  1903. <LI>
  1904. <!-- Remove overlap could munch memory -->
  1905. ?????????????????????????
  1906. <LI>
  1907. <!-- The ruler tool showed all tiny splines as having a length of 0-->
  1908. ???????????????????????? 0 ??????????
  1909. <LI>
  1910. <!-- Autorecovery had problems with glyphs containing features (would complain
  1911. about sli) -->
  1912. ?????????????????????? (???/??????????????????????????)?
  1913. <LI>
  1914. <!-- KANOU wants to be able to scale greymap fonts -->
  1915. ???????????????????????????????
  1916. <LI>
  1917. <!-- removed routines from fvcomposit.c, metricsview.c that were duplicates of
  1918. fvfonts.c -->
  1919. fvfonts.c ????? fvcomposit.c, metricsview.c ?????????
  1920. <LI>
  1921. <!-- Oops, the default mac filesystem isn't case concious either, extend the windows
  1922. export patch to the mac. -->
  1923. ????Mac ??????????????????/??????????????Windows ???????????? Mac ?????????
  1924. <LI>
  1925. <!-- Simplify didn't have a very good extremum detector and would sometimes delete
  1926. extrema. -->
  1927. ??????????????????????????????????????????????????????
  1928. </UL>
  1929. <LI>
  1930. <!-- 14-Oct-2004-->
  1931. 2004?10?14?
  1932. <UL>
  1933. <LI>
  1934. <!-- Remove overlap had problems with tiny splines. -->
  1935. ??????????????????????????????
  1936. </UL>
  1937. <LI>
  1938. <!-- 13-Oct-2004-->
  1939. 2004?10?13?
  1940. <UL>
  1941. <LI>
  1942. <!-- I notice (in Fontes &amp; Codages) that the labels in the metrics view aren't
  1943. translatable -->
  1944. ????????????????????????? (Fontes &amp; Codages ??????) ???????
  1945. <LI>
  1946. <!-- Fontes &amp; Codages suggests that it would be nice if the glyph labels in
  1947. the fontview could be something other than an image of the glyph (glyph name,
  1948. unicode code point, encoding, etc.)
  1949. Fontes &amp; Codages ????????????????????????????? (?????Unicode ??????????????) ?????????????????
  1950. <LI>
  1951. <!-- Change the word "Character" to "Glyph" where appropriate. -->
  1952. ?? (character) ????????? (glyph) ????????????????????
  1953. <LI>
  1954. <!-- Move the Open Outline/Bitmap/Metrics commands to the Window menu, and change
  1955. "Open" to "New". -->
  1956. ????????????????/??????/?????????????????????????????????
  1957. </UL>
  1958. <LI>
  1959. <!-- 12-Oct-2004-->
  1960. 2004?10?12?
  1961. <UL>
  1962. <LI>
  1963. <!-- We have a Spanish UI now, courtesy of Walter Echarri. Yeah! -->
  1964. ?????? UI ??Walter Echarri ???????????????!
  1965. <LI>
  1966. <!-- Support for loading type3 fonts (that ff produced) was broken. Note: ff is
  1967. still unable to load many type3 fonts (any that are filtered, or that use
  1968. images for example), but it should be able to read its own fonts. -->
  1969. Type3 ???? (ff ???????) ????????????????????: ff ????????? Type3 ???????????? (???????????????????????????) ??????????????????????????????
  1970. <LI>
  1971. <!-- (I hope) minor change to the way .notdef is handled when reading postscript
  1972. files. -->
  1973. PostScript ????????????? .notdef ???????????? (?????)?
  1974. <LI>
  1975. <!-- Added support for printing to pdf file -->
  1976. PDF ????????????????????
  1977. <LI>
  1978. <!-- (fixed a bug in pdf generation from the export command) -->
  1979. (??????????? PDF ?????????)
  1980. <LI>
  1981. <!-- Fixed various problems from turning off the multilayer bit in fontinfo -->
  1982. ?????????????????????????????????????????????
  1983. <LI>
  1984. <!-- KANOU needs a couple more strings disambiguated. -->
  1985. ??? 2 ??????????????????????
  1986. <LI>
  1987. <!-- Add support for generating type42 and type 11 (type42 cid) fonts, add support
  1988. for loading type42 (but I'm not bothering with type11s) and use these guys
  1989. when printing order2 fonts. -->
  1990. Type42 ? Type 11 (Type42 CID) ???????????????Type42 ????????? (Type11 ??????????????????) ????????2 ??????????????????????????????????
  1991. <LI>
  1992. <!-- Check to make sure the PostScript Fontname is valid when reading in a truetype
  1993. (or svg) font (syntax doesn't enforce this), and if not warn the user and
  1994. fix it up. -->
  1995. TrueType (??? SVG) ????????????PostScript ?????????????????? (?????????????)???????????????????????????
  1996. <LI>
  1997. <!-- Add some new scripting commands for handling MM fonts since someone seems
  1998. to want them. -->
  1999. ?????????????????MM ????????????????????????????
  2000. <LI>
  2001. <!-- Used to complain if there were more than one Unique Font ID in the truetype
  2002. 'name' table. (because the OpenType list said there should only be one, else
  2003. it would not be unique). But both Apple and MS ship with fonts containing
  2004. multiple Unique Font IDs. God knows what that means, or when you pick one
  2005. over the other... Anyway I changed my error into a warning. -->
  2006. ???????? ID ? TrueType 'name' ????? 2 ????????????????????????(OpenType ????????????? 1 ?????????????????????????????????)???? Apple ? MS ???? Font ID ????????????????????????????????????? 1 ????????????????????????????????????????
  2007. </UL>
  2008. <LI>
  2009. <!-- 30-Sept-2004-->
  2010. 2004?9?30?
  2011. <UL>
  2012. <LI>
  2013. <!-- I have rewritten Remove Overlap from scratch. I seems less likely to crash,
  2014. but I'm not sure that in any other respect it is improved. -->
  2015. ??????????????????????????????????????????????????????
  2016. <LI>
  2017. <!-- In the character view the Remove Overlap (and Intersect and Find Intersections)
  2018. now only work on selected contours, or, if no contours are selected then
  2019. on all contours. This change makes these commands consistant with most other
  2020. commands in the character view, but it is a change from past behavior. -->
  2021. ????????????? (???????????????????) ?????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
  2022. <LI>
  2023. <!-- The Import scripting command has been extended to give the user control over
  2024. the stroking flags (correct direction, remove overlap, handle erasers). And
  2025. the background flag has been extended a bit to apply to other things than
  2026. bitmaps. -->
  2027. ????????? Import ???????????????? (??????????????????) ????????????????????????????????????????????????????
  2028. <LI>
  2029. <!-- ff had a pointer dangling to a freed block after loading a font containing
  2030. multiple versions of some greek letters. -->
  2031. ff ?????????????????????????????????????????????????????????????????????
  2032. <LI>
  2033. <!-- U+1D400-U+1D7FF are stylized variants of the latin and greek alphabets as
  2034. used in Mathematics. The font view will now display (in the glyph header)
  2035. the proper variant of the glyph (assuming it can find a font with that style). -->
  2036. U+1D400?U+1D7FF ?????????????????????????????????????????????????????? (???????) ???????????????????????? (???????????????????????)?
  2037. <LI>
  2038. <!-- The AMS (American Mathematical Society) has their own interpretation of the
  2039. public use area. FF now understands their glyph names as alternates for those
  2040. glyphs, and has an AMS interpretation (under FontInfo-&gt;Encoding) that
  2041. will make ff use those names in new fonts. -->
  2042. AMS (???????) ??Unicode ??????????????????????FF ?????????????????????????ff ????????????? AMS ??? (???????[????????]?) ????????????????????
  2043. <LI>
  2044. <!-- Many of code points in the AMS PUA are reencodings of other glyphs. FontForge
  2045. will automatically generate these reencodings for you. -->
  2046. AMS ? PUA ????????????????????????????????FontForge ????????????????????
  2047. <LI>
  2048. <!-- The AMS also describes how some TeX glyph names map to unicode. So include
  2049. those names in our alternate list too (so we can map them correctly, not
  2050. as a way of encouraging people to use them). -->
  2051. AMS ??????? TeX ????? ????? Unicode ?????????????????????????????????????? (???????????????????????????????????????????????????)?
  2052. <LI>
  2053. <!-- Both the AMS defn. of the PUA and the Big5 defn. map characters which are
  2054. properly in other unicode planes into the BMP. FF now understands this, and
  2055. converting between a BMP encoding and a full unicode encoding will move things
  2056. from the PUA to their proper unicode slot in higher planes. -->
  2057. AMS ??? PUA ???? Big5 ?????????Unicode ???????????????? BMP ??????????ff ???????????????BMP ????????????? Unicode ???????????????PUA ??????????????????????????????????
  2058. <LI>
  2059. <!-- Find Problems thought that adjacent splines intersected at their common
  2060. end-point. I suppose they do, but it isn't useful information -->
  2061. ????????????????????????????????????????????????????????????????????????
  2062. <LI>
  2063. <!-- In the char view, I used to blank out the status line when the mouse moved
  2064. outside the window. But some of that info is still valid. So only blank out
  2065. the meaningless bits. -->
  2066. ???????????????????????????????????????????????????????????????????????????????????????
  2067. <LI>
  2068. <!-- Kanou requests a disambiguation between two strings with the same label in
  2069. English but different meanings in Japanese. (Vertical/VerticalWriting) -->
  2070. ?????????????????????????????????????????????????????????????
  2071. <LI>
  2072. <!-- The Point-&gt;Make Line command would crash if either of the two points
  2073. was missing a previous or next spline. -->
  2074. ?(P)??????(L)??????2?????????????????????????????????????????????
  2075. <LI>
  2076. <!-- Pierre HANSER provides a patch to problems.c (it would crash when dealing
  2077. with fonts with an encoding with &lt; 32 code points. -->
  2078. problems.c ???????? Pierre HANSER ??????? (?????32 ????????????????????????????????????)?
  2079. <LI>
  2080. <!-- Pierre HANSER provides a patch to merge fonts (it would crash when merging
  2081. bitmap fonts. -->
  2082. ????????????????? Pierre HANSER ??????? (???????????????????????????)?
  2083. <LI>
  2084. <!-- Closing a charview window with a docked palette could cause a crash if the
  2085. cursor was moved quickly into another charview which needed a new cursor. -->
  2086. ????????????????????????????????????????????????????????????????????????????????
  2087. <LI>
  2088. <!-- The perspective icon had the wrong background -->
  2089. ?????????????????????
  2090. <LI>
  2091. <!-- Piska keeps complaining about the way ff handles 0 width strokes. He wants
  2092. it to have zero width (disappear, I guess), but PS says it should be stroked
  2093. as the thinnest line possible (not clear what this should mean in ff, I interpret
  2094. it as a 1em-unit stroke). But METAPOST uses a 0 width stroke in cases where
  2095. it wants no stroking (with a fill) so in the special case of a fill with
  2096. a 0 width stroke, turn off stroking. -->
  2097. ff ?? 0 ?????????????????Piska ?????????????????????????????? (???????????????) ??PS ????????????????????????????????? (??? ff ??????????????????????????? 1 em ?????????????)???? METAPOST ???? 0 ??????????????? (????????) ?????????????????? 0 ???????????????????????????????????
  2098. <LI>
  2099. <!-- Use a different approach to approximating a set of points with fixed slopes
  2100. at the end points. Used to do least squares (fixup slopes), least squares
  2101. again (fixup slopes). Now I do least squares (fixup slopes), perturb the
  2102. lengths of the slope vectors until we find the best fit. -->
  2103. ????????????????????????????????????????????????(??????) ??????????(??????) ?????????????????????????(??????) ????????????????????????????????????????????
  2104. <LI>
  2105. <!-- I was generating flex hints when I should not have done so. Add a heuristic
  2106. so that ff doesn't add flexes to small circles. -->
  2107. flex ????????????????????????ff ????????? flex ??????????????????????????
  2108. <LI>
  2109. <!-- Failed to read long format pk bitmaps. -->
  2110. ????????? pk ???????????????????????
  2111. <LI>
  2112. <!-- Patch by Mchael Ghrken to make the Skew scripting command take a
  2113. numerator/denominator style argument. -->
  2114. ???????????? Skew ???/???????????????Mchael Ghrken ????????????
  2115. </UL>
  2116. <LI>
  2117. <!-- 24-Aug-2004-->
  2118. 2004?8?24?
  2119. <UL>
  2120. <LI>
  2121. Oops, didn't get the expand stroke scripting patch quite right
  2122. <LI>
  2123. <!-- <FONT COLOR="Red"><STRONG><BIG>Changed the way preferences are handled in
  2124. scripts</BIG></STRONG></FONT> -->
  2125. <FONT COLOR="Red"><STRONG><BIG>???????????????????:</BIG></STRONG></FONT>
  2126. <UL>
  2127. <LI>
  2128. <!-- By default preferences are no longer loaded when starting a script. -->
  2129. ????????????????????????????????????????
  2130. <LI>
  2131. <!-- Preferences are not saved in a script unless explicitly requested. -->
  2132. ??????????????????????????????????
  2133. <LI>
  2134. <!-- Added 2 new scripting functions LoadPrefs() and SavePrefs() -->
  2135. LoadPrefs() ? SavePrefs() ? 2 ????????????????
  2136. <LI>
  2137. <!-- Added an environment variable FONTFORGE_LOADPREFS to give the user control
  2138. over loading of preferences. -->
  2139. ???????????????????? FONTFORGE_LOADPREFS ????
  2140. </UL>
  2141. <LI>
  2142. <!-- Used to have a preference item DumpGlyphMap. Now we have an equivalent flag
  2143. in the Generate Fonts [Options] dialog. -->
  2144. DumpGlyphMap ?????????????????????????????????? [?????] ????????????
  2145. <LI>
  2146. <!-- The SetPanose scripting command didn't work. MURAOKA Taro provides a patch -->
  2147. SetPanose ????????????????????????????????????????
  2148. <LI>
  2149. <!-- It was not possible to get or set NewCharset preference item with GetPref/SetPref
  2150. scripting commands. Now GetPref returns a magic number, which may be used
  2151. in SetPref. SetPref will accept either a number or one of the encodings accepted
  2152. by Reencode(). -->
  2153. ?????? NewCharset() ? GetPref/SetPref ???????????????????????????????GetPref ??SetPref ?????????????????????????????SetPref ?????????????Reencode() ?????????????????????????????????
  2154. <LI>
  2155. <!-- If you copied a glyph feature from a glyph that didn't have that feature,
  2156. and then did a paste ff would crash. -->
  2157. ???????????????????????????????????????????? ff ?????????????
  2158. <LI>
  2159. <!-- Added two new tools to the outline character view. One allows you to rotated
  2160. your glyph through 3dimensions (and project it back on the xy plane), the
  2161. other allows you to do a perspective transformation. -->
  2162. ???????????? 2 ??????????????????????? 3 ????????????? (??? XY ????????????????) ?????????????????????????????
  2163. <LI>
  2164. <!-- Extended the Transformation dialog to handle 3D rotation+projection. After
  2165. all it's just: -->
  2166. 3 ???? + ???????????????????????????????????????????:
  2167. <TABLE BORDER CELLPADDING="2" ALIGN="Center">
  2168. <TR>
  2169. <!-- <TD>cos(y-axis-rotation)</TD> -->
  2170. <TD>cos(Y?????)</TD>
  2171. <TD><P ALIGN=Center>
  2172. 0</TD>
  2173. </TR>
  2174. <TR>
  2175. <TD><P ALIGN=Center>
  2176. 0</TD>
  2177. <!-- <TD>cos(x-axis-rotation)</TD> -->
  2178. <TD>cos(X?????)</TD>
  2179. </TR>
  2180. </TABLE>
  2181. <LI>
  2182. <!-- Add a Point of View dialog to do real perspective projections -->
  2183. ??????????????????????????????
  2184. <LI>
  2185. <!-- Remove the FONTFORGE_CONFIG_NONLINEAR flag, and enable the nonlinear dlg
  2186. perminantly. I need some of its routines to do the perspective projections. -->
  2187. FONTFORGE_CONFIG_NONLINEAR ???????????????????????????????????????????????????????????????
  2188. <LI>
  2189. <!-- There was a path through LoadEncodingFile (in a script) where it would silently
  2190. fail. -->
  2191. (???????) LoadEncodingFile ??????????????????????????????
  2192. <LI>
  2193. <!-- LoadEncodingFile would save default encodings even though it hadn't loaded
  2194. them. It no longer does this, but now SavePrefs does it instead. -->
  2195. LoadEncodingFile ?????????????????????????????????????????????????????????? SavePref ??????????????
  2196. <LI>
  2197. <!-- Added the ability to see (and create) simple substitutions in the font view. -->
  2198. ???????????????? (???????) ??????????
  2199. <LI>
  2200. <!-- The embossed box around the fontinfo dlg wasn't always in the right place -->
  2201. ???????????????????????????????????????????????
  2202. </UL>
  2203. <LI>
  2204. <!-- 8-Aug-2004-->
  2205. 2004?8?8?
  2206. <UL>
  2207. <LI>
  2208. <!-- Zhang Lin-bo reports two bugs (which were really three) -->
  2209. Zhang Lin-bo ? 2 ??????????? (????????)
  2210. <UL>
  2211. <LI>
  2212. <!-- Expand Stroke failed when given a path consisting of a single point had a
  2213. zero length spline returning to itself. -->
  2214. ??? 1 ?????????????? 0 ????????????????????????????????????
  2215. <LI>
  2216. <!-- AddExtrema falls into an infinite loop if the initial spline of a path needs
  2217. an extremum added to it. -->
  2218. AddExtrema ???????????????????????????????????????????
  2219. <LI>
  2220. <!-- Expand Stroke generates garbage output in some very obscure conditions. -->
  2221. ????????????????????????????????????????
  2222. <LI>
  2223. <!-- AutoHint crashes when given garbage input. -->
  2224. ?????????????????????????????
  2225. </UL>
  2226. <LI>
  2227. <!-- Michael G&auml;hrken points out that ExpandStroke scripting command doesn't
  2228. work for caligraphic stroking, provides a patch and an extension.
  2229. Michael G&auml;hrken ??ExpandStroke ??????????????????????????????????????????????????
  2230. <LI>
  2231. <!-- KANOU provides a patch for BDFMakeChar in CID keyed fonts. -->
  2232. CID ???????????? BDFMakeChar ???????????????
  2233. <LI>
  2234. <!-- Change the Shades palette in the bitmap view so that it shows what grey level
  2235. is underneath the cursor. -->
  2236. ?????????????????????????????????????????????????
  2237. <LI>
  2238. <!-- When the width is huge, then moving it causes it to wrap into negative values.
  2239. It should probably stick at SHRT_MAX instead. -->
  2240. ???????????????????????????????????????????? SHRT_MAX ???????????
  2241. <LI>
  2242. <!-- If one moves to a negative width and releases the mouse, an error message
  2243. pops up warning of this. If you move the cursor around the width continued
  2244. to change. -->
  2245. ????????????????????????????????????????????????????????????????????????
  2246. <LI>
  2247. <!-- If one moves to a negative width, and in response to the width warning says
  2248. [No] then the width reverted to the wrong value. -->
  2249. ???????????????????? [???(N)] ???????????????????????
  2250. <LI>
  2251. <!-- ff would crash on a postscript sequence containing "{}" if that was the first
  2252. function defined. -->
  2253. ff ??????? "{}" ??? PostScript ???????????????????????????
  2254. <LI>
  2255. <!-- I got the locale wrong for Hong Kong -->
  2256. ?????????????????
  2257. <LI>
  2258. <!-- If nothing was selected in the import dlg (or any of the file open dlgs)
  2259. and the user pressed [OK], then the directory would be returned. -->
  2260. ?????????? (?????????????????????) ??????????? [OK] ???????????????????????
  2261. <LI>
  2262. <!-- Improved error message for Import dlg. -->
  2263. ??????????????????????
  2264. <LI>
  2265. <!-- In spanish various dlgs had buttons that were too close together (and similar
  2266. problems) -->
  2267. ???????????????????????????? (?????????????????)?
  2268. </UL>
  2269. <LI>
  2270. <!-- 01-Aug-2004-->
  2271. 2004?8?8?
  2272. <UL>
  2273. <LI>
  2274. <!-- ff did not generate amfm files correctly -->
  2275. ff ? amfm ????????????????????
  2276. <LI>
  2277. <!-- Changed the Merge Kern Infor (menu item and scripting command) to -->
  2278. ???????????? (????????????????) ???:
  2279. <UL>
  2280. <LI>
  2281. <!-- support pfm files -->
  2282. PFM ?????????
  2283. <LI>
  2284. <!-- detect file type from the file header rather than from the extension -->
  2285. ????????????????????????????????
  2286. </UL>
  2287. <LI>
  2288. <!-- Added InterpolateFonts as a scripting command -->
  2289. ????????? InterpolateFonts ???
  2290. <LI>
  2291. <!-- Added GetEnv as a scripting command -->
  2292. ????????? GetEnv ???
  2293. <LI>
  2294. <!-- The scripting $fontversion and $copyright psuedo variables broke when I added
  2295. the fond name changes. -->
  2296. ????????? $fontversion ? $copyright ??fond ???????????????????
  2297. <LI>
  2298. <!-- More problems with tfm files. -->
  2299. TFM ???????????????
  2300. <LI>
  2301. <!-- Fixed a couple of problems related to dialog sizing for different languages. -->
  2302. ?????????????????????? 2 ????????
  2303. <LI>
  2304. <!-- In Windows 3.1 some chinese fonts were released with a ttf version of 2 (rather
  2305. than 1). Add this to the list of supported TrueType/OpenType versions (see
  2306. discussion on freetype mailing list, july 2004 for more info) -->
  2307. Windows 3.1 ??????????????? TTF ????? 2 (1 ???) ??????????????????? TrueType/OpenType ??????????(FreeType ?????????????????????????? 2004 ? 7 ???)
  2308. <LI>
  2309. <!-- Added both a menu and scripting command to copy kerning &amp; substitution
  2310. info from one glyph to another. -->
  2311. ????????????????????????????????????????????????????
  2312. <LI>
  2313. <!-- FontForge fails to load some svg fonts properly (if they use the "t" directive
  2314. within a path =&gt; quadratic splines, control point implied, relative to
  2315. last point). Result is a nasty scribble. -->
  2316. FontForge ???? SVG ?????????????????? ("t" ?????????2 ??????????????????????????????????????????)??????????????????
  2317. <LI>
  2318. <!-- Windows file systems are not case conscious. The file names generated for
  2319. Export use glyph names (which are case conscious). So on windows exporting
  2320. "a" and "A" will overwrite the same file. (Add a "$" in front of capital
  2321. letters to distinguish). -->
  2322. Windows ?????????????/??????????????????????????????? (??????/???????????) ????????????? Windows ?? "a" ? "A" ???????????????????????????(????????????? "$" ???????????)?
  2323. <LI>
  2324. <!-- We were not scaling refs/images uniformly when we dragged corners. Instead
  2325. we changed the sides by the same amount (this works for squares, but nothing
  2326. else). -->
  2327. ?????????????/?????/??????????????????/???????? (?????????????????????????????)?
  2328. <LI>
  2329. <!-- XML does not allow backspace as an input character, even when specified by
  2330. an entity. This means we can't specify the unicode code point for backspace
  2331. in a an svg font (and many ttf fonts contain a blank backspace char, god
  2332. only knows why). -->
  2333. XML ??????????????????????????????????????????????SVG ??????????????????Unicode ???????????????????????? (??????? TTF ????????????????????????????????????????)
  2334. <LI>
  2335. < !-- The Default ATT-&gt;Unicode decomposition didn't work. -->
  2336. ?????? ATT?Unicode ???????????????
  2337. <LI>
  2338. <!-- Added a new entry to Default ATT, Caps-&gt;Small Caps (and cleaned up lower
  2339. case-&gt;small caps too). -->
  2340. ?????? ATT???????????????????????? (??????????????????????)?
  2341. <LI>
  2342. <!-- Eschew 0 width hints. -->
  2343. ? 0 ????????????????
  2344. <LI>
  2345. <!-- Add support for localized unicode glyph names (currently only french is
  2346. available) -->
  2347. ????? Unicode ???????????????? (?????????????????)
  2348. </UL>
  2349. <LI>
  2350. <!-- 3-July-2004-->
  2351. 2004?7?3?
  2352. <UL>
  2353. <LI>
  2354. <!-- Undoes in the Guide layer caused a crash (introduced with multi-layer) -->
  2355. ?????????????????????????? (????????????)?
  2356. <LI>
  2357. <!-- Fixed another problem with subroutine references in type1 output -->
  2358. Type1 ???????????????????? 1 ????????
  2359. <LI>
  2360. <!-- Preserve hhea.ascent/descent and some OS/2 values (no UI for these, but they
  2361. are retained) -->
  2362. hhea.ascent/descent ?????? OS/2 ????????????? (??????? UI ??????????????????)?
  2363. <LI>
  2364. <!-- KANOU provided two patches -->
  2365. ??? 2 ?????????????
  2366. <UL>
  2367. <LI>
  2368. <!-- One to set the average Char Width field of OS/2 properly -->
  2369. OS/2 ??????????????????????????
  2370. <LI>
  2371. <!-- One to set the 'gasp' table so that Windows would actually use embedded bitmaps -->
  2372. 'gasp' ??????????Windows ?????????????????????????
  2373. </UL>
  2374. <LI>
  2375. <!-- Added support (in build accent) to look for upper case and cyrillic variants
  2376. of accents (use grave.cap rather than grave, use breve.cyr rather than breve)
  2377. when building upper case or cyrillic letters. -->
  2378. (??????????????) ??????????????????????????????? (grave ??? grave.cap ??breve ??? breve.cyr ??????)
  2379. <LI>
  2380. <!-- Points were not being properly renumbered if they were out of order (when
  2381. editing in quadratic mode) -->
  2382. (2 ????????????????) ???????????????????????????????
  2383. <LI>
  2384. <!-- When a character had a color attached to it, it looked very strange if the
  2385. user changed it. -->
  2386. ?????????????????????????????????????????
  2387. <LI>
  2388. <!-- Added an "x" to check boxes when checked -->
  2389. ??????????????????????×???????????????
  2390. <LI>
  2391. <!-- FF did not realize that tonos should be treated as an accent (it is spacing,
  2392. which confused ff) -->
  2393. FF ?????????????????????????????? (?????????????ff ??????????)?
  2394. <LI>
  2395. <!-- Cleaned up an ancient message in the nomen files. Used to be three separate
  2396. strings, now one with format specs in it. -->
  2397. nomen ?????????????????????????????? 3 ??????????????????????????????????????????
  2398. </UL>
  2399. <LI>
  2400. <!-- 18-June-2004 -->
  2401. 2004?6?18?
  2402. <UL>
  2403. <LI>
  2404. <!-- Point types were not set properly after conversion from quadratic to cubic
  2405. splines. -->
  2406. 2 ???????? 3 ??????????????????????????????
  2407. <LI>
  2408. <!-- Several preference items were not being saved and were not accessable from
  2409. scripts. -->
  2410. ????????????????????????????????????????????
  2411. <LI>
  2412. <!-- Scripts could not set the resolution for bdf fonts -->
  2413. ?????? BDF ????????????????????
  2414. <LI>
  2415. <!-- Still having problems with references to references in type1 subroutines. -->
  2416. Type1 ??????????????????????????????
  2417. <LI>
  2418. <!-- AutoTrace had problems with multi-layered mode. -->
  2419. ??????????????????????????
  2420. <LI>
  2421. <!-- Enhance "ItalicConstrained" in the Character View to allow vertical constrains
  2422. as well as those parallel to the italic angle. -->
  2423. ???????"ItalicConstrained" ?????????????????????????????????????????????
  2424. <LI>
  2425. <!-- Build Accented Characters had problems when there were bitmap characters
  2426. involved. -->
  2427. ??????????????????????????????????????????
  2428. <LI>
  2429. <!-- Can no longer blindly rotate splinesets in type2 fonts to avoid an initial
  2430. flex. -->
  2431. ??? flex ???????Type2 ?????? SplineSet ?????????????????
  2432. <LI>
  2433. <!-- Add three new problems to Find Problems -->
  2434. ????????? 3 ????????????
  2435. <UL>
  2436. <LI>
  2437. <!-- Check for intersecting contours -->
  2438. ???????????
  2439. <LI>
  2440. <!-- Check for mulitple glyphs with same unicode code point -->
  2441. ?? Unicode ?????????????????????
  2442. <LI>
  2443. <!-- Check for multiple glyphs with same name -->
  2444. ??????????????????
  2445. </UL>
  2446. </UL>
  2447. <LI>
  2448. <!-- 31-May-2004-->
  2449. 2004?5?31?
  2450. <UL>
  2451. <LI>
  2452. <!-- In the 19-May build I introduced a bug which could generate NaN values for
  2453. control points. -->
  2454. 5 ? 19 ????????????? NaN ????????????????
  2455. </UL>
  2456. <LI>
  2457. <!-- 29-May-2004-->
  2458. 2004?5?29?
  2459. <UL>
  2460. <LI>
  2461. <!-- The MergeKern scripting command didn't have the capabilities of its menu
  2462. counterpart. -->
  2463. MergeKern ????????????????????????????????????
  2464. <LI>
  2465. <!-- Enhance the pattern matching capabilities on font names when loading kerning
  2466. information from a mac FOND (there is no place in the FOND that names the
  2467. styles, so best we can do is make reasonable guesses). -->
  2468. ???????? Mac ? FOND ??????????????????????????? (FOND ?????????????????????????????????????????)?
  2469. <LI>
  2470. <!-- When editing quadratic fonts (truetype), changing the type of a point to
  2471. be a tangent caused the previous control point to be set the to same location
  2472. as the next control point. Bleah. -->
  2473. 2 ????? (TrueType) ???????????????????????????????????????????????????????
  2474. <LI>
  2475. <!-- New versions of libpng will not automagically load libz when they are loaded.
  2476. Needed a patch to load libz manually. -->
  2477. ????????? libpng ????????????????? libz ??????????????libz ?????????????????????
  2478. <LI>
  2479. <!-- Fixed a couple of bugs in contextual / chaining dialog. -->
  2480. ????/?????? ????????? 2 ????
  2481. <LI>
  2482. <!-- When reading PostScript arrays FF failed to parse negative numbers properly. -->
  2483. PostScript ??????????FF ??????????????????????
  2484. <LI>
  2485. <!-- Make it an error (which it should be) to create a mac postscript resource
  2486. file without also generating an NFNT. -->
  2487. NFNT ?????? Mac ? PostScript ??????????????????? (??????????)?
  2488. <LI>
  2489. <!-- Warn that NFNTs don't work under OS/X, warn that POST resources are probably
  2490. depreciated. -->
  2491. OS X ?? NFNT ??????POST?????????????????????????????????
  2492. <LI>
  2493. <!-- WinAscent/Descent were being saved incorrectly in sfd files, leading to bad
  2494. WinAscent/Descent in t/otf OS/2 tables. -->
  2495. WinAscent/Descent ? SFD ????????????????TTF/OTF ? OS/2 ????? WinAscent/Descent ??????????????
  2496. <LI>
  2497. <!-- Crash in ExpandStroke from a NaN when try to intersect parallel lines -->
  2498. ????????????????? Nan ????? ExpandStroke ?????????????
  2499. <LI>
  2500. <!-- Improved Merge a little bit for quadratic splines -->
  2501. 2 ???????????????????
  2502. </UL>
  2503. <LI>
  2504. <!-- 23-May-2004-->
  2505. 2004?5?23?
  2506. <UL>
  2507. <LI>
  2508. <!-- Added popups in the Open Font dialog to show the fontname(s) of any font(s)
  2509. in a file. -->
  2510. ????????????????????????????????????????????????????
  2511. <LI>
  2512. <!-- FontForge failed to load background images. A bug introduced 24-Feb (part
  2513. of multi-layer) -->
  2514. FontForge ????????????????????2 ? 24 ?? (?????????????) ????????
  2515. <LI>
  2516. <!-- Reordered the which glyph FF would pick when searching for accents. It used
  2517. to use ASCII versions of the accents over those in the U+03xx range. -->
  2518. ?????????????FF ??????????????????????????? U+03xx ???????????? ASCII ???????????
  2519. </UL>
  2520. <LI>
  2521. <!-- 20-May-2004-->
  2522. 2004?5?20?
  2523. <UL>
  2524. <LI>
  2525. <!-- Bug in scripting change for mac families. -->
  2526. Mac ?????????????????????????
  2527. <LI>
  2528. <!-- Added a Paste After command (which isn't visible by default) which will allow
  2529. you to build up words more easily. -->
  2530. ???????????????????????????????????? (????????????????????)?
  2531. </UL>
  2532. <LI>
  2533. <!-- 19-May-2004 -->
  2534. 2004?5?19?
  2535. <UL>
  2536. <LI>
  2537. <!-- Give the user access to the OS/2 fields WinAscent and WinDescent. -->
  2538. ???? OS/2 ????? WInAscent ? WinDescent ????????????????
  2539. <LI>
  2540. <!-- Add a new command (Points-&gt;Make Line) which will turn a spline between
  2541. two selected points into a line. -->
  2542. ????? 2 ???????????????? (?(P)??????(L)) ????
  2543. <LI>
  2544. <!-- Improve the behavior of defaulting control points so we don't get
  2545. self-intersecting loops -->
  2546. ??????????????????????????????????????????
  2547. <LI>
  2548. <!-- Add a mode to the pointer tool. Holding down the &lt;Alt&gt; key now means
  2549. we don't join two open contours if they make contact while dragging. -->
  2550. ???????????????&lt;Alt&gt; ???????????????????????????? 2 ??????????????????????
  2551. <LI>
  2552. <!-- When loading an otf file and saving it as ttf, sometimes the space glyph
  2553. would become zero width. -->
  2554. OTF ?????????? TTF ??????????????????????? 0 ?????????
  2555. <LI>
  2556. <!-- Redid the way mac families were output. Should be more flexible under OS/X -->
  2557. Mac ???????????????OS X ???????????????
  2558. </UL>
  2559. <LI>
  2560. <!-- 9-May-2004-->
  2561. 2004?5?9?
  2562. <UL>
  2563. <LI>
  2564. <!-- Several problems with tfm files. Didn't handle tfms with more that 128 lig/kerns. -->
  2565. TFM ???????????????????128 ???????/???????? TFM ????????????????
  2566. <LI>
  2567. <!-- Failed to set the r2l flag properly in 'morx' tables -->
  2568. 'morx' ??????????????????????????
  2569. <LI>
  2570. <!-- More typos in the ghost hint code-->
  2571. ???????????????????????
  2572. <LI>
  2573. <!-- Allow users to express error term of the scripting Simplify command as a
  2574. fraction. -->
  2575. ?????? Simplify ???????????????????????????
  2576. <LI>
  2577. <!-- The strings in the context / chaining dlg's initial pane were wrong -->
  2578. ????/???????????????????????????????
  2579. <LI>
  2580. <!-- Fixed some bugs in converting OT contextual substitutions to Mac state machines -->
  2581. OpenType ???????? Mac ??????????????????????
  2582. <LI>
  2583. <!-- If we wanted to put a glyph with references into a subroutine (in type1 output)
  2584. we failed miserably -->
  2585. (Type1 ???) ?????????????????????????????????????
  2586. <LI>
  2587. <!-- Added a new command
  2588. <A HREF="editmenu.html#ReplaceRef">Edit-&gt;ReplaceWithReference </A>(and
  2589. a scripting version too), which searches all glyphs in the font for any selected
  2590. glyphs, and for each embedded occurance it replaces the outlines of the glyph
  2591. with a reference to it. This is because reading a postscript (type2 or type1)
  2592. font generally loses all reference information. -->
  2593. ????? <A HREF="editmenu.html#ReplaceRef">??(E)??????</A> (?????????) ???????????????????????????????????????????????????????????????????????????????????? (Type2 ??? Type1) PostScript ???????????????????????????
  2594. <LI>
  2595. <!-- The documentation for OS/2.winAscent makes no sense. I shall ignore it and
  2596. set winAscent to hhea.ascent -->
  2597. OS2.winAscent ???????????????????????????? winAscent ? hhea.ascent ????????????
  2598. <LI>
  2599. <!-- Sivan says that hebrew kerning is broken again. -->
  2600. Sivan ??????????????????????????????
  2601. <LI>
  2602. <!-- The search dlg didn't work on quadratic (truetype) fonts -->
  2603. ???????? 2 ? (TrueType) ????????????????
  2604. </UL>
  2605. <LI>
  2606. <!-- 2-May-2004 -->
  2607. 2004?5?2?
  2608. <UL>
  2609. <LI>
  2610. <!-- I've changed the colour of check boxes because people found black confusing -->
  2611. ????????????????????????????????????
  2612. <LI>
  2613. <!-- FontForge read Italic Correction incorrectly out of tfm files and had minor
  2614. problems generating tfm files. -->
  2615. FontForge ????????? TFM ?????????????TFM ???????????????????
  2616. <LI>
  2617. <!-- the kern class dlg had an uninitialized variable (introduced with the multiple
  2618. master code I think) -->
  2619. ??????????????????????????????? (?????????????????????????????)?
  2620. <LI>
  2621. <!-- FontForge would sometimes crash when generating a GDEF table for some types
  2622. of otf font. -->
  2623. FontForge ????? OTF ????? GDEF ????????????????????????????
  2624. <LI>
  2625. <!-- Pierre Hanser has updated the french UI, and pointed out some problems with
  2626. the english UI. -->
  2627. Pierre Hanser ?????? UI ??????? UI ?????????????????
  2628. <LI>
  2629. <!-- In a version of FontForge compiled with MultiLayer on, Pasting something
  2630. containing a reference screwed up memory -->
  2631. ?????????????????????????? FontForge ???????????????????????????????????
  2632. </UL>
  2633. <LI>
  2634. <!-- 25-Apr-2004-->
  2635. 2004?4?25?
  2636. <UL>
  2637. <LI>
  2638. <!-- AutoHint produced ghost hints for curved stems that sometimes were outside
  2639. of the character. -->
  2640. ?????????????????????????????????????????????????????
  2641. <LI>
  2642. <!-- Fixed some uninitialized variables in MetaFont (but the algorthim is still
  2643. flawed) -->
  2644. MetaFont ???????????????? (???????????????????)
  2645. <LI>
  2646. <!-- FontForge had problems when the fontview was maximized. -->
  2647. FontForge ?????????????????????????????????
  2648. <LI>
  2649. <!-- The 18-Apr patch for cubic-&gt;quadratic conversion had a bug which generally
  2650. resulted in a crash. -->
  2651. 4 ? 18 ?? 3 ?? 2 ????????????????????????????????????
  2652. <LI>
  2653. <!-- When flickering in and out of compacted mode, during a Generate Fonts, the
  2654. encodings in the displayed bitmap could get out of sync with those of the
  2655. font leading to a crash. -->
  2656. ???????????????????????????????????????????????????????????????????????????????????????????
  2657. <LI>
  2658. <!-- Don't mess with the control points in point type conversion
  2659. (corner-&gt;curve/tangent) when the they are already reasonable. -->
  2660. ???????? (??? ? ?????/??????) ???????????????????????????????????????????
  2661. <LI>
  2662. <!-- Allow rectangles and ellipses to have separate settings of the center out
  2663. flag. -->
  2664. ??????????????????????????????????????
  2665. <LI>
  2666. <!-- Add a dialog which allows you to specify exactly where rectangles/ellipses
  2667. should go. -->
  2668. ???/????????????????????????????????
  2669. <LI>
  2670. <!-- Double-clicking on the scale/flap/rotate/skew tool brings up the transform
  2671. dialog. -->
  2672. ????/???/??/?????????????????????????????????????
  2673. <LI>
  2674. <!-- Add a couple of entries in the transform dlg option menus which copy information
  2675. from the last ruler measurement. -->
  2676. ???????????????????????????????????????????????? 2 ????
  2677. <LI>
  2678. <!-- Give the user control over how long the ruler window hangs around. -->
  2679. ???????????????????????????????????
  2680. </UL>
  2681. <LI>
  2682. <!-- 18-Apr-2004-->
  2683. 2004?4?18?
  2684. <UL>
  2685. <LI>
  2686. <!-- Fix a couple of bugs dealing with references in multilayered editing. -->
  2687. ????????????????????????? 2 ????
  2688. <LI>
  2689. <!-- Uninitialized variable in creation of 'name' table (introduced on 10-Apr) -->
  2690. 'name' ?????????????????????????? (4?10???)
  2691. <LI>
  2692. <!-- Edit-&gt;Merge didn't work properly on quadratic splines -->
  2693. ??(E)??? ? 2 ??????????????????????
  2694. <LI>
  2695. <!-- LCarets should have ignored the script assigned to them, but they didn't. -->
  2696. LCaret ???????????????????????????????????????
  2697. <LI>
  2698. <!-- Put in more protection against bad GSUB/GPOS tables. In particular mangal.ttf
  2699. has a bad GSUB table (with erroneous class specifications). -->
  2700. ??? GSUB/GPOS ?????????????????????mangal.ttf ???? GSUB ??????????? (????????????????)?
  2701. <LI>
  2702. <!-- FontForge wasn't setting <TT>'hhea'.caretSlopeRun</TT> appropriately in italic
  2703. fonts (should match <TT>tan(italicAngle)</TT>). -->
  2704. FontForge ? <TT>'hhea'.caretSlopeRun</TT> ????????????????????????? (<TT>tan(italicAngle)</TT> ????????????)
  2705. <LI>
  2706. <!-- Oops. Can do much better converting from cubic to quadratic splines. We were
  2707. getting far too many linear segments. -->
  2708. ????3 ??? 2 ??????????????????????????????????????????????????
  2709. <LI>
  2710. <!-- Our cubic-&gt;quadratic conversion could generate splines where the endpoints
  2711. were less than 1 unit apart. Since ttf rounds all coords to ints, this meant
  2712. we'd get the two endpoints on top of one another. -->
  2713. ??? 3 ? ? 2 ???????????? 1 ?????????????????????????????TTF ??????????????????????????????????????????????????
  2714. <LI>
  2715. <!-- When generating a truetype font from a cubic database, FontForge calculated
  2716. 'maxp'.maxCompositePoints incorrectly. -->
  2717. TrueType ????? 3 ?????? SFD ?????????FontForge ? 'max'.maxCompositePoints ?????????????
  2718. <LI>
  2719. <!-- Gave the user control over when point numbers are visible (even for cubic
  2720. fonts) -->
  2721. (??? 3 ???????) ?????????????????????????????
  2722. </UL>
  2723. <LI>
  2724. <!-- 10-Apr-2004-->
  2725. 2004?4?10?
  2726. <UL>
  2727. <LI>
  2728. <!-- The flatten commands didn't preserve the ttf 'name' table nor the 'OS/2'
  2729. table -->
  2730. ???????? TTF ? 'name' ????? 'OS/2' ?????????????????
  2731. <LI>
  2732. <!-- Redid the way 'name' table was generated, hopefully we do better for the
  2733. mac now. -->
  2734. 'name' ?????????????????????Mac ???????????????????
  2735. <LI>
  2736. <!-- the 'kern' table had a bad rangeShift value (it was the negative of what
  2737. it should be) -->
  2738. 'kern' ????? rangeShift ?????????? (????????????)?
  2739. <LI>
  2740. <!-- Pasting a reference from one font to another could crash if the destination
  2741. font did not have the refered character. -->
  2742. ?????????????????????????????????????????????????????????????
  2743. <LI>
  2744. <!-- ".null" was appearing twice in the 'post' table when saving a ttf file a
  2745. second time. -->
  2746. TTF ????? 2 ??????????'post' ????? ".null" ? 2 ??????????
  2747. <LI>
  2748. <!-- Markus Schwarzenberg points out that the ScaleToEm() scripting command didn't
  2749. work when given a single argument. -->
  2750. ScaleToEm() ????????????? 1 ??????????????????? Markus Schwarzenberg ????????
  2751. <LI>
  2752. <!-- Pierre Hanser points out that the version fix on 4-Apr had a bug that caused
  2753. crashes on Macs (perhaps elsewhere). -->
  2754. 4 ? 4 ??????????Mac ? (???????) ?????????????????? Pierre Hanser ????????
  2755. </UL>
  2756. <LI>
  2757. <!-- 04-Apr-2004 -->
  2758. 2004?4?4?
  2759. <UL>
  2760. <LI>
  2761. <!-- Several more fixes for cff output. -->
  2762. CFF ?????????????????
  2763. <LI>
  2764. <!-- We had a bad habit of including extraneous hintmask operators in output -->
  2765. ????????????????????????????
  2766. <LI>
  2767. <!-- Add a proper ff version (well, as much as my versions be proper) to
  2768. postscript/svg output -->
  2769. ??? ff ?????? (????????????????????) ? PostScript/SVG ???????????????
  2770. <LI>
  2771. <!-- Patch from Kanou about reading format 2 bitmaps in a sfnt -->
  2772. sfnt ??????????? 2 ??????????????????????????????
  2773. <LI>
  2774. <!-- Patch from Kanou. MS requires a weird format for GSUB in vertical writing. -->
  2775. ?????????MS ?????????? GSUB ?????????????????????
  2776. </UL>
  2777. <LI>
  2778. <!-- 29-Mar-2004-->
  2779. 2004?3?29?
  2780. <UL>
  2781. <LI>
  2782. <!-- When Type1 output needed to output a reference as inline splines (as opposed
  2783. to a subroutine call or using a seac command) then it would lose any translation
  2784. applied to that reference. -->
  2785. Type1 ?????????? (?????????? seac ????????) ?????????????????????????????????????????????????????
  2786. <LI>
  2787. <!-- Patch to Type3 output from R.L.Horn -->
  2788. R.L.Horn ??? Type3 ????????
  2789. <LI>
  2790. FontForge used to crash when reading in a bdf glyph with a bad bounding box.
  2791. ??????????????? BDF ????????? FontForge ?????????????
  2792. <LI>
  2793. <!-- Reading a kerning class from an sfd file when that class had more second
  2794. character classes than first character classes would screw up memory and
  2795. probably cause a crash. -->
  2796. SFD ???????????????????????????????? 1 ????????? 2 ????????????????????????????????????????
  2797. <LI>
  2798. <!-- Attempting to edit a 'cvt ' table in a font without one caused a crash.
  2799. Attempting to edit a 'cvt ' table in a font with one showed an empty table. -->
  2800. 'cvt ' ?????????????????????????????????????????????
  2801. 'cvt ' ????? 1 ?????????????????????????????????????????
  2802. <LI>
  2803. <!-- Make scaling from the fontview apply to kerning and positioning data. -->
  2804. ???????????????????????????????????
  2805. <LI>
  2806. <!-- Drawing a rectangle by dragging from center out didn't work -->
  2807. ???????????????????????????????
  2808. <LI>
  2809. <!-- Display phantom points when debugging. Be prepared to find either 2 (horizontal
  2810. metrics) or 4 (both horizontal or vertical) depending on what version of
  2811. freetype we've got. -->
  2812. ?????????????????????????????? FreeType ???????????? 2 ? (???????) ?????? 4 ? (????????) ????????????
  2813. <LI>
  2814. <!-- Bug in both reading and writing encoding format 0 of cff fonts. I forgot
  2815. to ignore .notdef so everything was off by 1. -->
  2816. ?????????????? 0 ? CFF ?????????????????????.notdef ?????????????????? 1 ?????????
  2817. <LI>
  2818. <!-- If a glyph was used as a reference in another glyph, and we put it in a
  2819. subroutine (type1 output), and it had hint conflicts, then the first group
  2820. of hints never got output. -->
  2821. ???????????????????????????? (? Type1 ??) ????????????????????????????????????????????????????
  2822. <LI>
  2823. <!-- In multilayered mode, the Revert Glyph command left memory in a potentially
  2824. bad state. (If you immediately closed the charview, then nothing bad would
  2825. happen, but if you tried any editing in it, then nasty things happened.) -->
  2826. ???????????????????(Y)???????????????????????????????????(?????????????????????????????????????????????????????
  2827. </UL>
  2828. <LI>
  2829. <!-- 21-Mar-2004-->
  2830. 2004?3?21?
  2831. <UL>
  2832. <LI>
  2833. <!-- When flattening a CID file fontforge lost track of the script/lang list (and
  2834. other things) which caused bugs when dealing with substitutions -->
  2835. CID ????????????FontForge ????/???????? (????????) ??????????????????????????????
  2836. <LI>
  2837. <!-- When saving multiply, fontforge could free a fonts hash table several times -->
  2838. ?????????FontForge ????????????? free ????????????
  2839. <LI>
  2840. <!-- When flattening by a CMAP file from a script fontforge could crash -->
  2841. ??????? CMap ?????????????????????FontForge ??????????????????
  2842. <LI>
  2843. <!-- Added a CIDFlatten command to scripting. -->
  2844. ?????? CIDFlatten ????????
  2845. <LI>
  2846. <!-- The "cleanup of OS/2" on 29-Feb actually broke WinAscent/Descent -->
  2847. 2?29???OS/2 ???????????????? WinAscent/Descent ?????????
  2848. <LI>
  2849. <!-- When loading a mac unicode string from the 'name' table, fontforge failed
  2850. to convert the language correctly. -->
  2851. 'name' ?????? Mac ? Unicode ???????????FontForge ????????????????????
  2852. <LI>
  2853. <!-- When loading a mac contextual substitution statemachine, fontforge made egregious
  2854. errors in guessing to what glyphs were usable for a substitution of the marked
  2855. glyph. -->
  2856. Mac ????????????????????FontForge ??????????????????????????????????????????????????
  2857. <LI>
  2858. <!-- Added the current encoding to the font's window title (also display a flag
  2859. to show whether the font has been changed) -->
  2860. ?????????????????????????????? (??????????????????????????????)?
  2861. <LI>
  2862. <!-- When moving points around on an order2 contour fontforge could end up with
  2863. bad control points and would then produce annoying internal errors alerting
  2864. the user to this fact. -->
  2865. 2 ????????????????????FontForge ?????????????????????????????????????????????????????????
  2866. <LI>
  2867. <!-- The CID Flatten commands did not work when the view was compacted. -->
  2868. CID ??????????????????????????????????????????
  2869. <LI>
  2870. <!-- CharInfo had been deliberately disabled in CID fonts -->
  2871. CID ???????????????????????????????
  2872. <LI>
  2873. <!-- Show ATT didn't work with CID keyed fonts -->
  2874. CID ???????????ATT ???(S)?????????????
  2875. <LI>
  2876. <!-- The preference mapping between mac and opentype small caps features was wrong. -->
  2877. Mac ? OpenType ???????????????????????????????
  2878. <LI>
  2879. <!-- Werner found a strange bug in splinefill that I can't reproduce (and can't
  2880. understand how it could happen) but the fix appears obvious. -->
  2881. Werner ?????????? (??????????????????) splinefill ????????????????????????????
  2882. <LI>
  2883. <!-- Add a command to show what glyphs use the current glyph in a substitution
  2884. (so "A.swash" would show that "A" used it, and "i" would show that "fi" used
  2885. it). -->
  2886. ???????????????????????????????????????? (??? "A.swash" ?? "A" ?????"i" ?? "fi" ??????????????????)?
  2887. <LI>
  2888. <!-- Changed the extension shown in the Generate Fonts dlg for multiple saves
  2889. to ".pfb". Put in a %s to make it obvious that more will be added to the
  2890. name. Support people who want .pfa fonts too. -->
  2891. ????
  2892. ".pfb" ???????????????????????????????????????????????????????????? %s ????????.pfa ???????????????????????????
  2893. <LI>
  2894. <!-- The dialog for adding/editing correspondences between mac feature/settings
  2895. and opentype features never went away. -->
  2896. Mac ???/??? OpenType ???????????/????????????????????????
  2897. <LI>
  2898. <!-- Disable the Default ATT menu if no char is selected in the fontview. -->
  2899. ??????????????????????????????ATT?????????????????
  2900. <LI>
  2901. <!-- FontForge sometimes had trouble drawing the correct rotated glyph in cid
  2902. fonts on the display lines of the fontview. -->
  2903. FontForge ??CID ????????????????????????????????????????????
  2904. <LI>
  2905. <!-- Changed the way names used in cidmap files, so there are new cidmap files
  2906. now. -->
  2907. ??? cidmap ????????????????????cidmap ????????????????
  2908. <LI>
  2909. <!-- The ShowAtt dialog could overwrite itself if there were enough aats in it.
  2910. (and at one point the vertical scroll bar was set to the bounds of the horizontal
  2911. scroll bar) -->
  2912. [ATT ???] ???????AAT ????????????????????????????? (??????????????????????????????????????????????)?
  2913. <LI>
  2914. <!-- Still getting the windows ascent/descent wrong. This time in CID keyed fonts. -->
  2915. ??????????/???????????????????? CID ???????????
  2916. <LI>
  2917. <!-- Add some new language translations for things like "Bold" (dutch, swedish,
  2918. norwegian) -->
  2919. "Bold" ??????????????? (????????????????????) ????????
  2920. <LI>
  2921. <!-- Dragging and dropping a char from the font view into the char info dlg (to
  2922. create a substitution) created a crash instead. -->
  2923. ?????????????????????????&amp;????? (??????????) ?????????????????????????????
  2924. <LI>
  2925. <!-- Support more of postscript in the interpreter -->
  2926. ????????????? PostScript ??????
  2927. <LI>
  2928. <!-- Our svg fonts pointed to a not-yet-existing dtd file -->
  2929. ???? SVG ???????????? DTD ?????????????
  2930. <LI>
  2931. <!-- Support for Apple's distortable fonts (sort of like truetype multi-master
  2932. fonts) -->
  2933. Apple ????????? (TrueType ????????????????????) ??????
  2934. <LI>
  2935. <!-- Depressing the control key now makes popups live longer (until the mouse
  2936. moves). -->
  2937. Control ?????????????????????? (?????????) ????????????
  2938. <LI>
  2939. <!-- new command in MM menu: Blend to new font -->
  2940. MM ???????????: ???????????(B)
  2941. </UL>
  2942. <LI>
  2943. 2-Mar-2004
  2944. <UL>
  2945. <LI>
  2946. <!-- Changed name from pfaedit to fontforge -->
  2947. PfaEdit ?? FontForge ??????
  2948. </UL>
  2949. </UL>
  2950. <P>
  2951. <!--
  2952. FontForge was first released on 2-Mar-2004. An earlier version of the program,
  2953. called PfaEdit, was begun in Sept of 2000, released on the web 7-Nov-2000,
  2954. and moved to pfaedit.sf.net on 21-Apr-2001. -->
  2955. FontForge ?????? 2004 ? 3 ? 2 ?????????????????????? PfaEdit ???????????2000 ? 9 ?????????2000 ? 11 ? 7 ??????????2001 ? 1 ? 21 ?? pfaedit.sf.net ????????
  2956. </DIV>
  2957. </BODY></HTML>