Font generation - choosing Condensed style #3444
Unanswered
dexter323i
asked this question in
Q&A - Fonts
Replies: 1 comment
-
Well, okay. I've found this comment on the internet: I've checked font called "DIN Condensed", and this time it is close enough for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I want to use "Bahnschrift Condensed" font from Windows. Font list says it is available with Id 20:
...
[14] "Arkitech Bold"
[15] "Armata Regular"
[16] "Bahnschrift"
[17] "Bahnschrift Bold"
[18] "Bahnschrift Bold Condensed"
[19] "Bahnschrift Bold SemiCondensed"
[20] "Bahnschrift Condensed"
[21] "Bahnschrift Light"
[22] "Bahnschrift Light Condensed"
[23] "Bahnschrift Light SemiCondensed"
[24] "Bahnschrift Regular"
[25] "Bahnschrift SemiBold"
...
But if I select it, and run the script, it says:
"Bahnschrift Condensed" is not available, so another font will be used. Use PFont.list() to show available fonts.
Yes. PFont.list() gave me this list. It is a Windows font, so if you check c:\Windows\Fonts\ folder, there is only one single "bahnschrift.ttf" file. If you open it with double click, and then click the "Next >" button in the top right corner, you have to click it 12 times to reach Bahnschrift Condensed I want. I copied this ttf file into Tools\Create_Smooth_Font\Create_font\data\ folder. Is there any way to choose the 12th style from the ttf file? I checked the source code, but I could not find a solution to it.
I also tried to find Bahnschrift Condensed alone on the internet, but no luck. :(
Beta Was this translation helpful? Give feedback.
All reactions