Google Docs does not have a built-in small caps feature directly accessible like a button or style. To create small caps in Google Docs, the common approach is to manually simulate it by:
- Writing the text in all capital letters.
- Then manually reducing the font size of all letters except the first capital letter in each word, creating the appearance of small caps.
Alternatively, you can set the text to Title Case using the menu Format > Text
Capitalization > Title Case and then adjust font sizes manually for a small caps effect. There is also a more technical method using Google Docs API and Apps Script, where small caps styling can be applied programmatically, but it requires enabling API access and scripting, which is generally beyond normal user needs. In summary, the simplest way to get small caps in Google Docs is to manually adjust font sizes of capital letters to simulate small caps since Google Docs lacks a dedicated small caps formatting option.