コード例 #1
0
        public static XIR.Image RemoteRepresentation(this CTFont ctfont)
        {
            var atts = new CTStringAttributes();

            atts.Font = ctfont;
            var attdString = new NSAttributedString(exampleString, atts.Dictionary);

            return(attdString.RemoteRepresentation());
        }
コード例 #2
0
        public static XIR.Image RemoteRepresentation(this CTStringAttributes ctstringattributes)
        {
            var attdString = new NSAttributedString(exampleString, ctstringattributes.Dictionary);

            return(attdString.RemoteRepresentation());
        }