static sk_typeface_t |
Skia.sk_fontmgr_match_face_style(sk_fontmgr_t arg0,
sk_typeface_t face,
sk_fontstyle_t style) |
static void |
Skia.sk_paint_set_typeface(sk_paint_t arg0,
sk_typeface_t arg1) |
static int |
Skia.sk_typeface_chars_to_glyphs(sk_typeface_t typeface,
BytePointer chars,
int encoding,
short[] glyphs,
int glyphCount) |
static int |
Skia.sk_typeface_chars_to_glyphs(sk_typeface_t typeface,
BytePointer chars,
int encoding,
ShortBuffer glyphs,
int glyphCount) |
static int |
Skia.sk_typeface_chars_to_glyphs(sk_typeface_t typeface,
BytePointer chars,
int encoding,
ShortPointer glyphs,
int glyphCount) |
static int |
Skia.sk_typeface_chars_to_glyphs(sk_typeface_t typeface,
String chars,
int encoding,
short[] glyphs,
int glyphCount) |
static int |
Skia.sk_typeface_chars_to_glyphs(sk_typeface_t typeface,
String chars,
int encoding,
ShortBuffer glyphs,
int glyphCount) |
static int |
Skia.sk_typeface_chars_to_glyphs(sk_typeface_t typeface,
String chars,
int encoding,
ShortPointer glyphs,
int glyphCount) |
static int |
Skia.sk_typeface_count_tables(sk_typeface_t typeface) |
static sk_string_t |
Skia.sk_typeface_get_family_name(sk_typeface_t typeface) |
static int |
Skia.sk_typeface_get_font_slant(sk_typeface_t typeface) |
static int |
Skia.sk_typeface_get_font_weight(sk_typeface_t typeface) |
static int |
Skia.sk_typeface_get_font_width(sk_typeface_t typeface) |
static sk_fontstyle_t |
Skia.sk_typeface_get_fontstyle(sk_typeface_t typeface) |
static long |
Skia.sk_typeface_get_table_data(sk_typeface_t typeface,
int tag,
long offset,
long length,
Pointer data) |
static long |
Skia.sk_typeface_get_table_size(sk_typeface_t typeface,
int tag) |
static int |
Skia.sk_typeface_get_table_tags(sk_typeface_t typeface,
int[] tags) |
static int |
Skia.sk_typeface_get_table_tags(sk_typeface_t typeface,
IntBuffer tags) |
static int |
Skia.sk_typeface_get_table_tags(sk_typeface_t typeface,
IntPointer tags) |
static int |
Skia.sk_typeface_get_units_per_em(sk_typeface_t typeface) |
static boolean |
Skia.sk_typeface_is_fixed_pitch(sk_typeface_t typeface) |
static sk_stream_asset_t |
Skia.sk_typeface_open_stream(sk_typeface_t typeface,
int[] ttcIndex) |
static sk_stream_asset_t |
Skia.sk_typeface_open_stream(sk_typeface_t typeface,
IntBuffer ttcIndex) |
static sk_stream_asset_t |
Skia.sk_typeface_open_stream(sk_typeface_t typeface,
IntPointer ttcIndex) |
static void |
Skia.sk_typeface_unref(sk_typeface_t arg0) |