Go to the source code of this file.
how to treat COL_AUTO in GetFont:
Enumerator |
---|
SC_AUTOCOL_RAW |
COL_AUTO is returned.
|
SC_AUTOCOL_BLACK |
always use black
|
SC_AUTOCOL_PRINT |
black or white, depending on background
|
SC_AUTOCOL_DISPLAY |
from style settings, or black/white if needed
|
SC_AUTOCOL_IGNOREFONT |
like DISPLAY, but ignore stored font color (assume COL_AUTO)
|
SC_AUTOCOL_IGNOREBACK |
like DISPLAY, but ignore stored background color (use configured color)
|
SC_AUTOCOL_IGNOREALL |
like DISPLAY, but ignore stored font and background colors
|
Definition at line 42 of file patattr.hxx.