The topic FAQ will summarize the most recently asked questions about the Android SDK.
How can I change the ESnap box size?
Status | ||
---|---|---|
|
Status | ||||
---|---|---|---|---|
|
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 | ||
---|---|---|
|
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.
...