HomeSort by relevance Sort by last modified time
    Searched full:bmfont (Results 1 - 7 of 7) sorted by null

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
BitmapFont.java 43 * the AngleCode BMFont text format that describes where each glyph is on the image.
104 /** Creates a BitmapFont from a BMFont file. The image file name is read from the BMFont file and the image is loaded from the
110 /** Creates a BitmapFont from a BMFont file. The image file name is read from the BMFont file and the image is loaded from the
117 /** Creates a BitmapFont from a BMFont file, using the specified image for glyphs. Any image specified in the BMFont file is
124 /** Creates a BitmapFont from a BMFont file, using the specified image for glyphs. Any image specified in the BMFont file is
448 /** The amount to add to the glyph X position when drawing a cursor between glyphs. This field is not set by the BMFont
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/extensions/
FreeTypeAtlasTest.java 176 BitmapFont bmFont = gen.generateFont(fontParameter);
178 fontMap.get(style).put(size, bmFont);
FreeTypePackTest.java 208 BitmapFont bmFont = new BitmapFont(data, regions, INTEGER);
211 fontMap.get(style).put(size, bmFont);
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/bmfont/
BitmapFontWriter.java 17 package com.badlogic.gdx.tools.bmfont;
31 * The font file format is from the AngelCodeFont BMFont tool.
141 * compatibility with other BMFont tools, you should use the width and height of your texture pages (each page should be the
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
Glyph.java 79 // best we can do with the BMFont format.
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/
Hiero.java 111 /** A tool to visualize settings for {@link UnicodeFont} and to export BMFont files for use with {@link BitmapFont}.
630 FileDialog dialog = new FileDialog(Hiero.this, "Save BMFont files", FileDialog.SAVE);
    [all...]
Kerning.java 54 // the GPOS table incorrectly because we ignore most of it, since BMFont doesn't support its features.

Completed in 410 milliseconds