Subscribe to library updates

DonManfred

Expert
Licensed User
Longtime User
pdfRenderer
Author: @DonManfred
Version: 0.1

With this library you can open a PDF-File and then you can get page x from this PDF as Bitmap.

You can find the Supportthread here. Download to the library you´ll find there too ;-)
 

Informatix

Expert
Licensed User
Longtime User
LibGDX

This new version fixes a major bug found on my new 8" tablet. It's an OS bug affecting the Backspace key on the virtual keyboard. You press the key but nothing happens. No event is raised! This bug affects some devices using the standard keyboard under JellyBean and is documented with its workaround on StackOverflow. It is fixed now.
I also added an example (Sensors) and allowed to change the line height of BitmapFonts.

v1.04:
- I fixed various bugs, notably a bug affecting the Backspace key on the virtual keyboard of some devices;
- I added the missing OpenGL functions in lgGL;
- I added the KeepWithinStage function to lgDragAndDrop;
- I added the dampingRatio and frequencyHz fields to lgBox2DWeldJointDef;
- I added the DampingRatio and Frequency properties to lgBox2DWeldJoint;
- I added the Line6 function to lgShapeRenderer;
- I added VisualScrollPercentX, VisualScrollPercentY and FlickScrollTapSquareSize to lgScn2DScrollPane;
- the LineHeight property of BitmapFonts can be modified;
- I updated the .so files.
 
Top