nw::font::ArchiveFontBase::IncludeName Member Function
protected:
static bool IncludeName(
const char * nameList,
const char * name
);
| Name | Description | |
|---|---|---|
| in | nameList | Comma-delimited list of character strings. |
| in | name | The string to search for. |
true if name is included in nameList. Determines whether name is included in nameList.
CONFIDENTIAL