OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xadvanceglyph
(Results
1 - 1
of
1
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
BitmapFont.java
622
Glyph
xadvanceGlyph
= getGlyph('l');
623
if (
xadvanceGlyph
== null)
xadvanceGlyph
= getFirstGlyph();
624
spaceGlyph.xadvance =
xadvanceGlyph
.xadvance;
[
all
...]
Completed in 359 milliseconds