Esempio n. 1
0
        public ushort            PixelsEmHeight; // Em height in pixels

        public LayoutMetrics(TextFlowDirection Direction,
                             ushort DesignEmHeight,
                             ushort PixelsEmWidth,
                             ushort PixelsEmHeight)
        {
            this.Direction      = Direction;
            this.DesignEmHeight = DesignEmHeight;
            this.PixelsEmWidth  = PixelsEmWidth;
            this.PixelsEmHeight = PixelsEmHeight;
        }
Esempio n. 2
0
        public ushort      PixelsEmHeight;  // Em height in pixels 
 
        public LayoutMetrics(TextFlowDirection Direction,
                             ushort DesignEmHeight, 
                             ushort PixelsEmWidth,
                             ushort PixelsEmHeight)
        {
            this.Direction=Direction; 
            this.DesignEmHeight=DesignEmHeight;
            this.PixelsEmWidth=PixelsEmWidth; 
            this.PixelsEmHeight=PixelsEmHeight; 
        }