Questions tagged [smallcaps]

26 questions
8
votes
2 answers

Small-caps in R legend?

This is a simple question. I am trying to write a legend with text in small caps in R. I can write the plot using tikzDevice and manually change the plot to small-caps in LaTex, but I want to know if it's possible in R itself? Thanks. This is the R…
Frank Zafka
  • 829
  • 9
  • 30
7
votes
2 answers

WPF/XAML: Typography.Capitals seems to have no effect

All of these bits of text look the same, but I am trying to get them to look different. I want small caps text. What am I missing here to get the small caps typography effect to work? To reproduce this, open Visual Studio 2008, Do File|New Project,…
Anthony
  • 5,176
  • 6
  • 65
  • 87
6
votes
1 answer

Use .smallCaps() in SwiftUI

Im trying to change my text to small caps in SwiftUI. But I don't understand how to apply the Method to my text. https://developer.apple.com/documentation/swiftui/font/3084273-smallcaps I've tried different ways, here are two of…
Daniel
  • 568
  • 3
  • 15
5
votes
1 answer

Typography.Capitals not working on Windows 7

For example in the following label I want to use SmallCaps, but they only show up on Windows 8 and higher. On Windows 7, there are just normal letters.
4
votes
1 answer

Target sequences of 2 and more capital letters

I'm a graphic designer in a magazine and we'd like our website to be closer to our printed issues. In the magazine, we use small caps for strings of more than 2 capital letters in a row. I know it is possible to use true small caps with an OpenType…
4
votes
1 answer

Doing small-caps manually to get desired look rather than font-variant: small-caps;

Constraints: 1. This is for an HTML newsletter (no HTML5 or JS) 2. Font-family is {Lucida Sans, Lucida Grande, Lucida San Unicode, serif} I need to match an existing PDF newsletter mast head (rather improve it but it's not in the brief) with text…
wide_eyed_pupil
  • 3,153
  • 7
  • 24
  • 35
3
votes
1 answer

SwiftUI Font how to use uppercased() with LocalizedStringKey

I am trying to create a Font style that is both italic and uppercase. I am also using LocalizedStringKey to set my String. I tried using smallCaps() but this didn't work with italic() as answered HERE and if I try to use uppercased() on the…
Dan
  • 543
  • 2
  • 13
3
votes
1 answer

No support for font-feature-settings in Safari?

Trying to use font-feature-settings, I get successful result in all major browsers but Safari (neither desktop nor mobile). I use this syntax: .smallcaps { font-feature-settings: 'smcp' 1; -webkit-font-feature-settings: 'smcp' 1; …
user3047089
  • 103
  • 1
  • 1
  • 6
3
votes
3 answers

Why is my small-caps font-variant CSS class being disregarded?

I added this CSS class: .beanies { font-variant: small-caps; } I call it from a couple places, coupled with another class, trying it both this way:

LICENSE #764014

...and this:

B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862

2
votes
2 answers

fontFeatureSettings=smcp doesn't work in Android

I need to show SmallCaps text in TextView. I am trying to use code below:
BArtWell
  • 4,176
  • 10
  • 63
  • 106
2
votes
1 answer

Applying small caps to JavaFX Text objects

I'm trying to make a Text node small caps. In CSS, I can do font-variant: small-caps; to make small caps text; however, JavaFX does not seem to have this. I know I can use a TextFlow with two font sizes, but this seems like an inelegant solution. Is…
ricky3350
  • 1,710
  • 3
  • 20
  • 35
2
votes
2 answers

How to insert Small Caps in header using tcpdf in php

I am using TCPDF to create PDF documents. I want to use small caps in my header, but I failed. Here is my header code: Version 1
user2546377
2
votes
1 answer

Handling ß with "font-variant:small-caps"

Im am using: font-variant: small-caps; for some elements such as

,

, ... However, in German language there is no cap equivalent for the special character "ß" (sharp s). ("ß" never occures at the beginning of a word). German ortography…

2
votes
2 answers

Internet Explorer: Broken Underlines

I'm having some trouble getting this layout to work correctly in IE. The problem is that when I have a bit of small-caps, underlined text, an image with vertical-align set to middle breaks up the underline. Lower case letters have their underline…
Banjo
1
vote
2 answers

Firefox screws up ů in smallcaps?

I'm working with the following line of HTML/CSS: o blahovůli. The HTML entity ů is for the Czech letter ů. Internet Explorer and Chrome both handle this line correctly. But Firefox chops off…
97847658
  • 163
  • 5
1
2