Internal API should not be visible to Java code.

This commit is contained in:
jfrijters 2009-07-31 09:56:12 +00:00
Родитель 60908b6881
Коммит f2c338ad59
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -463,6 +463,7 @@ public class Font implements java.io.Serializable
return font2D;
}
@cli.IKVM.Attributes.HideFromJavaAttribute.Annotation
public cli.System.Drawing.Font getNetFont(){
if(netFont == null){
netFont = getFont2D().createNetFont(this);