is FontLabel not supported anymore in 2.0.4?

I recently updated my project from “cocos2d-2.0-rc2-x-2.0.1” to “cocos2d-2.0-x-2.0.4”,
and found out that the labels use “MarkerFelt-Wide” font instead of my custom ones,
I looked up the library, and there were no “FontManager” or “FontLabel” related files anymore,
I wonder why those wonderful things were removed.

I created the project from “cocos2dx_box2d”, which were described as “It includes …, FontLabel …”

Thanks for any information or advices in advance
Good day

FontLabel is removed from v2.0.4, cause UIFont already supports custom font loading and rendering.
Please refer to this document ] for usage.

okay, thanks !