Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The topic FAQ will summarize the most recently asked questions about the Android SDK.

How can I change the ESnap box size?
Status
titleJAVA
Status
colourYellow
titleC++

The ESnap box size is a system controlled value and can be changed via C++ as follow:

...


Hint: Use ARES Commander to get the correct values you want to use inside your mobile application.

...

How can I load custom fonts?
Status
titleJAVA

The CFxARESInstanceDelegate offers a method getFontsPath() that allows the host application to load its own fonts. Overwriting (@Override) the method will make the kernel SDK read the fonts location from the host application. The fonts path returned must point to an existing and accessible location on the device.

...