Interface Font

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean bold()
      CompositeId compositeId()
      String faceName()
      int height()
      float heightF()
      boolean italic()
      int scale()
      boolean strikeout()
      boolean underline()
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • height

        int height()
      • heightF

        float heightF()
      • bold

        boolean bold()
      • italic

        boolean italic()
      • underline

        boolean underline()
      • strikeout

        boolean strikeout()
      • scale

        int scale()