The method FontEngine.LoadFontFaceFont Int32 is not implemented error in Luna
This error might be the result of using Dynamic
mode in the Font Settings → Generation Settings. This mode is currently not supported by Luna, and this triggers the LoadFontFace(Font, Int32)
method.
Possible solution:
- Change the font settings to
Static
mode.