Exemplo n.º 1
0
 public static extern SU_RESULT SUTextSetFont(SUTextRef text, SUFontRef font);
Exemplo n.º 2
0
 public static extern SU_RESULT SUFontGetItalic(SUFontRef font, ref bool is_italic);
Exemplo n.º 3
0
 public static extern SU_RESULT SUFontGetUseWorldSize(SUFontRef font, ref bool use_world_size);
Exemplo n.º 4
0
 public static extern SU_RESULT SUFontGetPointSize(SUFontRef font, ref size_t size);
Exemplo n.º 5
0
 public static extern SU_RESULT SUFontGetBold(SUFontRef font, ref bool is_bold);
Exemplo n.º 6
0
 public static extern SU_RESULT SUFontGetFaceName(SUFontRef font, ref SUStringRef name);
Exemplo n.º 7
0
 public static extern SUEntityRef SUFontToEntity(SUFontRef font);
Exemplo n.º 8
0
 public static extern SU_RESULT SUFontGetWorldSize(SUFontRef font, ref double world_size);
Exemplo n.º 9
0
 public static extern SU_RESULT SUDimensionStyleGetFont(SUDimensionStyleRef style, ref SUFontRef font);
Exemplo n.º 10
0
 public static extern SU_RESULT SUDimensionSetFont(SUDimensionRef dimension, SUFontRef font);