MobileRead Forums

MobileRead Forums (https://www.mobileread.com/forums/index.php)
-   PocketBook (https://www.mobileread.com/forums/forumdisplay.php?f=206)
-   -   Small-caps support? (https://www.mobileread.com/forums/showthread.php?t=316656)

Skydancer 04-16-2019 06:03 AM

Small-caps support?
 
Does PocketBook InkPad3 support font-variant: small-caps; CSS property?

I have a few ePUB books that use this, but InkPad3 seems to ignore it. For example:

CSS:
Code:

h1 {
  font-family: serif;
  font-weight: bold;
  text-align: center;
  font-size: 2.2em;
  font-style: normal;
  text-transform: none;
  font-variant: small-caps;
  margin: 0;
}
h1.title3 {
  text-align: center;
  font-size: 2.8em;
  font-style: normal;
  text-transform: none;
  font-variant: small-caps;
  margin: 0;
}
p {
  font-variant: small-caps;
}

XHTML:
Code:

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops">
<head>
<title></title>
<link href="../Styles/Style0001.css" type="text/css" rel="stylesheet"/>
</head>
<body>
<h1 class="title3">Test Title 1 ("h1 .title3")</h1>
<h1>Test Title 2 (h1)</h1>
<p>Small Caps Text Body (p)</p>
</body>
</html>


patrik 04-16-2019 07:56 AM

Nope.

I have found it's pretty rare that epub2-readers support it. Kobo's kepub-rendering engine does (but not it's epub-engine).

You may want to let Pocketbook know that we want as good support for these sort of things on the Pocketbook ereaders as there are in their app...

Skydancer 04-16-2019 11:49 AM

Thank you, @patrik!


All times are GMT -4. The time now is 09:35 PM.

Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.