Class SystemFontExtension


  • public class SystemFontExtension
    extends Object
    Operation implementations for EClass SystemFont.

    This implementation delegates all work to ISystemFontDataProvider

    • Method Detail

      • faceName

        public static String faceName​(org.eclipse.emf.ecore.EObject font)
      • height

        public static int height​(org.eclipse.emf.ecore.EObject font)
      • bold

        public static boolean bold​(org.eclipse.emf.ecore.EObject font)
      • italic

        public static boolean italic​(org.eclipse.emf.ecore.EObject font)
      • underline

        public static boolean underline​(org.eclipse.emf.ecore.EObject font)
      • strikeout

        public static boolean strikeout​(org.eclipse.emf.ecore.EObject font)
      • scale

        public static int scale​(org.eclipse.emf.ecore.EObject font)
      • setProvider

        public static void setProvider​(com._1c.g5.v8.dt.internal.platform.font.ISystemFontDataProvider systemFontDataProvider)