Skip to content

Commit a45cf9a

Browse files
committed
Merge branch 'master' of bitbucket.org:jia3ep/font-editor
2 parents 3757213 + 8970f60 commit a45cf9a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.MD renamed to README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Here is my school project written in Turbo Pascal 7.0 in the 90s.
44

55
It's contains rich editing tools for modifying and creating matrix fonts. It's supports 8x8 and 16x8 font sizes. Note that all sources are have the CP866 encoding.
66

7-
![About screen](fe1.png "About screen")
7+
![About screen](FE1.PNG "About screen")
88

9-
![Editing 16x8 font](fe2.png "Editing 16x8 font")
9+
If you want to compile and start this project on the modern hardware be aware about the [Runtime error 200](https://en.wikipedia.org/wiki/Runtime_error_200).
1010

11-
![Context help](fe3.png "Context help")
11+
To build this project you should use Borland Pascal or Turbo Pascal 7. Change the current dir to SRC using "File->Change dir" menu and select F_STUDIO.PAS as the "Primary file" in the "Compile menu". Also add path to the OBJ directory in the "Options->Directories" dialog.
1212

13-
![Editing 8x8 font](fe3.png "Editing 8x8 font")
13+
![Editing 16x8 font](FE2.PNG "Editing 16x8 font")
1414

15-
If you want to compile and start this project on the modern hardware be aware about the <a href=https://en.wikipedia.org/wiki/Runtime_error_200>Runtime error 200</a>.
15+
![Context help](FE3.PNG "Context help")
1616

17-
To build this project you should use Borland Pascal or Turbo Pascal 7. Change the current dir to SRC using "File->Change dir" menu and select F_STUDIO.PAS as the "Primary file" in the "Compile menu". Also add path to the OBJ directory in the "Options->Directories" dialog.
17+
![Editing 8x8 font](FE4.PNG "Editing 8x8 font")

0 commit comments

Comments
 (0)