Forum Discussion

downinit's avatar
downinit
Channel Surfer
3 years ago

Bug? roFontRegistry.Register("bad/path/nofile.ttf") returns true, even if fonts not registered

Is this a bug for anyone else?   reg = CreateObject("roFontRegistry") ok = reg.Register("pkg:/bad-path/or-no-font.ttf") if ok ?"Always true, despite:" ?" - not registering fonts (no file o...