Object

sdl2.ttf

SDL_ttf

Related Doc: package ttf

Permalink

object SDL_ttf

Annotations
@extern() @link( "SDL2_ttf" )
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SDL_ttf
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type TTF_Font = CStruct0

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def TTF_ByteSwappedUNICODE(swapped: CInt): Unit

    Permalink
  5. def TTF_CloseFont(font: Ptr[TTF_Font]): Unit

    Permalink
  6. def TTF_FontAscent(font: Ptr[TTF_Font]): CInt

    Permalink
  7. def TTF_FontDescent(font: Ptr[TTF_Font]): CInt

    Permalink
  8. def TTF_FontFaceFamilyName(font: Ptr[TTF_Font]): CString

    Permalink
  9. def TTF_FontFaceIsFixedWidth(font: Ptr[TTF_Font]): CInt

    Permalink
  10. def TTF_FontFaceStyleName(font: Ptr[TTF_Font]): CString

    Permalink
  11. def TTF_FontFaces(font: Ptr[TTF_Font]): CLong

    Permalink
  12. def TTF_FontHeight(font: Ptr[TTF_Font]): CInt

    Permalink
  13. def TTF_FontLineSkip(font: Ptr[TTF_Font]): CInt

    Permalink
  14. def TTF_GetFontHinting(font: Ptr[TTF_Font]): CInt

    Permalink
  15. def TTF_GetFontKerning(font: Ptr[TTF_Font]): CInt

    Permalink
  16. def TTF_GetFontKerningSizeGlyphs(font: Ptr[TTF_Font], previous_ch: UShort, ch: UShort): CInt

    Permalink
  17. def TTF_GetFontOutline(font: Ptr[TTF_Font]): CInt

    Permalink
  18. def TTF_GetFontStyle(font: Ptr[TTF_Font]): CInt

    Permalink
  19. def TTF_GlyphIsProvided(font: Ptr[TTF_Font], ch: UShort): CInt

    Permalink
  20. def TTF_GlyphMetrics(font: Ptr[TTF_Font], ch: UShort, minx: Ptr[CInt], maxx: Ptr[CInt], miny: Ptr[CInt], maxy: Ptr[CInt], advance: Ptr[CInt]): CInt

    Permalink
  21. def TTF_Init(): CInt

    Permalink
  22. def TTF_Linked_Version(): Ptr[SDL_version]

    Permalink
  23. def TTF_OpenFont(file: CString, ptsize: CInt): Ptr[TTF_Font]

    Permalink
  24. def TTF_OpenFontIndex(file: CString, ptsize: CInt, index: CLong): Ptr[TTF_Font]

    Permalink
  25. def TTF_OpenFontIndexRW(src: Ptr[SDL_RWops], freesrc: CInt, ptsize: CInt, index: CLong): Ptr[TTF_Font]

    Permalink
  26. def TTF_OpenFontRW(src: Ptr[SDL_RWops], freesrc: CInt, ptsize: CInt): Ptr[TTF_Font]

    Permalink
  27. def TTF_Quit(): Unit

    Permalink
  28. def TTF_RenderGlyph_Blended(font: Ptr[TTF_Font], ch: UShort, fg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  29. def TTF_RenderGlyph_Shaded(font: Ptr[TTF_Font], ch: UShort, fg: SDL_Color, bg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  30. def TTF_RenderGlyph_Solid(font: Ptr[TTF_Font], ch: UShort, fg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  31. def TTF_RenderText_Blended(font: Ptr[TTF_Font], text: CString, fg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  32. def TTF_RenderText_Blended_Wrapped(font: Ptr[TTF_Font], text: CString, fg: SDL_Color, wrapLength: UInt): Ptr[SDL_Surface]

    Permalink
  33. def TTF_RenderText_Shaded(font: Ptr[TTF_Font], text: CString, fg: SDL_Color, bg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  34. def TTF_RenderText_Solid(font: Ptr[TTF_Font], text: CString, fg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  35. def TTF_RenderUNICODE_Blended(font: Ptr[TTF_Font], text: Ptr[UShort], fg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  36. def TTF_RenderUNICODE_Blended_Wrapped(font: Ptr[TTF_Font], text: Ptr[UShort], fg: SDL_Color, wrapLength: UInt): Ptr[SDL_Surface]

    Permalink
  37. def TTF_RenderUNICODE_Shaded(font: Ptr[TTF_Font], text: Ptr[UShort], fg: SDL_Color, bg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  38. def TTF_RenderUNICODE_Solid(font: Ptr[TTF_Font], text: Ptr[UShort], fg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  39. def TTF_RenderUTF8_Blended(font: Ptr[TTF_Font], text: CString, fg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  40. def TTF_RenderUTF8_Blended_Wrapped(font: Ptr[TTF_Font], text: CString, fg: SDL_Color, wrapLength: UInt): Ptr[SDL_Surface]

    Permalink
  41. def TTF_RenderUTF8_Shaded(font: Ptr[TTF_Font], text: CString, fg: SDL_Color, bg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  42. def TTF_RenderUTF8_Solid(font: Ptr[TTF_Font], text: CString, fg: SDL_Color): Ptr[SDL_Surface]

    Permalink
  43. def TTF_SetFontHinting(font: Ptr[TTF_Font], hinting: CInt): Unit

    Permalink
  44. def TTF_SetFontKerning(font: Ptr[TTF_Font], allowed: CInt): Unit

    Permalink
  45. def TTF_SetFontOutline(font: Ptr[TTF_Font], outline: CInt): Unit

    Permalink
  46. def TTF_SetFontStyle(font: Ptr[TTF_Font], style: CInt): Unit

    Permalink
  47. def TTF_SizeText(font: Ptr[TTF_Font], text: CString, w: Ptr[CInt], h: Ptr[CInt]): CInt

    Permalink
  48. def TTF_SizeUNICODE(font: Ptr[TTF_Font], text: Ptr[UShort], w: Ptr[CInt], h: Ptr[CInt]): CInt

    Permalink
  49. def TTF_SizeUTF8(font: Ptr[TTF_Font], text: CString, w: Ptr[CInt], h: Ptr[CInt]): CInt

    Permalink
  50. def TTF_WasInit(): CInt

    Permalink
  51. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  52. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  54. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  55. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  56. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  57. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  58. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  59. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  60. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  61. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  62. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  63. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  64. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped