Search found 128 matches

by ClintGoss
Thu Mar 14, 2019 12:00 pm
Forum: FontCreator - Bug Reports
Topic: [CLOSED] Invalid PANOSE Settings
Replies: 2
Views: 3649

[CLOSED] Invalid PANOSE Settings

If the Font Properties => PANOSE => Value is set to 2 -9-7-2-3-4-7-2-4-3 and you switch the Family Kind from 2 - Latin Text to 5 - Latin Symbol (Pictorial) (i.e. the Value is now 5 -9- 7 -2- 3 -4-7-2-4-3), then the 3rd and 5th PANOSE field retain their values 7 and 3 , which are not (technically) le...
by ClintGoss
Sun Mar 10, 2019 12:50 am
Forum: FontCreator - Bug Reports
Topic: [CLOSED] Name Table String Encodings
Replies: 1
Views: 3059

Re: Name Table String Encodings

Never mind. Ooops sorry, mea culpa, and who let this guy out of the Home for Wayward Programmers ? I'm using an abstraction layer, which handles the encoding / decoding and presents most strings as UTF-8. It overloads read() and (ain't OOP wonderful) fooled me into thinking I was getting bytes rathe...
by ClintGoss
Sat Mar 09, 2019 10:28 pm
Forum: FontCreator - Bug Reports
Topic: [CLOSED] Name Table String Encodings
Replies: 1
Views: 3059

[CLOSED] Name Table String Encodings

This is pretty arcane and may be the result of my lack of understanding … but … Case A . When Tools => Options => Font => Export Font => Exclude Legacy Data is checked. As expected, entries in the Name table (eg. Copyright) are output with a single string with platform = Windows (3), encoding = Unic...
by ClintGoss
Sat Mar 09, 2019 9:36 pm
Forum: FontCreator - Bug Reports
Topic: [FIXED] Incorrect time zone on Date Created
Replies: 5
Views: 4592

Re: Incorrect time zone on Date Created

Terribly sorry! I somehow got in my head that .2430 was released a day or two ago …
by ClintGoss
Sat Mar 09, 2019 8:16 pm
Forum: FontCreator - Bug Reports
Topic: [FIXED] Incorrect time zone on Date Created
Replies: 5
Views: 4592

Re: Incorrect time zone on Date Created

Bug still exists in FCP v11.5.0.2430 Win10x64
by ClintGoss
Wed Mar 06, 2019 11:02 am
Forum: FontCreator - Bug Reports
Topic: [FIXED] Incorrect time zone on Date Created
Replies: 5
Views: 4592

Re: Incorrect time zone on Date Created

This happened on Win10x64, FCP version 11.5.0.2427 (64-bit).
by ClintGoss
Sun Mar 03, 2019 3:27 pm
Forum: FontCreator - Bug Reports
Topic: [FIXED] Incorrect time zone on Date Created
Replies: 5
Views: 4592

[FIXED] Incorrect time zone on Date Created

It appears that FCP correctly converts the Date Modified field (head table) from local time to GMT on export, but it is not correct for the Date Created field. When I create a new font, the local time is written to Date Created rather than converting to GMT (as indicated in the 1.8.3 spec). When the...
by ClintGoss
Wed Jan 31, 2018 5:41 pm
Forum: FontCreator - Support
Topic: Export: Use Current Glyph Names fails (sometimes)
Replies: 2
Views: 2364

Re: Export: Use Current Glyph Names fails (sometimes)

I found the problem ... it is not a problem with FontCreator ( sorry !). However, I am leaving this post, in case someone appears to have a similar issue. My problems was that I was examining the exported .TTF file in FontCreator itself. I had never changed the: Options => Generate friendly glyph na...
by ClintGoss
Wed Jan 31, 2018 5:00 pm
Forum: FontCreator - Support
Topic: Export: Use Current Glyph Names fails (sometimes)
Replies: 2
Views: 2364

Export: Use Current Glyph Names fails (sometimes)

When I export a .TTF font with the Font Export Settings => TrueType/OpenType => Glyph Names field set to " Use current glyph names ", the exported glyph names are mostly mine, but some have been modified. I can't find a pattern, so I am including the full list... Just looking at glyphs at ...
by ClintGoss
Wed Jan 31, 2018 9:54 am
Forum: FontCreator - Support
Topic: FCP exported TTF font reported as Invalid
Replies: 7
Views: 4613

Re: FCP exported TTF font reported a Invalid

Wow ... thanks for the extraordinary speed of response! I have noticed that FontCreator takes any range that I enter for a mapping such as 1F000–​1FFF F and modifies it to 1F000–​1FFF E . However, for a range that ends in FFFF such as F000–​FFFF, the FFFF is not modified to FFFE. Just an observation...
by ClintGoss
Tue Jan 30, 2018 7:13 pm
Forum: FontCreator - Support
Topic: FCP exported TTF font reported as Invalid
Replies: 7
Views: 4613

Re: FCP exported TTF font reported a Invalid

Here are the files that demonstrate the problem ...
by ClintGoss
Tue Jan 30, 2018 7:00 pm
Forum: FontCreator - Support
Topic: FCP exported TTF font reported as Invalid
Replies: 7
Views: 4613

Re: FCP exported TTF font reported a Invalid

Thank you Erwin ... I will distill the font down a bit to demonstrate the issue more clearly - save you from wading through a pile of glyphs. The Last Resort thing ... it is really an attempt to avoid issues with Microsoft Word, which causes havoc with it's font substitution policy. If the glyph isn...
by ClintGoss
Tue Jan 30, 2018 5:27 pm
Forum: FontCreator - Support
Topic: FCP exported TTF font reported as Invalid
Replies: 7
Views: 4613

Re: FCP exported TTF font reported a Invalid

After many tests, I have narrowed down the problem to a font with a glyph mapped to U+FFFF. Here are results from my testing: * A font with a single glyph mapped in the range $0870-$089F, $0B00-$ FFFF fails (i.e. "not a valid font"). * A font with a single glyph mapped in the range $0870-$...
by ClintGoss
Tue Jan 30, 2018 2:26 pm
Forum: FontCreator - Support
Topic: FCP exported TTF font reported as Invalid
Replies: 7
Views: 4613

FCP exported TTF font reported as Invalid

Hi - I export a font from FCP 11.0.0.2412 (64-bit) on Win7x64, and all is fine until ... When I try to install it (from Windows Explorer by R-click Install): "Cannot install XXX.ttf ... The file 'XXX.ttf' does not appear to be a valid font." Windows Font Viewer reports: "The requested...
by ClintGoss
Sat Jan 20, 2018 8:28 pm
Forum: FontCreator - Discussion
Topic: Glyph Names for export
Replies: 2
Views: 3833

Re: Glyph Names for export

Thank you!

So, just to confirm, glyphname.dat is used both for the Generate Glyph Names function and for Regenerate for Release on a font export?