随笔分类 -  libgdx

Font ascent, descent, base line, ...
摘要:JavaThebaselineisthehypotheticallineuponwhichcharactersrest.Somecharacterssuchasyandghavedescendersthatdropbelowthebaseline.Theascentofafontisthedistancefromthetopsofthetallestglyphstothebaseline.Thedescentofafontisthedistancefromthebaselinetothebottomofthelowestdescendersontheglyphs.symbianTheascen 阅读全文
posted @ 2012-05-17 14:46 FunGapApp 阅读(1039) 评论(1) 推荐(0)
libgdx资源与配置
摘要:资源下载Libgdxlibrary:http://code.google.com/p/libgdx/downloads/list其中包含jar文件、HTML格式文档等Libgdxsource:http://code.google.com/p/libgdx/source/checkout其中包含源码、demo、测试实例等Project SetupLibrary依赖:Armeabi,armeabi-v7a:要求位于project_root/libs目录下Gdx.jar,gdx-backend-android.jar:可以是externaljar,方便共享;亦可以位于libs目录下 阅读全文
posted @ 2012-05-17 14:28 FunGapApp 阅读(164) 评论(0) 推荐(0)