Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 09-09-2019, 06:14 AM   #1
User_Z
Zealot
User_Z began at the beginning.
 
Posts: 114
Karma: 10
Join Date: Sep 2019
Location: Ukraine
Device: Computer, iPad
Sigil supports outline fonts, Antiqua Ho for example?

Hello.

Question: Sigil supports outline fonts, Antiqua Ho for example?

User_Z is offline   Reply With Quote
Old 09-09-2019, 06:47 AM   #2
Vroni
Banned
Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'
 
Posts: 168
Karma: 10010
Join Date: Oct 2018
Device: Tolino/PRS 650/Tablet
Outline fonts are not a matter of Sigil, but the rendering Software on the used devices.
Vroni is offline   Reply With Quote
Advert
Old 09-09-2019, 06:56 AM   #3
User_Z
Zealot
User_Z began at the beginning.
 
Posts: 114
Karma: 10
Join Date: Sep 2019
Location: Ukraine
Device: Computer, iPad
Quote:
Originally Posted by Vroni View Post
Outline fonts are not a matter of Sigil, but the rendering Software on the used devices.
Then why doesn't Sigil display this font in the "Preview" on my computer?
User_Z is offline   Reply With Quote
Old 09-09-2019, 07:07 AM   #4
Vroni
Banned
Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'Vroni knows the difference between 'who' and 'whom'
 
Posts: 168
Karma: 10010
Join Date: Oct 2018
Device: Tolino/PRS 650/Tablet
Because the font is currupt, or you didnt applied all necessary steps. Its nnot always the software which is faulty/unable to accomplish the task. I never had a problem using fonts even with auto-ligatures or swashes. But of course the reading app.

Maybe it would be a good idea to start a thread on its own as my glasbowl indicates not a problem with a specific version but a general problem.
Vroni is offline   Reply With Quote
Old 09-09-2019, 07:11 AM   #5
User_Z
Zealot
User_Z began at the beginning.
 
Posts: 114
Karma: 10
Join Date: Sep 2019
Location: Ukraine
Device: Computer, iPad
Vroni,

Thanks.
User_Z is offline   Reply With Quote
Advert
Old 09-09-2019, 10:25 AM   #6
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,909
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Moderator Notice
did it for you


It is probably because you did not embed the font with a coresponding @font-face in the css

If you don't embed, you depend on the font being supported by the device
theducks is offline   Reply With Quote
Old 09-09-2019, 11:07 AM   #7
User_Z
Zealot
User_Z began at the beginning.
 
Posts: 114
Karma: 10
Join Date: Sep 2019
Location: Ukraine
Device: Computer, iPad
Thanks and the Moderator, too.

Here is part of my css file:
Code:
@font-face {
	font-family: "FontContur";
	font-style: normal;
	font-weight: normal;
	src: url(../Fonts/AntiquaHo-R.ttf);
}

p.topic-contur { 
 font-family: "FontContur";
 font-size: 14pt;
 padding-left: 2em;
 padding-right: 2em;
}
With other fonts everything works everywhere:
Code:
@font-face {
	font-family: "FontForTOC";
	font-style: normal;
	font-weight: normal;
	src: url(../Fonts/RobotoSlab-regular.ttf);
}
Windows and Word, for example, render correctly:
User_Z is offline   Reply With Quote
Old 09-09-2019, 11:17 AM   #8
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,909
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A

I suspect that the (internal) font-metrics don't match the @font (font style?)

(not even close to being an expert )
I've had my device K4nt have issues like this, but never Sigil, Calibre and even KforPC did not.
theducks is offline   Reply With Quote
Old 09-09-2019, 03:12 PM   #9
elibrarian
Imperfect Perfectionist
elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.
 
elibrarian's Avatar
 
Posts: 625
Karma: 863576
Join Date: Dec 2011
Location: Ølstykke, Denmark
Device: none
Sigil has no problems showing the font. I enclose a working epub: untitled.epub.

Screendump: Click image for larger version

Name:	Sigil_with_AntiquaHo.jpg
Views:	152
Size:	148.2 KB
ID:	173354

The stupid question is: have you linked the stylesheet to the xhtml-page in question?

Regards,

Kim
elibrarian is offline   Reply With Quote
Old 09-10-2019, 03:32 AM   #10
User_Z
Zealot
User_Z began at the beginning.
 
Posts: 114
Karma: 10
Join Date: Sep 2019
Location: Ukraine
Device: Computer, iPad
Hello.

Special thanks to theducks, elibrarian.

It was all a font file, it was broken or damaged.

elibrarian, where you managed to get this file? I specially tried about 10 files in this font from different files. Only yours works.
User_Z is offline   Reply With Quote
Old 09-10-2019, 03:54 AM   #11
elibrarian
Imperfect Perfectionist
elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.elibrarian ought to be getting tired of karma fortunes by now.
 
elibrarian's Avatar
 
Posts: 625
Karma: 863576
Join Date: Dec 2011
Location: Ølstykke, Denmark
Device: none
Quote:
Originally Posted by User_Z View Post
Hello.

Special thanks to theducks, elibrarian.

It was all a font file, it was broken or damaged.

elibrarian, where you managed to get this file? I specially tried about 10 files in this font from different files. Only yours works.
I just searched the net for "antiqua-ho.ttf" and grabbed the first, the best, think it was from allfont.net (I have no idea of the legitimity of this site, but since it was only for demonstrational purposes …)

I had the font opened in HighLogic's FontCreator to check it, but just took a look at it, didn't save it from there.


Regards,

Kim
elibrarian is offline   Reply With Quote
Old 09-10-2019, 10:59 AM   #12
Hitch
Bookmaker & Cat Slave
Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.Hitch ought to be getting tired of karma fortunes by now.
 
Hitch's Avatar
 
Posts: 11,503
Karma: 158448243
Join Date: Apr 2010
Location: Phoenix, AZ
Device: K2, iPad, KFire, PPW, Voyage, NookColor. 2 Droid, Oasis, Boox Note2
Quote:
Originally Posted by elibrarian View Post
I just searched the net for "antiqua-ho.ttf" and grabbed the first, the best, think it was from allfont.net (I have no idea of the legitimity of this site, but since it was only for demonstrational purposes …)

I had the font opened in HighLogic's FontCreator to check it, but just took a look at it, didn't save it from there.


Regards,

Kim
FWIW, speaking of corrupted font metadata, and Font Creator, I have used FC to "fix" bogus font meta/type info. For example, Cufon fonts puts out lot of worthless types, like their Helvetica Neue face, in which, if you install it, you'll find that your computer can't tell what the hell is what. Which face is which--more than two of their fonts share the same font type designation. (I was experimenting with the cursed things--that will teach me--and I ended up with all sorts of SAS showing up in italic. Lovely experience--not! But it did "learn me" to use FC to fix font types!).

So, sports fans, if you find yourself in my boat--adrift, with weird-ass fonts wreaking havoc--FC is a terrific tool for tweaking that stuff. Not affiliated, other than as a user.

Hitch
Hitch is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Formatting fonts in Sigil EditorOne Sigil 8 03-20-2016 07:48 AM
How good Sigil supports SVG images? RbnJrg Sigil 7 07-18-2013 03:08 AM
Using different fonts in Sigil JamieS Sigil 15 05-17-2013 06:21 AM
iBooks now supports embedded fonts kjk Apple Devices 2 04-12-2011 12:58 PM
Embedding fonts with Sigil? MacEachaidh Sigil 4 08-20-2010 07:16 AM


All times are GMT -4. The time now is 05:39 AM.


MobileRead.com is a privately owned, operated and funded community.