Packages

p

opentype

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
    Annotations
    @RawJSType() @native() @JSGlobal( "opentype.BoundingBox" )
  2. class Font extends Object
    Annotations
    @RawJSType() @native() @JSGlobal( "opentype.Font" )
  3. class Glyph extends Object
    Annotations
    @RawJSType() @native() @JSGlobal( "opentype.Glyph" )
  4. class OpenTypeException extends RuntimeException
  5. trait OpenTypeFeatureTags extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()
  6. class Path extends Object
    Annotations
    @RawJSType() @native() @JSGlobal( "opentype.Path" )
  7. trait PathOptions extends Object
    Annotations
    @ScalaJSDefined() @RawJSType()

Value Members

  1. def load(url: String, callback: Function2[String, Font, Unit]): Unit
  2. object OpenType
  3. object TopLevel extends Object
    Annotations
    @native() @JSGlobal( "opentype" )

Inherited from AnyRef

Inherited from Any

Ungrouped