Font::MatchFont

Font::MatchFont
bool MatchFont(const char* name, unsigned matchFlags) const;
Description

MatchFont matches the font against the specified name and flags.

Parameters
Parameters 
Description 
const char* name 
Name of the font to search. 
unsigned matchFlags 
Font flag of the flag to match (see FontFlags). 
Return Value

A Boolean value of true if font fits; otherwise false.