Tabnine Logo
CmapFormat2
Code IndexAdd Tabnine to your IDE (free)

How to use
CmapFormat2
in
jogamp.graph.font.typecast.ot.table

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

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

protected static CmapFormat create(final int format, final DataInput di)
throws IOException {
  switch(format) {
    case 0:
      return new CmapFormat0(di);
    case 2:
      return new CmapFormat2(di);
    case 4:
      return new CmapFormat4(di);
    case 6:
      return new CmapFormat6(di);
    default:
      return new CmapFormatUnknown(format, di);
  }
}
origin: org.jogamp.jogl/jogl-all-noawt

protected static CmapFormat create(final int format, final DataInput di)
throws IOException {
  switch(format) {
    case 0:
      return new CmapFormat0(di);
    case 2:
      return new CmapFormat2(di);
    case 4:
      return new CmapFormat4(di);
    case 6:
      return new CmapFormat6(di);
    default:
      return new CmapFormatUnknown(format, di);
  }
}
jogamp.graph.font.typecast.ot.tableCmapFormat2

Javadoc

High-byte mapping through table cmap format.

Most used methods

  • <init>

Popular in Java

  • Finding current android device location
  • getApplicationContext (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getResourceAsStream (ClassLoader)
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Locale (java.util)
    Locale represents a language/country/variant combination. Locales are used to alter the presentatio
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • JTextField (javax.swing)
  • Top plugins for WebStorm
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