📄 fontspec.java
字号:
// Decompiled by DJ v3.7.7.81 Copyright 2004 Atanas Neshkov Date: 2007-11-23 16:17:31
// Home Page : http://members.fortunecity.com/neshkov/dj.html - Check often for new version!
// Decompiler options: packimports(3)
// Source File Name: FontSpec.java
package com.bokai.drawing;
public abstract class FontSpec
{
public FontSpec()
{
}
public abstract int getAscent();
public abstract int getDescent();
public abstract int[] getGlyphWidths1();
public abstract int[] getGlyphWidths2();
public abstract byte[][] getGlyphs1();
public abstract byte[][] getGlyphs2();
public abstract int getHeight();
public abstract int getLeading();
public abstract int getMaxAscent();
public abstract String getName();
public abstract int getSize();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -