Opened 8 years ago
Closed 7 years ago
#69 closed enhancement (wontfix)
Add ability to select Font
Reported by: | Gregg Young | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Release_1.1 |
Component: | eFTE core | Version: | Release_1.0 |
Keywords: | Cc: |
Description
The code to do this is available from FM/2 in font.c
Change History (2)
comment:1 by , 8 years ago
Type: | defect → enhancement |
---|
comment:2 by , 7 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The core of the PM editor is a VIO window and a VioPS is limited to 32k (row * column * cell storage). To include font data the storage must be increased from 1 to 4 bytes. Since limited window sizes is already a problem on some large high resolution monitors this will need to wait until the editor window is converted to a regular PM window. I am not sure rewriting it would be worth the effort.