* Get a C-style string from a FontConfig-style string. * @param str String from FontConfig. * @return C-style string. */
| 40 | * @return C-style string. |
| 41 | */ |
| 42 | static const char *FromFcString(const FcChar8 *str) |
| 43 | { |
| 44 | return reinterpret_cast<const char *>(str); |
| 45 | } |
| 46 | |
| 47 | /** |
| 48 | * Split the font name into the font family and style. These fields are separated by a comma, |
no outgoing calls
no test coverage detected