cc.Label can't display two font ttf same name in native

cc.Label can’t display two font ttf same name in native.
ex: UTM Avo Bold & UTM Avo Regular, font name is UTM Avo

UTM Avo.zip (33.8 KB)

Hi, the native platform’s support for fonts depends on the system platform, only fonts supported by the system platform can be displayed normally, otherwise it will be processed as the default Arial.
Because the native platform doesn’t support Canvas originally, in order to support cross-platform, the engine does the wrapper implementation of Canvas on the underlying layer, but compared to the Web-based Canvas, there are some limitations.