コード例 #1
0
        //each platform/canvas has its own representation of this Font
        //this is just a request for specficic font presentation at a time
        //-----

        public RequestFont(string facename, float fontSizeInPts, FontStyle style = FontStyle.Regular)
            : this(facename, Len.Pt(fontSizeInPts), style)
        {
        }