How to set the font size for captions using specific sizes (e.g.: 9pt)?
I've been trying to set the captions to 9pt using the following command:
\usepackage[font={9pt,bf}]{caption}
But it fails. The error message is Package caption Error: 9pt undefined.
On the other hand, using footnotesize (or any other) works ok.

\usepackage[font={small,bf}]{caption}– Oct 27 '16 at 07:42smalldepends on your default document font setting. See what\smalllooks like relative to what you have in\documentclass[.]{..}: What point (pt) font size are\Largeetc.? – Werner Oct 27 '16 at 07:45