Xserver-pl-fonts pkgbuild. iso8859-2 pcf and bdf fonts for X

These are bitmap x-server fonts (aka biznet fonts). They include aliases for standard x-server fonts (though they do not replace them) so you should see special iso8859-2 characters without doing anything else.
xserver-pl-fonts PKGBUILD
pkgname=xserver-pl-fonts
pkgver=1.0
pkgrel=1
pkgdesc="ISO 8859-2 (Central European) bdf and pcf fonts for x-server"
url="http://www.biz.net.pl/iso/x-fonts/index.html"
depends=('x-server')
install=xserver-pl-fonts.install
source=('http://www.biz.net.pl/images/ISO8859-2-bdf.tar.gz'
'http://www.biz.net.pl/images/ISO8859-2-pcf.tar.gz')
md5sums=('5dd69ab949d833944048b10a97f7a589'
'9274f1730275c6d3ba30414a431ca59a')
build() {
install -d -m755
$startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/100dpi
install -d -m755
$startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/75dpi
install -d -m755
$startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/misc
install -m644 $startdir/src/100dpi/*
$startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/100dpi
install -m644 $startdir/src/75dpi/*
$startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/75dpi
install -m644 $startdir/src/misc/*
$startdir/pkg/usr/X11R6/lib/X11/fonts/latin2/misc
xserver-pl-fonts.install
# arg 1: the new package version
post_install() {
echo "------------------------------------"
echo "Add the following font paths to your"
echo "/etc/X11/xorg.conf or /etc/X11/XF86Config"
echo ""
echo "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
echo "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
echo "/usr/X11R6/lib/X11/fonts/latin2/misc"
echo ""
echo "Rebuilding font cache..."
/usr/bin/fc-cache
echo "...done."
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
echo "------------------------------------"
echo "Make sure you have the following font paths in your"
echo "/etc/X11/xorg.conf or /etc/X11/XF86Config"
echo ""
echo "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
echo "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
echo "/usr/X11R6/lib/X11/fonts/latin2/misc"
echo ""
echo "Rebuilding font cache..."
/usr/bin/fc-cache
echo "...done."
# arg 1: the old package version
pre_remove() {
/bin/true
# arg 1: the old package version
post_remove() {
echo "------------------------------------"
echo "You can delete the following font paths from your"
echo "/etc/X11/xorg.conf or /etc/X11/XF86Config"
echo ""
echo "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
echo "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
echo "/usr/X11R6/lib/X11/fonts/latin2/misc"
echo ""
echo "Rebuilding font cache..."
/usr/bin/fc-cache
echo "...done."
op=$1
shift
$op $*

Added to my TUR.  Thanks for another quality package, lanrat!

Similar Messages

  • I want to display the both Hindi and English font in single text object

    hi...
    my problem is i want to display both Hindi and English font together in a single text object...
    the data is retrieved from Database in detail section...
    is there any font which supports both Hindi and English font for single text object...
    help me...

    hi Vinayak,
    If I understand your requirement, your field has full length word.
    Now we should split this field into 3 parts.
    Please Create 3 formulas.
    Part1
    stringvar s1;
    s1:= left({field}, InStr({field},"("));
    s1;
    Part2
    stringvar s2;
    s2:= Mid({field},InStr({field},"(")+1 ,InStr({field},")")- InStr({field},"(") -1);
    s2;
    Part3
    stringvar s3;
    s3:= Mid({field}, InStr({field},")"));
    s3;
    Now Place  a Text box in required section. Drag these 3 formula fields into the Text box.
    Right Click the Part2 and apply mangal font.
    Right Click the Part1, Part 3 and apply Arial font.
    I have tried this and implemented successfully. Please let me know if you still face any issue.
    Regards,
    Vamsee

  • Want to display the both hindi and english font in single text object

    hi...
    my problem is i want to display both Hindi and English font together in  a single text object...
    the data is retrieved from Database in detail section...
    is there any font which supports both Hindi and English font for single text object...
    help me...

    hi,
    Is your single Text object contains combination of two strings?
    for example:
    {State}{City}
    If yes,
    Right Click the 1st string object within the Text box and 'Text Formatting' specify the  Hindi Font
    Right Click the 2nd string object within the Text box and 'Text Formatting' specify the  English Font.
    Regards,
    Vamsee

  • Xserver-terminus-fonts pkgbuild. designed for console&xt

    These are very nice and clean, fixed width fonts designed for use under console and X.
    Description from the homepage:
    Terminus Font is designed for long (8 and more hours per day) work with computers. Version 4.09 contains 594 characters, covering code pages ISO8859-1/2/5/9/13/15/16, Windows-1250/1251/1252/1254/1257, IBM-437/852/855/866, KOI8-R/U/E/F, Bulgarian-MIK, Paratype-PT154/PT254, Macintosh-Ukrainian and Esperanto, and also the vt100 and xterm pseudographic characters.
    The sizes present are 8x14, 8x16, 10x20, 12x24, 14x28 and 16x32. The styles are normal and bold, plus EGA/VGA-bold for 8x14 and 8x16.
    The package can be split into 2 separate packages if you really need it (one for console and one for x-server). I don't need 2 packages :-)
    xserver-terminus-fonts PKGBUILD
    pkgname=xserver-terminus-fonts
    pkgver=4.09
    pkgrel=1
    pkgdesc="Clean fixed width fonts for console and x-server"
    url="http://www.is-vn.bg/hamster/jimmy-en.html"
    depends=('x-server' 'kbd')
    makedepends=('perl' 'mawk')
    install=xserver-terminus-fonts.install
    source=('http://www.is-vn.bg/hamster/terminus-font-4.09.tar.gz')
    md5sums=('21e832a4b4bfdd1f494eddea06ccfedf')
    build() {
    cd $startdir/src/terminus-font-4.09
    ./configure
    --prefix=/usr
    --psfdir=$startdir/pkg/usr/share/kbd/consolefonts
    --unidir=$startdir/pkg/usr/share/kbd/consoletrans
    --x11dir=$startdir/pkg/usr/X11R6/lib/X11/fonts/terminus
    make psf pcf
    make install-psf install-uni install-pcf
    rm -f $startdir/pkg/usr/share/kbd/consoletrans/cp1250_to_uni.trans
    rm -f $startdir/pkg/usr/share/kbd/consoletrans/cp1251_to_uni.trans
    rm -f $startdir/pkg/usr/share/kbd/consoletrans/cp437_to_uni.trans
    rm -f $startdir/pkg/usr/share/kbd/consoletrans/koi8-r_to_uni.trans
    xserver-terminus-fonts.install
    # arg 1: the new package version
    post_install() {
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    echo "Rebuilding font index..."
    cd /usr/X11R6/lib/X11/fonts/terminus
    /usr/X11R6/bin/mkfontscale
    /usr/X11R6/bin/mkfontdir
    rm -f /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
    ln -s /usr/X11R6/lib/X11/fonts/encodings/encodings.dir
    /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
    echo "...done."
    echo "------------------------------------"
    echo "Add (install) / delete (uninstall) the following"
    echo "font paths in your /etc/X11/xorg.conf or /etc/X11/XF86Config"
    echo ""
    echo "/usr/X11R6/lib/X11/fonts/terminus"
    echo ""
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    post_install $1
    op=$1
    shift
    $op $*

    New version is out. I'm leaving the old pkgbuild above as backup.
    EDIT: Another update from 4.12 to 4.14 (small fixes only):
    xserver-terminus-fonts PKGBUILD
    pkgname=xserver-terminus-fonts
    pkgver=4.14
    pkgrel=1
    pkgdesc="Clean fixed width fonts for console and x-server"
    url="http://www.is-vn.bg/hamster/jimmy-en.html"
    depends=('x-server' 'kbd')
    makedepends=('perl' 'mawk')
    install=xserver-terminus-fonts.install
    source=(http://www.is-vn.bg/hamster/terminus-font-${pkgver}.tar.gz)
    md5sums=('2d96ec962b65498370fb8b8ea15294c8')
    build() {
    cd $startdir/src/terminus-font-${pkgver}
    ./configure
    --psfdir=/usr/share/kbd/consolefonts --unidir=/usr/share/kbd/consoletrans
    --x11dir=/usr/X11R6/lib/X11/fonts/terminus --acmdir=/usr/share/kbd/consoletrans
    --rawdir=/usr/share/terminus/pcvtfonts
    make psf pcf raw 12b txt
    make DESTDIR=$startdir/pkg install-psf install-pcf install-12b install-raw install-uni install-acm
    xserver-terminus-fonts.install
    # arg 1: the new package version
    post_install() {
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    echo "Rebuilding font index..."
    cd /usr/X11R6/lib/X11/fonts/terminus
    /usr/X11R6/bin/mkfontscale
    /usr/X11R6/bin/mkfontdir
    rm -f /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
    ln -s /usr/X11R6/lib/X11/fonts/encodings/encodings.dir /usr/X11R6/lib/X11/fonts/terminus/encodings.dir
    echo "...done."
    echo "------------------------------------"
    echo "Add (install) / delete (uninstall) the following"
    echo "font paths to/from your /etc/X11/xorg.conf:"
    echo ""
    echo "/usr/X11R6/lib/X11/fonts/terminus"
    echo ""
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    post_install $1
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    post_install $1
    op=$1
    shift
    $op $*

  • Ttf-hunky-fonts pkgbuild: bitstream vera with non Eng chars

    Saw it, built it, posting it :-)
    I admit it - not all characters are perfect. But this is the first version and author promised to repair it soon. Still, if you want to have Bitstream Vera TTF fonts (originally lacking nonEn chars) with additional characters ("Baltic, Central European, South European and other languages, including Maori, Welsh and Esperanto") you can try it. It can co-exist with other ttf fonts (including original Bitstream Vera). Font names are Hunky Serif and Hunky Sans.
    ttf-hunky-fonts PKGBUILD
    pkgname=ttf-hunky-fonts
    pkgver=0.1.0
    pkgrel=1
    pkgdesc="Bitstream Vera based TTF fonts with non-English characters"
    url="http://www.yoper.com/ariszlo/hunky.html"
    depends=('x-server')
    install=ttf-hunky-fonts.install
    source=(http://www.yoper.com/ariszlo/packages/SOURCES/hunkyfonts-$pkgver.tar.gz)
    md5sums=('082b8220b2112830f7e418451a2c2f78')
    build() {
    install -d -m755 $startdir/pkg/usr/X11R6/lib/X11/fonts/TTF
    install -m644 $startdir/src/hunkyfonts-$pkgver/TTF/*.ttf
    $startdir/pkg/usr/X11R6/lib/X11/fonts/TTF
    ttf-hunky-fonts.install
    # arg 1: the new package version
    post_install() {
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    op=$1
    shift
    $op $*

    Saw it, built it, posting it :-)
    I admit it - not all characters are perfect. But this is the first version and author promised to repair it soon. Still, if you want to have Bitstream Vera TTF fonts (originally lacking nonEn chars) with additional characters ("Baltic, Central European, South European and other languages, including Maori, Welsh and Esperanto") you can try it. It can co-exist with other ttf fonts (including original Bitstream Vera). Font names are Hunky Serif and Hunky Sans.
    ttf-hunky-fonts PKGBUILD
    pkgname=ttf-hunky-fonts
    pkgver=0.1.0
    pkgrel=1
    pkgdesc="Bitstream Vera based TTF fonts with non-English characters"
    url="http://www.yoper.com/ariszlo/hunky.html"
    depends=('x-server')
    install=ttf-hunky-fonts.install
    source=(http://www.yoper.com/ariszlo/packages/SOURCES/hunkyfonts-$pkgver.tar.gz)
    md5sums=('082b8220b2112830f7e418451a2c2f78')
    build() {
    install -d -m755 $startdir/pkg/usr/X11R6/lib/X11/fonts/TTF
    install -m644 $startdir/src/hunkyfonts-$pkgver/TTF/*.ttf
    $startdir/pkg/usr/X11R6/lib/X11/fonts/TTF
    ttf-hunky-fonts.install
    # arg 1: the new package version
    post_install() {
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    # arg 1: the new package version
    # arg 2: the old package version
    post_upgrade() {
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    # arg 1: the old package version
    pre_remove() {
    /bin/true
    # arg 1: the old package version
    post_remove() {
    echo "Rebuilding font cache..."
    /usr/bin/fc-cache
    echo "...done."
    op=$1
    shift
    $op $*

  • Weird and annoying font issues

    I really need help with my fonts.  Xfontsel and term emulators inc. aterm AND rxvt-unicode cannot find many of my fonts inc TTF and non-TTF and i do not understand why.  All my fonts are visible and useable by gtk apps.  They all appear in gtk2fontsel.
    There may be some error in my xorg.conf but i find it diffcult to understand why fonts appear in some apps.
    I can use some artwiz fonts in aterm but they all have huge space between the characters.  this seems weird and makes me think it must be something in my x config or other settings cos they are AL artwiz package in the usual path - if they work for most people they should work for me right?
    Please help – I am getting desperate!
    Here is the section of my xorg.conf:
    FontPath "/usr/X11R6/lib/X11/fonts/truetype"
    FontPath "/usr/X11R6/lib/X11/fonts/TTF"
    FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/artwiz-fonts"
    FontPath "/usr/X11R6/lib/X11/fonts/misc"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
    #FontPath "/usr/X11R6/lib/X11/fonts/freefont"
    FontPath "/usr/X11R6/lib/X11/fonts/local"
    #FontPath "/usr/X11R6/lib/X11/fonts/sharefont"
    FontPath "/usr/X11R6/lib/X11/fonts/util"
    FontPath "/usr/X11R6/lib/X11/fonts/CID"
    FontPath "/home/dibble/.fonts"

    well, I used to have "fc-cache -f" run on startup (rc.local) in order to make sure.... sure it took  a bit, but I only reboot after big X changes (because I can't fully wipe out xdm if it is respawning).
    And yeah lanrat - I forgot about the "man fonts-conf"... my fault there.
    And I thought the font dirs were in local.conf.... but you're most likely right (as those are all basically system default font dirs).
    I'll have to look into xfontsel.... it may show TTF fonts, but it uses old XFDL syntax for fonts.... whereas the syntax speicifed above is modern (as of 2001ish) just not used for some obscure reason.
    I sent Kieth an email regarding fontconfig and freetype and font HOWTOs... we'll see if he responds....
    Until then, this is the best guide I've seen so far:
    http://freedesktop.org/~xorg/X11R6.7.0/PDF/fonts.pdf
    EDIT:
    The only conflicting thing I've seen is the following ->
    From above guide, discussing font type handling:
    The list of font modules distributed with X11R6.7 is as follows:
    * bitmap: bitmap fonts
    * freetype: TrueType fonts, OpenType fonts, Type 1 fonts
    * type1: alternate Type 1 backend and CIDFont backend;
    * xtt: alternate TrueType backend
    * speedo: Bitstream Speedo fonts
    From http://freetype.sourceforge.net/freetype2/
    By default, FreeType 2 supports the following font formats:
    * TrueType fonts (and collections)
    * Type 1 fonts
    * CID-keyed Type 1 fonts
    * CFF fonts
    * OpenType fonts (both TrueType and CFF variants)
    * SFNT-based bitmap fonts
    * X11 PCF fonts
    * Windows FNT fonts
    * BDF fonts (including anti-aliased ones)
    * PFR fonts
    * Type42 fonts (limited support)
    The current X.org Server is using freetype2 ( CVS updated to v2.1.8 )

  • [NEW] fontforge and ec-fonts-mftraced

    I uploaded both packages to the ftp server.  Here are the PKGBUILDs anyway.
    #$Id: $
    #Contributor: thegnu <[email protected]>
    pkgname=ec-fonts-mftraced
    pkgver=1.0.1
    pkgrel=1
    pkgdesc="a font package required by lilypond"
    url="http://www.lilypond.org/"
    depends=()
    source=(http://lilypond.org/download/fonts/$pkgname-$pkgver.tar.gz)
    md5sums=('1b4bf2634fbf680b7fa874e8208e0e54')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    make DESTDIR=$stardir/pkg
    make DESTDIR=$startdir/pkg install
    # Contributor: Nathan Curry <[email protected]>
    pkgname=fontforge
    pkgver=20040824
    pkgrel=1
    pkgdesc="An outline font editor that lets you create your own fonts in multiple formats, or edit existing ones"
    url="http://fontforge.sourceforge.net"
    depends=('potrace')
    source=(http://fontforge.sourceforge.net/fontforge_full-$pkgver.tgz)
    md5sums=('7e589796d0cd715df6db4aab2cd48f7b')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    ./configure --prefix=$startdir/pkg/usr
    make || return 1
    make DESTDIR=$startdir/pkg install
    printf "nn* * * * * * * * *n* Recommended libs for importing files:n* libpngn* libtiffn* libungifn* libjpegn* libxml2 - parse SVG fiels and fontsn* libuninameslist - display unicode names and annotationsn* freetype - for better bitmap rasterization, enable truetype debuggern* * * * * * * * *nn"

    You need t1utils (an easy compile), potrace (or autotrace), tetex, and python so you can compile mftrace.
    mftrace PKGBUILD is at the bottom of http://bbs.archlinux.org/viewtopic.php?t=6450
    Then you need to:
    cd /usr/share/mftrace/
    import filelib
    Here's the PKGBUILD for ec-fonts-mftraced:
    http://bbs.archlinux.org/viewtopic.php?t=6451
    Fontforge I think helps it compile faster (??)
    All of the above-mentioned packages that aren't available via pacman have been uploaded to ftp.archlinux.org/incoming

  • I have iphone 4s and just bought an ebook for ibook, trouble is the font is so tiny I can't read it and the font sizer is not working? Please help!

    Hi, I have the  iphone 4s and just bought an ebook for ibook, trouble is the font is so tiny I can't read it and the font sizer is not working? Please help!

    Hello Glittergirl68,
    Thank you for using Apple Support Communities.
    It sounds like the function to reseize the Font in an iBook is not functioning properly.
    I recommend a few things here. First close all the apps that are running in the background:
    Double-click the Home button.
    Swipe left or right until you have located the app you wish to close.
    Swipe the app up to close it.
    From: iOS: Force an app to close
              http://support.apple.com/kb/ht5137
    When you have done that, restart the phone, and try again.
    If the issue persists, I would follow these steps from the article:
    iOS: Troubleshooting apps purchased from the App Store
    http://support.apple.com/kb/TS1702
    2. Check for app updates
    You can setup apps to update automatically in Settings > iTunes & App Store, but make sure that your apps are up to date:
    Open the App Store and tap Updates. If updates are available, tap Update All.
    If  prompted, enter your iTunes Store account information. App Store will then download and install the app updates.
    Note: Some apps may require a Wi-Fi connection to update.
    3. Install another app from the App Store
    If none of your user-installed apps will launch, there could be an issue with Apple ID authorization. Download and install an app that isn't already installed on your device to reset this information. You can also remove an app from your iOS device and download it again from the App Store or sync the app from your computer.Note: If you have installed apps using multiple Apple ID accounts, you may need to perform this step for each account.
    4. Restart the app
    If the issue affects only a single app, try closing just that app.
    5. Restart your device
    Turn the device off and on.
    6. Reinstall the affected app
    Remove the app from your device and reinstall it:
    Tap and hold any app icon on the Home Screen until the icons start to wiggle and show a small "x" in the top-right corner of the app.
    Tap the "x" in the corner of the app you want to delete.
    Tap Delete to remove the app and all of its data from your device.
    Press the Home button.
    Go to the App Store.
    Search for the app and then download it again.
    All the very best,
    Sterling

  • Font issue between Reports Designer and Report Output

    Hi.
    I've succesfully migrated several reports from 6i to 10g (10.1.2.0.2) with and without parameter form. However, I have the following font issue:
    - When report is run from Reports Designer, font is kept.
    - When report is run from a forms module (through rwserver on the same machine, that is not really from an application server, but using Oracle BC4J or Developer Suite enviroment) the report output is different. In this case a bigger font is displayed and occasional truncation happens for some fields.
    The question is: How can i avoid this difference in font behaviour?. Is it font.ali related?. How come this happen on the same machine(Windows XP)? These reports are to be deployed on Linux, where reasonably, and font machine is expected to happen.
    Font used: Arial (Occidental) 9

    this might be an issue with the printer that is associated also, and the permissions to the printer that you might have..
    login to the application server machine and restart the reports server as an admin..try running the reports via the URL..i have a feeling that this issue might be somethiing to do with the permission(s) to the printer from your AS machine

  • After removing system fonts and reinstalling fonts, FireFox will not start

    After removing system fonts and reinstalling fonts, FireFox will not start! When I start FireFox the "Mozilla Crash Reporter" opens as if FF just crashed??? I don't see any records in event viewer. I am using FF v3.6.3 on a Windows 7 box. I tried uninstalling 3.6.3 and installing 3.0.18 and had the same problem!
    == This happened ==
    Every time Firefox opened
    == After a uninstalled all fonts including system fonts and then reinstalling system fonts. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; GTB6.4; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; AskTB5.5)

    The files with submitted crash report ids are inside the ''submitted '' directory, from the directory you found the LastCrash.txt timestamp file.
    The file names will begin with '''bp-'''
    There might be more information from the crash report, but it might just tell us you are crashing the first time Firefox tries to use a font.
    One thing I suppose you could do is select only those fonts you've got in Tools -> Options -> Content -> Fonts and Colors -> Advanced and then uncheck the '''Allow pages to use their own fonts''' option.
    See http://support.mozilla.com/en-US/kb/Options+window+-+Content+panel#Fonts_Dialog
    To be honest, I can't find anything on this Netscape Font Navigator and it sounds highly dubious.

  • I just purchased Export PDF, and when I use it, it opens them in WordPad (which I never use) instead of Word. Thus, the pictures are not there, and the fonts are changed. How do I get into Word?

    I just purchased Export PDF, and when I use it, it opens them in WordPad (which I never use) instead of Word. Thus, the pictures are not there, and the fonts are changed. How do I get them imported into Word?

    Hi,
    I checked your account,your Export PDF subscription is in 'Pending' status.
    Once it gets confirmed you will be able to use it.
    Please let us know if you require further assistance.
    Regards,
    Florence

  • How do I increase the font size in my email and maintain resolution.

    Hi folks. Mr Newbie is seeking some help, I hope it is relatively straight forward, thanks
    How do I increase the font size in my standard email and document views without losing resolution.  Right now my font size in email, headers and text is less than that on my iPhone, it rather defeats the point of having a 27" screen if most of it is blank and I have to sit with my nose to the screen to read email.  Thanks for your help, once you have stopped laughing.  C

    Two things you can do to easily aid with readability in Mail are as follows:
    1) Increase the size of folders in the sidebar:
    a) select "system preferences" from the Apple menu
    b) select "general settings"
    c) select small, medium or large under "sidebar icon size"
    2) Increase the text in the main body of the email (both sent and received):
    a) select "preferences" from the Mail menu
    b) select "fonts and colors"
    c) adjust font size for "message list font" and "message font".  I have noticed this works properly while in classic mode, but in regular mode the message list font doesn't appear to change size.
    Select classic mode by accessing Mail preferences and selecting the "viewing" tab.
    Another shortcut is to right click on the toolbar, then select "customize toolbar", and then drag the "smaller / bigger" buttons onto the toolbar.  Now you can decrease and increase font size as desired on the fly.

  • Does anyone know how to select text in Appleworks, click on the font button and then be able to scroll thru all the font so that one can see the text change as you scroll down the list, at present  I have to do it one font style at a time and then repeat

    does anyone know how to view text in Appleworks, to be able to click on the font button and then be able to scroll thru all the font so that one can see it change as you scroll down the list, at present  I have to do it one font style at a time and then repeat? Thanks jl

    Welcome to the Apple forums
    Your question really belongs in the AppleWorks community/forum.
    You can turn on fonts in actual type in the AppleWorks preferences.

  • Changing the size of fonts in InDesign's menus and toolbars?

    Is it possible to change the size of fonts in InDesign's menus and toolbars? I'd love for the Control Panel at the top to be a bit easier to read.

    Thanks Bob, didn't see it anywhere but figured it was worth asking. I think the size is a little biased toward people with better vision than me but I guess I'll have to live with that.
    Jon

  • I have a macbook pro 17".  How can I change the way things look?  The page only takes about half of the screen and the fonts are fairly small.  I am sure there is an easy adjustment.  Please clue me in.  Thanks

    I have a macbook pro 17".  I love the big screen, but how can I change the display?  The content takes about half of the screen and the fonts are very small.  I am sure it is an easy fix, so please clue me in.  Thanks

    Look at your >System Preferences>Displays

Maybe you are looking for

  • Image Processing in j2me

    Hi All, I want to do image processing in mobile application(j2me). But there are not enough java packages in mobile environment. How to do it please let me know if any body knows. Thanks.

  • How to check the status of all of the current cache listeners

    Hi, Is there a way to programmatically show the status of all of the registered cache listeners? The background is that we found only one user (among around 20 users) always stops receiving the events from the cache. However the tcp connection to the

  • Model of iphone 6

    i'm italian and i wanna now which model should i buy in USA to make it work in italy ?

  • Replacement for  FM 'CUD0_GET_CONFIGURATION'

    Hi all, I am upgrading SAP from 3.1I to ECC 5.0. I am getting upgrade error that 'CALL FUNCTION NO LONGER AVAILABLE IN TARGET SYSTEM' for FM 'CUD0_GET_CONFIGURATION'. Can anyone suggest the equivalent FM in ECC 5.0 version. thanks Rakesh

  • Aligning Flash Movie within Text

    Hi, I have embedded an swf within a paragraph text. In the embed tag, I have the align set to 'right', so that the swf sits in the upper right corner of the paragraph, and all of the text wraps around it. It works totally fine in Firefox on Mac & PC,