libgdx API

com.badlogic.gdx.graphics.g2d.stbtt
Class StbTrueType

java.lang.Object
  extended by com.badlogic.gdx.graphics.g2d.stbtt.StbTrueType

public class StbTrueType
extends java.lang.Object


Nested Class Summary
static class StbTrueType.Vertex
           
 
Field Summary
static int STBTT_VCURVE
           
static int STBTT_VLINE
           
static int STBTT_VMOVE
           
 
Constructor Summary
StbTrueType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STBTT_VMOVE

public static final int STBTT_VMOVE
See Also:
Constant Field Values

STBTT_VLINE

public static final int STBTT_VLINE
See Also:
Constant Field Values

STBTT_VCURVE

public static final int STBTT_VCURVE
See Also:
Constant Field Values
Constructor Detail

StbTrueType

public StbTrueType()

libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)