10-14-2013, 07:19 PM | #61 | |
Chief Bohemian Misfit
Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
I still wish I knew what was wrong with my code (which I posted here a while ago) for those full-page images, though. I know I must have "something" wrong, but I've searched everywhere and I thought I'd done it all correctly (as per what people in these forums, mainly have said is the way to do it). :/ Thanks for that interim reassurance, though, re the font issue! |
|
10-14-2013, 08:01 PM | #62 | |
temp. out of service
Posts: 2,803
Karma: 24285242
Join Date: May 2010
Location: Duisburg (DE)
Device: PB 623
|
Quote:
Nope. OS/2 is a no longer made PC OS. Feel free to google it. The point Toxaris made was that you need to check the mentioned compatibility attribute in the font file itself and modify it if needed. |
|
Advert | |
|
10-14-2013, 08:11 PM | #63 | |
Guru
Posts: 657
Karma: 64171
Join Date: Sep 2010
Location: Kent, England, Sol 3, ZZ9 plural Z Alpha
Device: Sony PRS-300, Kobo Aura HD, iPad (Marvin)
|
Quote:
|
|
10-14-2013, 10:02 PM | #64 | |
Chief Bohemian Misfit
Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
In any case, um, I guess I'm still not sure what I'm supposed to go looking for and/or checking. I just googled "OS/2 font compatibility", and then "check OS/2 font compatibility", but although that gives me a lot of really technical sites geared to type designers, somehow none of them seem to be what I'm looking for -- not to "check" a font if it's compatible, let alone convert my font(s) if they're not. Ironically, I've been studying typography since I was a kid, and even type design as well (and even made a couple of fonts of my own), but this "OS/2 compatibility" thing is totally new to me -- never heard of it before. Do you know of a website/link where I can do whatever it is that I'm supposed to do, i.e. check if my fonts are OS/2 compatible and, if not, convert them? Thanks again! |
|
10-14-2013, 10:22 PM | #65 | |
Chief Bohemian Misfit
Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
Maybe I'm still doing something wrong? Here, for reference again, this is how I'm doing all my full-page images, each in their own separate file (and my margins/padding are set to 0)... Code:
<body> <div class="svg_outer"> <div class="svg_inner"> <svg xmlns="http://www.w3.org/2000/svg" height="95%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 592 900" width="95%" xmlns:xlink="http://www.w3.org/1999/xlink"> <image height="900" width="592" xlink:href="../Images/Frontispiece.jpg"></image> </svg> </div> </div> </body> Code:
img { max-width:95%; max-height:95%; } .svg_outer { display: block; margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; padding-bottom: 0; padding-left: 0; padding-right: 0; padding-top: 0; text-align: left; } .svg_inner { display: block; text-align: center; } |
|
Advert | |
|
10-14-2013, 10:37 PM | #66 |
Resident Curmudgeon
Posts: 76,370
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Don't do SVG in iBooks. I opened an eBook in iBooks rcently that complained about the cover XML and it did use SVG to render the cover.
|
10-14-2013, 10:58 PM | #67 | |
Chief Bohemian Misfit
Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
So now what do I do? |
|
10-14-2013, 11:12 PM | #68 | |
Resident Curmudgeon
Posts: 76,370
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
Just for reference, I have an iPad 1 and an iPhone 5s. This is not Apple bashing, but the reality of Apple. |
|
10-14-2013, 11:20 PM | #69 | |
Chief Bohemian Misfit
Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
All I have is an iPad2 (and whatever countless "viewers" I can fill my shrinking PC's hard drive with), and can't afford to go out buying all kinds of tablets -- past, present and future, no less. I don't mind kludgy workarounds, as long as they work! If you can explain to me how to do that -- or point me to a thread where it's explained -- I'd be very grateful. Thanks! |
|
10-14-2013, 11:26 PM | #70 | |
Resident Curmudgeon
Posts: 76,370
Karma: 136466962
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
|
Quote:
One thing I suggest is finding a copy of Reader Library (Sony) as it displays ePub as it would look on a 6" screen. If you cannot find it, let me know and I'll post it someplace for you to download. I'll have a look and see if I can find the code used for displaying an image full screen without SVG. |
|
10-14-2013, 11:59 PM | #71 | |||
Chief Bohemian Misfit
Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
And by the same token, what do you say with regard to the non-iBook version -- that "this ebook is for anything/everything except iBooks"? I guess that's why I'm thinking, again, that surely a kludgy workaround would be better, to create a single epub that would work in any reader? Quote:
https://ebookstore.sony.com/download/ If so, I haven't downloaded it yet, but did you mean to get the PC version or the iPad version? I can get both, of course, but I don't know if you were referring specifically with one or the other in your recommending it. Quote:
|
|||
10-15-2013, 02:07 AM | #72 | |
Wizard
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
|
Quote:
but as to compatibility within the apple range.... maybe someone with good eyesight & a long lifespan needs to read thru all of the small print legalese at apple |
|
10-15-2013, 03:27 AM | #73 | |
Wizard
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
|
Quote:
I have no idea what it is used for and why there are issues with it if the version is higher. It is just one of those quirks. |
|
10-15-2013, 05:27 AM | #74 | |
Guru
Posts: 657
Karma: 64171
Join Date: Sep 2010
Location: Kent, England, Sol 3, ZZ9 plural Z Alpha
Device: Sony PRS-300, Kobo Aura HD, iPad (Marvin)
|
Quote:
Code:
<svg xmlns="http://www.w3.org/2000/svg" height="95%" preserveAspectRatio="xMidYMid meet" version="1.1" viewBox="0 0 582 890" width="95%" xmlns:xlink="http://www.w3.org/1999/xlink"> <image height="890" width="582" xlink:href="../Images/Frontispiece.jpg"></image> </svg> |
|
10-15-2013, 06:49 AM | #75 | |
Chief Bohemian Misfit
Posts: 571
Karma: 462964
Join Date: May 2013
Device: iPad, ADE
|
Quote:
I don't know how DRM works. I assumed that "one person" could own the ebook, but that you wouldn't be limited to how you used it -- like, in which reader you chose to view it in. You got me curious about that, though! I currently only have one book with DRM -- I don't know how to get it from iBooks into another app, but I naturally have a backup of it on my PC so I emailed that to the iPad, then tried to open it in Marvin. It shows up in the library, but if I try to open it, then all I get is blank pages. So indeed, as you say, if it's sold to work in iBooks (and with DRM), then it'll only work in iBooks. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Font Embedding? | teh603 | Writer2ePub | 75 | 01-08-2013 08:57 PM |
Another problem embedding font | Alabala | ePub | 26 | 08-02-2012 06:19 PM |
Font embedding | sachin | Sigil | 36 | 03-30-2012 04:26 AM |
Font embedding | sachin | Sigil | 3 | 03-21-2012 10:19 AM |
Do I need a font license if all I'm doing is referring to the font (not embedding)? | Stodder | Workshop | 21 | 04-21-2011 05:19 AM |