Class NSFont

    • Constructor Detail

      • NSFont

        public NSFont()
      • NSFont

        public NSFont​(long id)
      • NSFont

        public NSFont​(id id)
    • Method Detail

      • ascender

        public double ascender()
      • boldSystemFontOfSize

        public static NSFont boldSystemFontOfSize​(double fontSize)
      • descender

        public double descender()
      • displayName

        public NSString displayName()
      • familyName

        public NSString familyName()
      • fontWithName

        public static NSFont fontWithName​(NSString fontName,
                                          double fontSize)
      • leading

        public double leading()
      • menuBarFontOfSize

        public static NSFont menuBarFontOfSize​(double fontSize)
      • pointSize

        public double pointSize()
      • smallSystemFontSize

        public static double smallSystemFontSize()
      • systemFontOfSize

        public static NSFont systemFontOfSize​(double fontSize)
      • systemFontSize

        public static double systemFontSize()
      • systemFontSizeForControlSize

        public static double systemFontSizeForControlSize​(long controlSize)