Questions tagged [smallcaps]
26 questions
1
vote
1 answer
Java: Check if otf font file contains small caps glyphs
Is there a way to check if otf font file contains glyphs for small caps variation?
Is there a way to do it in java?
Thanks!

Ishay Melcer
- 38
- 6
1
vote
1 answer
Aligning font-variant: smallcaps with other elements
I am having a bit of an issue with aligning elements vertically, as can be seen in the picture:
Namely, when font-variant: smallcaps is in effect, the span containing the text is no longer "centered" with the icon beside it, this is more apparent…

Dellirium
- 1,362
- 16
- 30
1
vote
1 answer
SwiftUI Font smallCaps() not working with italic()
extension Font {
public static let Heading1: Font = system(size: 34, weight: .black, design: .default)
.smallCaps()
.italic()
}
I can make the font all caps OR italic - but not both. Anybody know how to get around…

Dan
- 543
- 2
- 13
1
vote
1 answer
Small Caps for Gnuplot Labels
I'm looking for a command or something equivalent to draw labels in Gnuplot with small caps, like using \texsc{Mylabel} in LaTeX. Is there any chance to do so without using latex as terminal? I prefer to generate PDF directly.

jagemue
- 363
- 4
- 16
0
votes
0 answers
tbl_summary (gtsummary) shows no small caps in Huxtables
I'm using tbl_summary to produce tables for LaTeX. The combination with HuxTables workes fine so far. Unfortunately the LaTex export does not small caps. The png-version does. I would like to have them included for the LaTeX-Printout. Do you have an…

Roman
- 1
- 3
0
votes
1 answer
How to encode small caps for abbreviations using CSS if the font doesn't support this option?
I have a product named with an acronym and the name of the product is repeated many times on the page.
In Spanish, typographic style rules suggest using acronyms in small-caps, but the font I have does not provide the small-caps option.
What is the…

ganar
- 627
- 8
- 17
0
votes
0 answers
iOS: Exclude digits from the effects of small caps
I'm applying small caps to lower case letters, but it appears that it also includes all digits. This is also true when I apply it only to uppercase letters.
Is there any way to exclude digits from the effect of small caps (like the label for wind…

Andreas
- 2,665
- 2
- 29
- 38
0
votes
3 answers
How to convert a string to small capitals in PHP?
I am trying to convert a strint composed of "standard" upper and lower case letters to small capitals, in PHP. There is no information about small caps in the php.net docs.
Small capitals are, in my understanding, this thing :
Hᴇʟʟᴏ…

Gfra54
- 440
- 5
- 8
0
votes
2 answers
Small Caps in Java
To change letters to Upper Case, there's .toUpperCase(). To change letters to Lower Case, there's .toLowerCase().
Is there a way for the words to appear in small caps?
(Small caps are uppercase with a lower font height, and some fonts have a…

applebeetrootcarrot
- 25
- 6
0
votes
0 answers
Web safe small caps font for both mac and windows
I am trying to find a web safe small caps font for both Windows and Mac for a project I am working on. I have tried using Copperplate as suggested here http://www.cssfontstack.com/, but have found that on both Windows 7 and Windows 8 the support is…

ayjee
- 11
- 1
- 4
-2
votes
1 answer
How can I get Smalĺcaps using first line in mid-chapter within a class in css?
I know this within css will give me the first line, in the first paragragh only:
p:first-of-type::first-line {
font-variant-numeric: normal;
font-variant: small-caps;
font-variant-alternates: normal;
font-variant-position: normal;
…

Boki
- 1