HBITMAP CBCGPGraphicsManager::ExportSymbolToBitmap | ( | wchar_t | c, |
const CBCGPTextFormat & | textFormat, | ||
const CBCGPBrush & | foregroundBrush | ||
) |
Exports single character to bitmap.
Call this method to export a single character to the bimtap. This method is useful in case of the icon fonts such as "Segoe MDL2 Assets" (Windows 10) or "Segoe Fluent Icons" (Windows 11).
c | The character to be exported. |
textFormat | The text format. |
foregroundBrush | The symbol foreground color. |