I want to write something like Bickham script for "V". So I have tried to install it but after following steps of this post and compiling the following code:
\documentclass[11pt]{article}
\usepackage[margin=1in]{geometry}
\usepackage{graphicx}
\usepackage{bickham}
\begin{document}
{\usefont{T1}{pbq0}{m}{n}\fontsize{15pt}{12pt}\selectfont Here is a sample of Bickham Script Pro, which resembles beautiful hand-writing from the eighteenth century.}
\end{document}
which I faced with the following error:
name = rbickhamo-r, rootname = rbickhamo-r, pointsize = mktexmf: empty or non-existent rootfile!
Cannot find font rbickhamo-r in map file(s).
kpathsea: Running mktexmf rbickhamo-r.mf The command name is C:\texlive\2018\bin\win32\mktexmf Cannot find rbickhamo-r.mf . I try ps2pk --> gsftopk --> ttf2pk --> hbf2gf. ps2pk cannot be used. I try gsftopk. gsftopk.exe rbickhamo-r 1037 gsftopk cannot be used. Next I try ttf2pk. ttf2pk.exe -q rbickhamo-r 1037 ttf2pk failed. Finally I try hbf2gf. hbf2gf.exe -q -p rbickhamo-r 1037 All trials failed.
kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+437/600 --dpi 1037 rbickhamo-r The command name is C:\texlive\2018\bin\win32\mktexpk kpathsea: Appending font creation commands to missfont.log.
My OS is windows 10 x64 and I have TexLive 2018. What I have done so far is these steps:
mktexlsr- Extracting this package into this directory:
C:\texlive\2018\texmf-dist\fonts\type1\adobe\bickham updmap-sys --enable Map=bickham.mapmktexlsr
and compiling the sample document.

installdirectory of CTAN, you'll findbickham.tds.zip, which is organised according the TDS structure, and that you only have to unzip at the root of you TeXMF root. – Bernard Jan 14 '19 at 20:40Cannot find font rbickhamo-r in map file(s).
kpathsea: Running mktexmf rbickhamo-r.mf The command name is` [...]
– Jan 15 '19 at 11:21C:\texlive\2018\bin\win32\mktexmf Cannot find rbickhamo-r.mf . I try ps2pk --> gsftopk --> ttf2pk --> hbf2gf. ps2pk cannot be used. I try gsftopk. gsftopk.exe rbickhamo-r 1138 gsftopk cannot be used. Next I try ttf2pk. ttf2pk.exe -q rbickhamo-r 1138 ttf2pk failed. Finally I try hbf2gf. hbf2gf.exe -q -p rbickhamo-r 1138 All trials failed. kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+538/600 --dpi 1138 rbickhamo-r The command name is C:\texlive\2018\bin\win32\mktexpk kpathsea: Appending font creation commands to missfont.log.– Jan 15 '19 at 11:36\pdfmapfile{+bickham.map}in preamble. Why this package is necessary? – Jan 15 '19 at 14:29