Font  mFont = FontFactory.create(this.getFontManager(), this.getTextureManager(), 256, 256, Typeface.create(Typeface.DEFAULT, Typeface.BOLD), 32);this.mFont.load();final VertexBufferObjectManager vertexBufferObjectManager = this.getVertexBufferObjectManager();final Text centerText = new Text(100, 40, this.mFont, "Hello AndEngine!\nYou can even have multilined text!", new TextOptions(HorizontalAlign.CENTER), vertexBufferObjectManager);final Text leftText = new Text(100, 170, this.mFont, "Also left aligned!\nLorem ipsum dolor sit amat...", new TextOptions(HorizontalAlign.LEFT), vertexBufferObjectManager);final Text rightText = new Text(100, 300, this.mFont, "And right aligned!\nLorem ipsum dolor sit amat...", new TextOptions(HorizontalAlign.RIGHT), vertexBufferObjectManager);scene.attachChild(centerText);scene.attachChild(leftText);scene.attachChild(rightText);

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android app content
  2. Android(安卓)替换全局字体
  3. RelativeLayout相对布局
  4. Android:GridView
  5. Android(安卓)Studio 报错显示 mips64el-
  6. AndroidManifest中activity属性参数设置
  7. android 去除 除了当前白名单的app
  8. Android(安卓)获取ip地址
  9. Android实现日历
  10. binder编译error