public class

PAGFont

extends Object
java.lang.Object
   ↳ org.libpag.PAGFont

Summary

Fields
public String fontFamily A string with the name of the font family.
public String fontStyle A string with the style information — e.g., “bold”, “italic”.
Public Constructors
PAGFont()
PAGFont(String fontFamily, String fontStyle)
Public Methods
static PAGFont RegisterFont(AssetManager manager, String fileName, int ttcIndex)
static PAGFont RegisterFont(String fontPath)
static PAGFont RegisterFont(String fontPath, int ttcIndex)
static PAGFont RegisterFont(AssetManager manager, String fileName)
static PAGFont RegisterFont(AssetManager manager, String fileName, int ttcIndex, String fontFamily, String fontStyle)
static PAGFont RegisterFont(String fontPath, int ttcIndex, String fontFamily, String fontStyle)
static void UnregisterFont(PAGFont font)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String fontFamily

A string with the name of the font family.

public String fontStyle

A string with the style information — e.g., “bold”, “italic”.

Public Constructors

public PAGFont ()

public PAGFont (String fontFamily, String fontStyle)

Public Methods

public static PAGFont RegisterFont (AssetManager manager, String fileName, int ttcIndex)

public static PAGFont RegisterFont (String fontPath)

public static PAGFont RegisterFont (String fontPath, int ttcIndex)

public static PAGFont RegisterFont (AssetManager manager, String fileName)

public static PAGFont RegisterFont (AssetManager manager, String fileName, int ttcIndex, String fontFamily, String fontStyle)

public static PAGFont RegisterFont (String fontPath, int ttcIndex, String fontFamily, String fontStyle)

public static void UnregisterFont (PAGFont font)