Package

opentype

Permalink

package opentype

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. opentype
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BoundingBox extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSGlobal( "opentype.BoundingBox" )
  2. class Font extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSGlobal( "opentype.Font" )
  3. class Glyph extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSGlobal( "opentype.Glyph" )
  4. class OpenTypeException extends RuntimeException

    Permalink
  5. trait OpenTypeFeatureTags extends Any

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()
  6. class Path extends Object

    Permalink
    Annotations
    @RawJSType() @native() @JSGlobal( "opentype.Path" )
  7. trait PathOptions extends Any

    Permalink
    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  2. object OpenType

    Permalink
  3. object TopLevel extends Object

    Permalink
    Annotations
    @native() @JSGlobal( "opentype" )
  4. def load(url: String, callback: Function2[String, Font, Unit]): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped