Tabnine Logo
KernSubtableFormat2.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
jogamp.graph.font.typecast.ot.table.KernSubtableFormat2
constructor

Best Java code snippets using jogamp.graph.font.typecast.ot.table.KernSubtableFormat2.<init> (Showing top 2 results out of 315)

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

public static KernSubtable read(final DataInput di) throws IOException {
  KernSubtable table = null;
  /* final int version = */ di.readUnsignedShort();
  /* final int length = */ di.readUnsignedShort();
  final int coverage = di.readUnsignedShort();
  final int format = coverage >> 8;
  switch (format) {
  case 0:
    table = new KernSubtableFormat0(di);
    break;
  case 2:
    table = new KernSubtableFormat2(di);
    break;
  default:
    break;
  }
  return table;
}
origin: org.jogamp.jogl/jogl-all-noawt

public static KernSubtable read(final DataInput di) throws IOException {
  KernSubtable table = null;
  /* final int version = */ di.readUnsignedShort();
  /* final int length = */ di.readUnsignedShort();
  final int coverage = di.readUnsignedShort();
  final int format = coverage >> 8;
  switch (format) {
  case 0:
    table = new KernSubtableFormat0(di);
    break;
  case 2:
    table = new KernSubtableFormat2(di);
    break;
  default:
    break;
  }
  return table;
}
jogamp.graph.font.typecast.ot.tableKernSubtableFormat2<init>

Javadoc

Creates new KernSubtableFormat2

Popular methods of KernSubtableFormat2

    Popular in Java

    • Parsing JSON documents to java classes using gson
    • getSystemService (Context)
    • getResourceAsStream (ClassLoader)
    • getApplicationContext (Context)
    • Font (java.awt)
      The Font class represents fonts, which are used to render text in a visible way. A font provides the
    • Menu (java.awt)
    • FileNotFoundException (java.io)
      Thrown when a file specified by a program cannot be found.
    • IOException (java.io)
      Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
    • Map (java.util)
      A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
    • TreeMap (java.util)
      Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
    • Top Vim plugins
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

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