nw::font::ArchiveFontBase::IncludeName Member Function

Syntax

protected:
static bool IncludeName(
     const char * nameList,
     const char * name
);

Arguments

Name Description
in nameList Comma-delimited list of character strings.
in name The string to search for.

Return Values

Returns true if name is included in nameList.

Description

Determines whether name is included in nameList.


CONFIDENTIAL