nw::font::ResFontBase::IsManaging Member Function
protected:
bool IsManaging(
const void* ptr
) const;
| Name | Description | |
|---|---|---|
| in | ptr | Pointer to the resource font of the comparison target. |
trueif this ResFont is associated with the font resource pointed to by ptr; otherwise, returns false. Determines whether the resource font is associated.
A determination is made whether ResFont is associated with the font resource pointed to by ptr.
CONFIDENTIAL