iTextSharp.text.pdf.CMapAwareDocumentFont.InitFont C# (CSharp) Метод

InitFont() приватный Метод

private InitFont ( ) : void
Результат void
        private void InitFont()
        {
            ProcessToUnicode();
            //if (toUnicodeCmap == null)
                ProcessUni2Byte();

            spaceWidth = base.GetWidth(' ');
            if (spaceWidth == 0){
                spaceWidth = ComputeAverageWidth();
            }
            if (cjkEncoding != null) {
                byteCid = CMapCache.GetCachedCMapByteCid(cjkEncoding);
                cidUni = CMapCache.GetCachedCMapCidUni(uniMap);
            }
        }