Let's say you created a document in Star Office that uses the
font, which is included in Star Office. If you then try to open the
document with Open Office, it won't look right since Open Office doesn't
have the KidPrint font.
Your mission: find the kidprint font and then install it into your window system, so Open Office can use it and make the document look right.
You can typically find a font in google if you search for fontname true type When I tried this, a search of kidprint true type came up with a page that led me to the font: The kidprint font can be found here in a .zip file.
Sometimes the font will be incorrectly labeled as Microsoft True Type font, but the font will work on Linux too: any valid True Type font will work in X windows.
mkdir kp unzip ../kidprint.zip ttmkfdir -o fonts.scale mkfontdir
xset +fp directory-where-font-is
xset q
xlsfonts | grep -i kidprint
xset -fp directory-where-font-is
xset +fp font-directory
Linux Quick Reference Home
Linux Migration Home