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

How to use
roundedFloatValue
method
in
jogamp.graph.font.typecast.ot.Fixed

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

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

@Override
public String toString() {
  return new StringBuilder()
    .append("'head' Table - Font Header\n--------------------------")
    .append("\n  'head' version:      ").append(Fixed.floatValue(_versionNumber))
    .append("\n  fontRevision:        ").append(Fixed.roundedFloatValue(_fontRevision, 8))
    .append("\n  checkSumAdjustment:  0x").append(Integer.toHexString(_checkSumAdjustment).toUpperCase())
    .append("\n  magicNumber:         0x").append(Integer.toHexString(_magicNumber).toUpperCase())
    .append("\n  flags:               0x").append(Integer.toHexString(_flags).toUpperCase())
    .append("\n  unitsPerEm:          ").append(_unitsPerEm)
    .append("\n  created:             ").append(_created)
    .append("\n  modified:            ").append(_modified)
    .append("\n  xMin:                ").append(_xMin)
    .append("\n  yMin:                ").append(_yMin)
    .append("\n  xMax:                ").append(_xMax)
    .append("\n  yMax:                ").append(_yMax)
    .append("\n  macStyle bits:       ").append(Integer.toHexString(_macStyle).toUpperCase())
    .append("\n  lowestRecPPEM:       ").append(_lowestRecPPEM)
    .append("\n  fontDirectionHint:   ").append(_fontDirectionHint)
    .append("\n  indexToLocFormat:    ").append(_indexToLocFormat)
    .append("\n  glyphDataFormat:     ").append(_glyphDataFormat)
    .toString();
}
origin: org.jogamp.jogl/jogl-all-noawt

@Override
public String toString() {
  return new StringBuilder()
    .append("'head' Table - Font Header\n--------------------------")
    .append("\n  'head' version:      ").append(Fixed.floatValue(_versionNumber))
    .append("\n  fontRevision:        ").append(Fixed.roundedFloatValue(_fontRevision, 8))
    .append("\n  checkSumAdjustment:  0x").append(Integer.toHexString(_checkSumAdjustment).toUpperCase())
    .append("\n  magicNumber:         0x").append(Integer.toHexString(_magicNumber).toUpperCase())
    .append("\n  flags:               0x").append(Integer.toHexString(_flags).toUpperCase())
    .append("\n  unitsPerEm:          ").append(_unitsPerEm)
    .append("\n  created:             ").append(_created)
    .append("\n  modified:            ").append(_modified)
    .append("\n  xMin:                ").append(_xMin)
    .append("\n  yMin:                ").append(_yMin)
    .append("\n  xMax:                ").append(_xMax)
    .append("\n  yMax:                ").append(_yMax)
    .append("\n  macStyle bits:       ").append(Integer.toHexString(_macStyle).toUpperCase())
    .append("\n  lowestRecPPEM:       ").append(_lowestRecPPEM)
    .append("\n  fontDirectionHint:   ").append(_fontDirectionHint)
    .append("\n  indexToLocFormat:    ").append(_indexToLocFormat)
    .append("\n  glyphDataFormat:     ").append(_glyphDataFormat)
    .toString();
}
jogamp.graph.font.typecast.otFixedroundedFloatValue

Popular methods of Fixed

  • floatValue

Popular in Java

  • Finding current android device location
  • getContentResolver (Context)
  • setRequestProperty (URLConnection)
  • getSharedPreferences (Context)
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • JPanel (javax.swing)
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • SAXParseException (org.xml.sax)
    Encapsulate an XML parse error or warning.> This module, both source code and documentation, is in t
  • Top 25 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