In SQL Server Management Studio (SSMS), right-clicking on a database diagram and choosing "Copy Diagram to Clipboard" results in a image of the diagram that is missing the table's column names. The table names, outlines of the tables, and relationships between tables are all visible, but the table's column names are not visible. Needless to say, the column names are visible in the actual diagram.
In SSMS, when using "Copy Diagram to Clipboard", how can you get it to include column names?
I have tried the newest version of SSMS (v18.4 but also a few of the older versions).