congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
KernSubtable.read
Code IndexAdd Tabnine to your IDE (free)

How to use
read
method
in
jogamp.graph.font.typecast.ot.table.KernSubtable

Best Java code snippets using jogamp.graph.font.typecast.ot.table.KernSubtable.read (Showing top 2 results out of 315)

origin: ch.unibas.cs.gravis/scalismo-native-stub

/** Creates new KernTable */
protected KernTable(final DirectoryEntry de, final DataInput di) throws IOException {
  this.de = (DirectoryEntry) de.clone();
  version = di.readUnsignedShort();
  nTables = di.readUnsignedShort();
  tables = new KernSubtable[nTables];
  for (int i = 0; i < nTables; i++) {
    tables[i] = KernSubtable.read(di);
  }
}
origin: org.jogamp.jogl/jogl-all-noawt

/** Creates new KernTable */
protected KernTable(final DirectoryEntry de, final DataInput di) throws IOException {
  this.de = (DirectoryEntry) de.clone();
  version = di.readUnsignedShort();
  nTables = di.readUnsignedShort();
  tables = new KernSubtable[nTables];
  for (int i = 0; i < nTables; i++) {
    tables[i] = KernSubtable.read(di);
  }
}
jogamp.graph.font.typecast.ot.tableKernSubtableread

Popular methods of KernSubtable

    Popular in Java

    • Creating JSON documents from java classes using gson
    • putExtra (Intent)
    • scheduleAtFixedRate (Timer)
    • getExternalFilesDir (Context)
    • LinkedHashMap (java.util)
      LinkedHashMap is an implementation of Map that guarantees iteration order. All optional operations a
    • Vector (java.util)
      Vector is an implementation of List, backed by an array and synchronized. All optional operations in
    • JarFile (java.util.jar)
      JarFile is used to read jar entries and their associated data from jar files.
    • DataSource (javax.sql)
      An interface for the creation of Connection objects which represent a connection to a database. This
    • Location (org.springframework.beans.factory.parsing)
      Class that models an arbitrary location in a Resource.Typically used to track the location of proble
    • Option (scala)
    • Top plugins for WebStorm
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now