Interface Font

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
AutoFont, FontDef, FontRef, PlatformFont, PlatformFontRef, StyleFont, SystemFont
All Known Implementing Classes:
AutoFontImpl, FontDefImpl, FontImpl, FontRefImpl, PlatformFontImpl, PlatformFontRefImpl, StyleFontImpl, SystemFontImpl

public interface Font extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Font'.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    int
    float
    boolean
    int
    boolean
    boolean

    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 Details

    • faceName

      String faceName()
    • height

      int height()
    • heightF

      float heightF()
    • bold

      boolean bold()
    • italic

      boolean italic()
    • underline

      boolean underline()
    • strikeout

      boolean strikeout()
    • scale

      int scale()
    • compositeId

      CompositeId compositeId()