Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement better algorithm for bold fakestyle #571

Open
nschulux opened this issue Jun 3, 2024 · 6 comments
Open

Implement better algorithm for bold fakestyle #571

nschulux opened this issue Jun 3, 2024 · 6 comments
Labels
enhancement New feature or request

Comments

@nschulux
Copy link
Contributor

nschulux commented Jun 3, 2024

Original font has name NVTFranklin semibold.
Bold+Italic not working .
image

@nschulux nschulux changed the title NVTFranklin Font no Bold. NVTFranklin Font no Bold+italic. Jun 3, 2024
@jirkakunze
Copy link
Collaborator

The problem is that only the regular style for NYTFranklin is available. The recalculation of the bold style is not yet well solved in the TTF driver. Perhaps the Libre-Franklin font is a better alternative for original Sather Gothic font. I have not checked whether Libre-Franklin also contains bytecode.

Libre-Franklin is licensed under OFL.

https://www.1001freefonts.com/de/libre-franklin.font

@jirkakunze jirkakunze added the enhancement New feature or request label Jun 28, 2024
@jirkakunze jirkakunze changed the title NVTFranklin Font no Bold+italic. Implement a better algorithm for bold fakestyle Jun 28, 2024
@jirkakunze jirkakunze changed the title Implement a better algorithm for bold fakestyle Implement better algorithm for bold fakestyle Jun 28, 2024
@nschulux
Copy link
Contributor Author

I can add Bold and Bold Italic.
NYTFranklin

@nschulux
Copy link
Contributor Author

TTF-NYTFranklin.zip
Zum Testen.

@jirkakunze
Copy link
Collaborator

The FontSquirrel web font generator seems to have received a major update. My tests of the generator have shown that PS printing of the Nimbus fonts from artiflex/urw-base-35 works well, but after editing with the generator the horizontal position of some glyphs is no longer correct.
Kerning information is also handled incorrectly by the webfont generator. The kerning table in the font is always deleted. If the checkbox 'remove kerning' is not set, the kerning information is stored in the GPOS table. However, this is not processed by the driver.

Maybe it is a good idea to take the TTF fonts unchanged from the gitrepo of artiflexSoftware. These have more characters than we need under GEOS, but the driver can cope with them.
However, there are several repositories which contain the urw base 35 fonts. I can't say what the difference is.

@nschulux
Copy link
Contributor Author

I have now tested with Nimbus Sans L open it with Fontforge Changed Name to Nimbus Sans and this one worked in PS Printing !
But if you are shure the unchanged Font works , I have had PC/GEOS stop working no response !
I use Dosbox 0.74 what do you use ?

Sather Gothic has only one Style.
Libre Franklin works without FontSquirrel but has other Geometrie.

@nschulux
Copy link
Contributor Author

nschulux commented Jul 23, 2024

I used the Fonts in the 35 Pack unchanged with last Build , if i start the Help KR-09 !
image
Nimbus Sans print also fault:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants